diff options
author | Ajay Ramachandran <[email protected]> | 2019-07-31 00:12:02 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2019-07-31 00:12:02 -0400 |
commit | 585be8adf40e98f29e7ede2fa48e8db9e71f918a (patch) | |
tree | d0830c4afa2dea2bf144de2eafe56258c2df0973 /firefox_manifest.json | |
parent | 85518d8130367cca69484caaed0ebddc9acf1cdb (diff) | |
download | SponsorBlock-585be8adf40e98f29e7ede2fa48e8db9e71f918a.tar.gz SponsorBlock-585be8adf40e98f29e7ede2fa48e8db9e71f918a.zip |
Added help page on install.
Diffstat (limited to 'firefox_manifest.json')
-rw-r--r-- | firefox_manifest.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/firefox_manifest.json b/firefox_manifest.json index 3948c08a..e503a8e8 100644 --- a/firefox_manifest.json +++ b/firefox_manifest.json @@ -31,7 +31,9 @@ "icons/downvote.png", "icons/PlayerInfoIconSponsorBlocker256px.png", "icons/PlayerDeleteIconSponsorBlocker256px.png", - "popup.html" + "popup.html", + "help/index.html", + "help/style.css" ], "permissions": [ "tabs", |