tabsaver/manifest.json

16 lines
352 B
JSON

{
"name": "TabSaver",
"description": "Save all windows and tabs to a local file",
"homepage_url": "https://miketheburns.com/browser-extensions/tabsaver",
"version": "1.0.0",
"manifest_version": 3,
"icons": {
"256": "icon.png"
},
"action": {},
"background": {
"service_worker": "background.js"
},
"permissions": ["tabs"]
}