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": "\ub2e8\ucd95 \uc8fc\uc18c(Short Url)", "description": "\ub2e8\ucd95 \uc8fc\uc18c \uc0dd\uc131(URL Shortener)", "version": "1.0", "manifest_version": 3, "action": { "default_title": "URL Shortener" }, "permissions": [ "activeTab", "scripting", "contextMenus" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "64": "icons\/64.png", "96": "icons\/96.png", "128": "icons\/128.png" } }