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_name__",
"version": "1.7.1",
"description": "__MSG_description__",
"manifest_version": 3,
"background": {
"service_worker": "core\/service_worker.js"
},
"icons": {
"16": "img\/freshstart_icon.png",
"32": "img\/freshstart32.png",
"48": "img\/freshstart48.png"
},
"options_page": "core\/options.html",
"permissions": [
"tabs",
"bookmarks",
"storage",
"unlimitedStorage",
"favicon"
],
"minimum_chrome_version": "99",
"default_locale": "en",
"action": {
"default_icon": "img\/freshstart_icon.png",
"default_title": "FreshStart - Cross Browser Session Manager",
"default_popup": "core\/popup.html"
},
"content_security_policy": []
}