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": 3, "name": "Replug | URL Shortener & Links Management", "description": "Shorten, track and optimize your links with catchy call-to-actions, retargeting pixels, branded links and powerful analytics.", "version": "1.1.0", "icons": { "16": "main\/img\/logo\/16x16.png", "32": "main\/img\/logo\/32x32.png", "48": "main\/img\/logo\/48x48.png", "64": "main\/img\/logo\/64x64.png", "128": "main\/img\/logo\/128x128.png" }, "action": { "default_icon": "main\/img\/logo\/logo.png", "default_popup": "index.html" }, "permissions": [ "cookies", "tabs" ], "host_permissions": [ "http:\/\/localhost:80\/*", "http:\/\/localhost:3001\/*" ], "web_accessible_resources": [ { "resources": [ "dist\/build.js", "index.html" ], "matches": [ "http:\/\/localhost:80\/*", "http:\/\/localhost:3001\/*" ] } ] }