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": "Tarnhelm", "version": "9", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_icon": "19.png", "default_title": "__MSG_button_tip__" }, "options_page": "options.html", "options_ui": { "page": "options.html" }, "permissions": [ "webRequest", "webRequestBlocking", "<all_urls>", "storage", "tabs" ] }