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 5 Min", "description": "This extension will automatically refresh the page every 5 minutes.", "version": "1.2", "permissions": [ "activeTab", "alarms" ], "background": { "service_worker": "background.js" }, "icons": { "48": "icon48.png" }, "action": { "default_icon": "icon128.png", "default_title": "Auto Refresh 5 Min" } }