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", "manifest_version": 3, "name": "Auto Refresh Plus", "description": "Automatically refresh pages with custom intervals and advanced settings.", "version": "1.0", "icons": { "16": "2icon16.png", "48": "2icon48.png", "128": "2icon128.png" }, "permissions": [ "activeTab", "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "2icon16.png", "48": "2icon48.png", "128": "2icon128.png" } }, "background": { "service_worker": "background.js" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+R" }, "description": "Open the Auto Refresh Plus extension popup" } } }