32 lines
677 B
JSON
32 lines
677 B
JSON
{
|
|
"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"
|
|
}
|
|
} |