aboutsummaryrefslogtreecommitdiffhomepage
path: root/firefox_manifest.json
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2019-07-30 13:27:20 -0400
committerAjay Ramachandran <[email protected]>2019-07-30 13:27:20 -0400
commitb0929e24318b903abdc27cca786b761f6d1f058a (patch)
treece38d21606161d9b24249d4ec7e469a18ba2a393 /firefox_manifest.json
parent6ff461fa868306b014b766d35bce845ddb4a1e17 (diff)
downloadSponsorBlock-b0929e24318b903abdc27cca786b761f6d1f058a.tar.gz
SponsorBlock-b0929e24318b903abdc27cca786b761f6d1f058a.zip
Remade the popup menu to support Firefox and not use IFrames.
Diffstat (limited to 'firefox_manifest.json')
-rw-r--r--firefox_manifest.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/firefox_manifest.json b/firefox_manifest.json
index d8e2296b..3948c08a 100644
--- a/firefox_manifest.json
+++ b/firefox_manifest.json
@@ -10,11 +10,13 @@
],
"js": [
"config.js",
- "content.js"
+ "content.js",
+ "popup.js"
],
"css": [
"content.css",
- "./libs/Source+Sans+Pro.css"
+ "./libs/Source+Sans+Pro.css",
+ "popup.css"
]
}
],