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__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDescription__",
"manifest_version": 3,
"version": "3.0.2",
"default_locale": "en",
"icons": {
"16": "icons\/icon-16.png",
"19": "icons\/icon-19.png",
"38": "icons\/icon-38.png",
"128": "icons\/icon-128.png"
},
"permissions": [
"tabs",
"contextMenus",
"browsingData",
"downloads",
"downloads.shelf",
"storage"
],
"action": {
"default_icon": {
"19": "icons\/icon-19.png"
}
},
"background": {
"service_worker": "scripts\/background.js"
},
"options_ui": {
"page": "ui\/options.html"
},
"homepage_url": "https:\/\/my-downloads.freespeedcheck.net\/"
}