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": "TabsCloud",
"version": "0.3.5",
"description": "Save, manage, and sync your tab sessions with ease.",
"permissions": [
"tabs",
"storage",
"identity"
],
"host_permissions": [
"https:\/\/tabscloud.com\/*"
],
"action": {
"default_title": "TabsCloud v0.3.5",
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
}
},
"background": {
"service_worker": "js\/service_worker.js"
},
"options_page": "options.html",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"web_accessible_resources": [
{
"resources": [
"icons\/*.png"
],
"matches": [
"<all_urls>"
]
}
],
"oauth2": {
"client_id": "YOUR_CLIENT_ID_HERE.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.appdata"
]
}
}