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": "OkShort URL Shortener", "description": "Simple Extension that will shorten any link on a web page with the OkShort API for fast, and easy sharing.", "version": "1.40.3", "icons": { "16": "img\/icon_16x16.png", "32": "img\/icon_32x32.png", "48": "img\/icon_48x48.png", "128": "img\/icon_128x128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_title": "OkShort URL Shortener", "default_icons": { "16": "img\/icon-16x16.png", "32": "img\/icon-32x32.png", "48": "img\/icon-48x48.png", "128": "img\/icon-128x128.png" } }, "options_page": "options.html", "permissions": [ "contextMenus", "activeTab", "scripting" ], "host_permissions": [ "<all_urls>" ] }