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_appTitle__", "version": "2.1.1", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "Icon16.png", "32": "Icon32.png", "64": "Icon64.png", "128": "Icon128.png" }, "action": { "default_title": " Auto Refresher ", "default_popup": "index.html" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "<all_urls>" ], "permissions": [ "storage", "notifications" ] }