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",
"manifest_version": 3,
"name": "Title-Link Copy: AP-style Casing & Hyperlink",
"short_name": "Title-Link",
"description": "AP-style title casing + selected text options for perfect link sharing",
"author": "John Navas",
"version": "1.2.0",
"homepage_url": "https:\/\/github.com\/JNavas2\/Title-Link-Copy",
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"64": "images\/icon-64.png",
"96": "images\/icon-96.png",
"128": "images\/icon-128.png"
},
"permissions": [
"contextMenus",
"scripting",
"storage"
],
"optional_host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "service_worker.js"
},
"commands": {
"copy-title-link": {
"suggested_key": {
"default": "Ctrl+Shift+L",
"mac": "Command+Shift+L"
},
"description": "Copy current tab's Title + Link"
},
"copy-title-only": {
"description": "Copy current tab's Title (only)"
},
"copy-link-only": {
"description": "Copy current tab's Link (only)"
},
"copy-hyperlink": {
"description": "Copy current tab as Hyperlink"
}
},
"action": {
"default_title": "Title-Link Copy \u2026",
"default_icon": "images\/icon-32.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
}
}