sleepytabs/manifest.json
2021-10-16 15:49:01 +02:00

25 lines
472 B
JSON

{
"name": "SleepyTabs",
"description": "Suspend tabs when not in use",
"homepage_url": "https://sleepytabs.app",
"version": "1.3",
"manifest_version": 3,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"service_worker": "service_worker.js"
},
"permissions": [
"alarms",
"storage",
"tabs"
],
"action": {
"default_popup": "popup.html"
},
"options_page": "options.html"
}