2025-07-02 14:16:25 +02:00
|
|
|
{
|
|
|
|
"manifest_version": 3,
|
|
|
|
"name": "__MSG_appName__",
|
|
|
|
"version": "1.0",
|
|
|
|
"description": "__MSG_appDescription__",
|
|
|
|
"default_locale": "en",
|
|
|
|
|
|
|
|
"icons": {
|
|
|
|
"48": "img/icon48.png"
|
|
|
|
},
|
|
|
|
|
|
|
|
"permissions": [
|
|
|
|
"storage",
|
|
|
|
"notifications"
|
|
|
|
],
|
|
|
|
"host_permissions": [
|
2025-07-04 09:36:40 +02:00
|
|
|
"https://*.plex.tv/*",
|
|
|
|
"*://*:*/*"
|
2025-07-02 14:16:25 +02:00
|
|
|
],
|
|
|
|
"background": {
|
|
|
|
"service_worker": "js/background.js",
|
|
|
|
"type": "module"
|
|
|
|
},
|
|
|
|
|
|
|
|
"action": {
|
|
|
|
"default_icon": {
|
|
|
|
"16": "img/icon16.png",
|
|
|
|
"32": "img/icon32.png"
|
|
|
|
},
|
|
|
|
"default_title": "__MSG_appName__"
|
|
|
|
}
|
|
|
|
}
|