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", "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "static\/img\/icon\/icon19.png", "38": "static\/img\/icon\/icon38.png" }, "default_popup": "popup.html", "default_title": "__MSG_appDesc__" }, "default_locale": "en", "description": "__MSG_appDesc__", "homepage_url": "https:\/\/maksam07.com\/", "icons": { "16": "static\/img\/icon\/icon16.png", "48": "static\/img\/icon\/icon48.png", "128": "static\/img\/icon\/icon128.png" }, "manifest_version": 2, "name": "Tab reloader", "permissions": [ "tabs", "contextMenus", "storage" ], "short_name": "Tab reloader", "version": "1.0.1.0" }