diff options
Diffstat (limited to 'firefox_manifest.json')
-rw-r--r-- | firefox_manifest.json | 6 |
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" ] } ], |