mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Initial commit
This commit is contained in:
34
ext/src/manifest.json
Executable file
34
ext/src/manifest.json
Executable file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "__MSG_extension_name__"
|
||||
, "description": "__MSG_extension_description__"
|
||||
, "version": "0.0.1"
|
||||
|
||||
, "applications": {
|
||||
"gecko": {
|
||||
"id": "caster@matt.tf"
|
||||
, "strict_min_version": "57.0"
|
||||
}
|
||||
}
|
||||
, "browser_action": {
|
||||
"default_popup": "popup/index.html"
|
||||
}
|
||||
|
||||
, "background": {
|
||||
"scripts": [ "main.js" ]
|
||||
}
|
||||
, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
|
||||
, "default_locale": "en"
|
||||
, "manifest_version": 2
|
||||
, "permissions": [
|
||||
"menus"
|
||||
, "nativeMessaging"
|
||||
, "webNavigation"
|
||||
, "webRequest"
|
||||
, "webRequestBlocking"
|
||||
, "<all_urls>"
|
||||
]
|
||||
, "web_accessible_resources": [
|
||||
"shim/bundle.js"
|
||||
, "dm.js"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user