manifest.json aktualisiert
This commit is contained in:
@@ -1,31 +1,32 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "Uptime Monitor",
|
"name": "Uptime Monitor",
|
||||||
"version": "1.0",
|
"version": "1.1",
|
||||||
"description": "Überwacht Dienste und benachrichtigt mich, wenn sie offline gehen.",
|
"description": "Überwacht Dienste und benachrichtigt mich, wenn sie offline gehen.",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"storage",
|
"storage",
|
||||||
"notifications",
|
"notifications",
|
||||||
"alarms"
|
"alarms",
|
||||||
],
|
"tabs"
|
||||||
"host_permissions": [
|
],
|
||||||
"<all_urls>"
|
"host_permissions": [
|
||||||
],
|
"<all_urls>"
|
||||||
"background": {
|
],
|
||||||
"service_worker": "background.js"
|
"background": {
|
||||||
},
|
"service_worker": "background.js"
|
||||||
"action": {
|
},
|
||||||
"default_popup": "popup.html",
|
"action": {
|
||||||
"default_icon": {
|
"default_popup": "popup.html",
|
||||||
"16": "icons/icon16.PNG",
|
"default_icon": {
|
||||||
"48": "icons/icon48.PNG",
|
"16": "icons/icon16.PNG",
|
||||||
"128": "icons/icon128.PNG"
|
"48": "icons/icon48.PNG",
|
||||||
}
|
"128": "icons/icon128.PNG"
|
||||||
},
|
}
|
||||||
"options_page": "options.html",
|
},
|
||||||
"icons": {
|
"options_page": "options.html",
|
||||||
"16": "icons/icon16.PNG",
|
"icons": {
|
||||||
"48": "icons/icon48.PNG",
|
"16": "icons/icon16.PNG",
|
||||||
"128": "icons/icon128.PNG"
|
"48": "icons/icon48.PNG",
|
||||||
}
|
"128": "icons/icon128.PNG"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user