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 \u2013 Smart Tab Sessions & Cloud Sync",
"version": "0.1.3",
"description": "Save your open tabs as sessions, sync across devices, and group with AI. Perfect for productivity and research.",
"action": {
"default_popup": "popup.html",
"default_title": "TabFlow",
"default_icon": {
"16": "icons\/tabflow-icon-16.png",
"32": "icons\/tabflow-icon-32.png",
"48": "icons\/tabflow-icon-48.png"
}
},
"icons": {
"16": "icons\/tabflow-icon-16.png",
"32": "icons\/tabflow-icon-32.png",
"48": "icons\/tabflow-icon-48.png",
"128": "icons\/tabflow-icon-128.png"
},
"options_page": "options.html",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"tabs",
"storage",
"alarms",
"identity"
],
"host_permissions": [],
"oauth2": {
"client_id": "497790964210-llnjj6m60170mu0u74njrn7di8r23lmp.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
}
}