Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "1.8.1",
"description": "__MSG_appDesc__",
"default_locale": "en",
"author": "Serge Russo <[email protected]>",
"manifest_version": 3,
"permissions": [
"tabs",
"storage",
"unlimitedStorage",
"contextMenus",
"tabGroups"
],
"action": {
"default_icon": "assets\/images\/icon-browser-action.png",
"default_title": "Smart Sessions",
"default_popup": "index.html#popup"
},
"icons": {
"16": "assets\/images\/icon-small-16.png",
"48": "assets\/images\/icon-48.png",
"128": "assets\/images\/icon-128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"minimum_chrome_version": "99",
"background": {
"service_worker": ".\/assets\/js\/service-worker\/service-worker.js",
"type": "module"
}
}