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": "TabFlow - Smart Tab Manager",
"version": "1.0",
"description": "Save and restore tab layouts in a single click. Boost productivity with auto-loading saved layouts and efficient tab organization.",
"id": "{6f1c4e72-2f1d-48b2-a4f6-82b5e1d5a6c1}",
"permissions": [
"tabs",
"storage"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"strict_min_version": "113.0",
"data_collection_permissions": {
"is_usage_data": false,
"includes_personal_data": false
}
}
}
}