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": "COPY RICH URL",
"description": "__MSG_description__",
"version": "0.7.1",
"manifest_version": 3,
"default_locale": "en",
"background": {
"service_worker": "background.js",
"type": "module"
},
"options_page": "options\/index.html",
"action": {
"default_title": "__MSG_default_title__"
},
"permissions": [
"contextMenus",
"storage",
"activeTab",
"scripting"
],
"icons": {
"128": "img\/copyurl_128.png"
}
}