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": "TabBro",
"version": "2.5.1",
"description": "Smart Tab Manager: Reminder, Tab Suspender, DeDuplicator, Limiter, Search\/Navigation for History, Bookmarks, Closed Tabs, and more.",
"permissions": [
"tabs",
"storage",
"history",
"bookmarks",
"search"
],
"optional_host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup\/menu.html"
},
"icons": {
"16": "icons\/green\/favicon-16x16.png",
"32": "icons\/green\/favicon-32x32.png",
"48": "icons\/green\/favicon-32x32.png",
"128": "icons\/green\/android-chrome-192x192.png"
}
}