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": "MainTab - Save Memory & Manage Tabs",
"version": "1.0",
"description": "Save 95% memory and reduce tab clutter with MainTab. Convert your open tabs into a list in Onetab",
"permissions": [
"tabs",
"storage",
"history",
"contextMenus"
],
"host_permissions": [
"https:\/\/www.google.com\/"
],
"web_accessible_resources": [
{
"resources": [
"onetab.html"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_icon": {
"16": "icons\/icon16x.png",
"48": "icons\/icon48x.png",
"128": "icons\/icon128x.png"
}
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/icon16x.png",
"48": "icons\/icon48x.png",
"128": "icons\/icon128x.png"
}
}