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", "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "19": "icon.png", "38": "icon.png" }, "default_title": "QR Code Generator", "default_popup": "popup.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "48": "icon.png", "128": "icon.png" }, "author": "Ninh Pham", "description": "QR Code Generator", "version": "1.0.3", "name": "QR Code Generator" }