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": "Auto Refresh", "short_name": "Refresh", "version": "1.0.6", "manifest_version": 2, "description": "Reload the web page automatically in the time interval that you want.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "permissions": [ "<all_urls>", "storage" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "jquery.min.js", "content.js" ] } ] }