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": "clipy.me easy URL shortener", "description": "Minimalist. Private. Free. The way a URL shortener should be.", "version": "1.0", "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "permissions": [ "activeTab" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/clipy.me\/*" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } }