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": "URL Shortener | gotos", "description": "One click URL Shortener", "version": "1.0.6", "manifest_version": 3, "author": "Mukhtar Ahmed", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "options_page": "options.html", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "<all_urls>" ], "js": [ "content.js" ] } ], "permissions": [ "tabs", "storage" ], "action": { "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "default_title": "gotos URL Shortener", "default_popup": "popup.html" } }