sleepytabs/manifest.json
2023-02-26 01:50:25 +01:00

25 lines
472 B
JSON

{
"name": "SleepyTabs",
"description": "Suspend tabs when not in use",
"homepage_url": "https://sleepytabs.app",
"version": "1.4",
"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"
}