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": "Click Genius | Powerful URL shortener", "version": "1.0", "author": "Network Genius", "description": "Shorten links from pages you are currently visiting + QR Code and statistic", "permissions": [ "<all_urls>", "tabs" ], "offline_enabled": true, "browser_action": { "default_title": "Click Genius", "default_popup": "popup\/popup.html", "default_icon": { "16": "icons\/16.png", "19": "icons\/19.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" } }, "icons": { "16": ".\/icons\/16.png", "19": ".\/icons\/19.png", "32": ".\/icons\/32.png", "48": ".\/icons\/48.png", "64": "icons\/64.png", "128": ".\/icons\/128.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "style.css" ], "js": [ "jquery.js", "content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "\/icons\/star.png", "\/icons\/closeBtn.png" ] }