mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Implement options page
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
, "strict_min_version": "57.0"
|
||||
}
|
||||
}
|
||||
|
||||
, "browser_action": {
|
||||
"default_popup": "popup/index.html"
|
||||
}
|
||||
@@ -16,17 +17,25 @@
|
||||
, "background": {
|
||||
"scripts": [ "main.js" ]
|
||||
}
|
||||
|
||||
, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
|
||||
, "default_locale": "en"
|
||||
, "manifest_version": 2
|
||||
|
||||
, "options_ui": {
|
||||
"page": "options/index.html"
|
||||
}
|
||||
|
||||
, "permissions": [
|
||||
"menus"
|
||||
, "nativeMessaging"
|
||||
, "storage"
|
||||
, "webNavigation"
|
||||
, "webRequest"
|
||||
, "webRequestBlocking"
|
||||
, "<all_urls>"
|
||||
]
|
||||
|
||||
, "web_accessible_resources": [
|
||||
"shim/bundle.js"
|
||||
, "dm.js"
|
||||
|
||||
Reference in New Issue
Block a user