Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tab Reserve",
"version": "1.3",
"description": "Reserve tabs and save them for others",
"action": [],
"side_panel": {
"default_path": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"icons": {
"32": "images\/bookmark.png",
"48": "images\/bookmark.png",
"128": "images\/bookmark.png"
},
"permissions": [
"tabGroups",
"tabs",
"storage",
"sidePanel",
"unlimitedStorage"
]
}