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": "parg.co URL shortener", "description": "aparg's new parg.co extension is designed to shorten active tab URL", "version": "1.0.0.14", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Make it short" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "https:\/\/parg.co\/api\/shorten", "webRequest", "webRequestBlocking" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" }