Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_ExtensionName__",
"version": "0.0.22",
"description": "__MSG_ExtensionDescription__",
"homepage_url": "https:\/\/github.com\/ilyaigpetrov\/copy-unicode-urls",
"icons": {
"128": "\/icons\/u-red-128.png"
},
"author": "[email protected]",
"action": {
"default_title": "__MSG_IconHint__",
"default_icon": ".\/icons\/u-red-128.png"
},
"options_ui": {
"page": "\/src\/pages\/options\/index.html"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+U"
}
}
},
"permissions": [
"offscreen",
"activeTab",
"contextMenus",
"storage",
"clipboardWrite"
],
"minimum_chrome_version": "88.0.0.0",
"background": {
"service_worker": "\/src\/bg\/index.mjs",
"type": "module"
}
}