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": "shorten-url : Professional URL shortener", "description": "URL shortener with lot of features, detailed stats, traffic filters, redirect rules, QR codes, password protected links and more.", "homepage_url": "https:\/\/shorten-url.com", "version": "1.1", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "activeTab", "storage", "clipboardWrite" ], "host_permissions": [ "https:\/\/*.shorten-url.com\/*" ], "action": { "default_popup": "popup\/popup.html" } }