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",
"version": "0.0.0.3",
"background": {
"service_worker": "\/js\/background.js"
},
"action": {
"default_popup": "index.html"
},
"description": "Clear your cache and browsing data with a single click of a button.",
"manifest_version": 3,
"name": "Clear Cache",
"offline_enabled": true,
"permissions": [
"storage",
"browsingData"
],
"icons": {
"48": "img\/clearcache48.png",
"96": "img\/clearcache96.png",
"128": "img\/clearcache128.png"
}
}