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": "SLink - Simple copy link",
"description": "Copy page link and title to clipboard, so simple!",
"version": "1.0.3",
"icons": {
"48": "icon.dadbd21e.png",
"96": "[email protected]"
},
"action": {
"default_icon": {
"19": "icon-19.8c6ae7dc.png",
"38": "icon-38.d9a6bed6.png"
}
},
"permissions": [
"contextMenus",
"activeTab",
"scripting"
],
"background": {
"service_worker": "background.a5f53bc5.js"
},
"commands": {
"copy_as_markdown": {
"suggested_key": {
"default": "Alt+M"
},
"description": "Copy Tab Title \/ Tab URL as Markdown"
},
"copy_as_plaintext": {
"suggested_key": {
"default": "Alt+P"
},
"description": "Copy Tab Title \/ Tab URL as Plaintext"
}
},
"manifest_version": 3
}