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",
"manifest_version": 3,
"name": "Save Pinned Tabs",
"short_name": "Save Pinned",
"version": "2.0.0",
"description": "Save your current pinned tabs.",
"icons": {
"32": "images\/icon_32.png",
"64": "images\/icon_64.png",
"128": "images\/icon_128.png"
},
"permissions": [
"tabs",
"storage"
],
"action": {
"default_icon": {
"32": "images\/icon_32.png",
"64": "images\/icon_64.png",
"128": "images\/icon_128.png"
},
"default_popup": "popup.html",
"default_title": "Save pinned tabs"
},
"background": {
"service_worker": "service_worker.js",
"type": "module"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
}
}