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": "__MSG_appName__",
"short_name": "Flash Tab Saver",
"version": "2.2.0",
"description": "__MSG_appDesc__",
"author": "Roger Pedr\u00f3s.",
"default_locale": "en",
"icons": {
"48": "Resources\/Icons\/iconBlue.png",
"128": "Resources\/Icons\/iconBlue.png"
},
"action": {
"default_icon": "Resources\/Icons\/iconBlue.png",
"default_title": "__MSG_appName__"
},
"options_page": "App\/Settings\/settings.html",
"background": {
"service_worker": "Background\/background.js",
"type": "module"
},
"incognito": "spanning",
"permissions": [
"tabs",
"windows",
"storage",
"notifications",
"bookmarks",
"unlimitedStorage",
"contextMenus"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"commands": {
"_execute_action": {
"suggested_key": {
"mac": "Command+U",
"windows": "Ctrl+U",
"chromeos": "Ctrl+U",
"linux": "Ctrl+U",
"default": "Ctrl+U"
},
"global": false
}
}
}