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": "Tab Lock Forever",
"version": "1.0",
"description": "Keep Your Browser Tabs Forever",
"icons": {
"16": "assets\/images\/unlock.png",
"24": "assets\/images\/unlock.png",
"32": "assets\/images\/unlock.png",
"48": "assets\/images\/unlock.png",
"128": "assets\/images\/unlock.png",
"256": "assets\/images\/unlock.png"
},
"background": {
"service_worker": ".\/assets\/js\/background.js"
},
"permissions": [
"storage",
"tabs"
],
"action": {
"default_popup": "index.html"
}
}