diff options
author | Florrie <towerofnix@gmail.com> | 2019-03-22 18:20:56 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2019-03-22 18:20:56 -0300 |
commit | 2fef40c2d76bf604b2df041c1694c140344e649c (patch) | |
tree | 2a94e91ac2d8547de6355328569da6e8382fa2b1 | |
parent | 0be36dcf74a47bb033ae1a05f4f619966b7960bf (diff) |
Clarification about JSON tweak
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 13fb0c7..0657e2e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ Adds background music to your browsing. ## Installation -Edit `native-app/interactive_bgm.json` to contain the full path of this directory on your system. Then copy (or link) that file into `~/.mozilla/native-messaging-hosts/`. Open `about:debugging`, click "Load Temporary Add-on...", and pick `extension/manifest.json`. Music should automatically start playing after a few seconds. +Edit `native-app/interactive_bgm.json` to contain the full path of `native-app/index.js` on your system. Then copy (or link) that file into `~/.mozilla/native-messaging-hosts/`. Open `about:debugging`, click "Load Temporary Add-on...", and pick `extension/manifest.json`. Music should automatically start playing after a few seconds. (The music files included here, while WIP, are ripped from Hollow Knight.) |