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": 2, "name": "Art QR", "short_name": "Art QR", "description": "__MSG_pluginDesc__", "version": "1.0", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "options_page": "options.html", "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "content_scripts": [], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "js\/vendor.js", "js\/background.js" ] }, "offline_enabled": true, "permissions": [ "storage", "contextMenus", "activeTab" ], "default_locale": "en" }