Merge pull request #248 from ajayyy/hotfix-invidious

Fixed firefox content script registration
This commit is contained in:
Ajay Ramachandran
2020-01-21 23:05:33 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ function registerFirefoxContentScript(options) {
js: options.js, js: options.js,
css: options.css, css: options.css,
matches: options.matches matches: options.matches
}).then(() => void (contentScriptRegistrations[options.id] = registration)); }).then((registration) => void (contentScriptRegistrations[options.id] = registration));
} }
//gets the sponsor times from memory //gets the sponsor times from memory

View File

@@ -1,7 +1,7 @@
{ {
"name": "__MSG_fullName__", "name": "__MSG_fullName__",
"short_name": "__MSG_Name__", "short_name": "__MSG_Name__",
"version": "1.2.4", "version": "1.2.5",
"default_locale": "en", "default_locale": "en",
"description": "__MSG_Description__", "description": "__MSG_Description__",
"content_scripts": [ "content_scripts": [