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