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 URLs",
"version": "2.0.1",
"description": "Quickly copy URLs from your open tabs, links within a page and more to the clipboard",
"author": "George Mandis <[email protected]>",
"homepage_url": "https:\/\/george.mand.is\/hire",
"permissions": [
"activeTab",
"contextMenus",
"scripting",
"tabs"
],
"icons": {
"128": "icon.png"
},
"action": [],
"background": {
"service_worker": "background.js"
},
"manifest_version": 3
}