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", "name": "Clear Browser Cache", "version": "1.0", "description": "Clear Browser Cache for Lighting Apps!", "permissions": [ "storage", "declarativeContent", "activeTab", "browsingData" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/16\/mango.png", "32": "images\/32\/mango.png", "48": "images\/48\/mango.png", "128": "images\/128\/mango.png" } }, "icons": { "16": "images\/16\/mango.png", "32": "images\/32\/mango.png", "48": "images\/48\/mango.png", "128": "images\/128\/mango.png" }, "options_page": "options.html", "manifest_version": 2 }