lemmy-simplified-federation/scripts/manifests/dev.json
2022-12-13 15:14:37 +01:00

48 lines
1.1 KiB
JSON

{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"short_name": "__MSG_extensionNameShort__",
"version": "2.0",
"author": "rugk",
"description": "__MSG_extensionDescription__",
"homepage_url": "https://github.com/rugk/mastodon-simplified-federation",
// testing version allows loading unit test libraries from CDNs
"content_security_policy": "default-src 'self'; connect-src https:; style-src 'self' https://unpkg.com; script-src 'self' https://unpkg.com",
"icons": {
"16": "icons/icon.svg",
"32": "icons/icon.svg",
"48": "icons/icon.svg",
"96": "icons/icon.svg"
},
"default_locale": "en",
"options_ui": {
"page": "options/options.html",
"browser_style": true
},
"background": {
"page": "background/background.html"
},
"permissions": [
"storage",
"webRequest",
"notifications",
"http://*/*",
"https://*/*"
],
"optional_permissions": [
"tabs"
],
"applications": {
"gecko": {
"id": "mastodon-auto-remote-follow@rugk.github.io",
"strict_min_version": "61.0"
}
}
}