mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
Rename directory: ext -> extension
This commit is contained in:
57
extension/src/manifest.json
Executable file
57
extension/src/manifest.json
Executable file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"name": "__MSG_extensionName__",
|
||||
"description": "__MSG_extensionDescription__",
|
||||
"version": "0.3.1",
|
||||
"developer": {
|
||||
"name": "Matt Hensman",
|
||||
"url": "https://matt.tf/"
|
||||
},
|
||||
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "fx_cast@matt.tf",
|
||||
"strict_min_version": "64.0",
|
||||
"update_url": "https://hensm.github.io/fx_cast/updates.json"
|
||||
}
|
||||
},
|
||||
"browser_action": {
|
||||
"theme_icons": [
|
||||
{
|
||||
"light": "icons/cast-default-light.svg",
|
||||
"dark": "icons/cast-default-dark.svg",
|
||||
"size": 32
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
"background": {
|
||||
"scripts": ["background/background.js"]
|
||||
},
|
||||
|
||||
"default_locale": "en",
|
||||
|
||||
"icons": {
|
||||
"48": "icons/icon.svg",
|
||||
"96": "icons/icon.svg"
|
||||
},
|
||||
|
||||
"manifest_version": 2,
|
||||
|
||||
"options_ui": {
|
||||
"page": "ui/options/index.html"
|
||||
},
|
||||
"permissions": [
|
||||
"history",
|
||||
"menus",
|
||||
"menus.overrideContext",
|
||||
"nativeMessaging",
|
||||
"notifications",
|
||||
"storage",
|
||||
"tabs",
|
||||
"webNavigation",
|
||||
"webRequest",
|
||||
"webRequestBlocking",
|
||||
"<all_urls>"
|
||||
],
|
||||
"web_accessible_resources": ["cast/content.js"]
|
||||
}
|
||||
Reference in New Issue
Block a user