Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Save my Tabs",
"default_locale": "en",
"description": "__MSG_description__",
"manifest_version": 3,
"version": "1.0.7",
"background": {
"service_worker": "js\/links.js",
"type": "module"
},
"permissions": [
"contextMenus",
"bookmarks",
"tabs"
],
"action": {
"default_title": "Save my Tabs",
"default_icon": "img\/icons\/icon48.png",
"default_popup": "index.html"
},
"icons": {
"16": "img\/icons\/icon16.png",
"48": "img\/icons\/icon48.png",
"128": "img\/icons\/icon128.png"
}
}