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",
"name": "Tab Aware",
"version": "0.0.1",
"manifest_version": 3,
"description": "Tab reuse, deduplication, and duplication",
"background": {
"service_worker": "service_worker.js"
},
"permissions": [
"tabs",
"storage"
],
"icons": {
"128": "icon.png"
},
"action": {
"default_popup": "default_popup.html"
}
}