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",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"version": "1.4.3",
"default_locale": "en",
"icons": {
"64": "logo\/lg-64_x_64.png"
},
"options_page": "options\/options.html",
"action": {
"default_title": "Clear Cache Chrome"
},
"permissions": [
"tabs",
"activeTab",
"storage",
"browsingData",
"notifications",
"commands"
],
"host_permissions": [
"<all_urls>"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Q",
"mac": "Command+Q"
}
}
},
"background": {
"service_worker": "service-worker.js"
}
}