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": "GitHub Copy Link",
"short_name": "gh-copy-link",
"version": "1.0.0",
"manifest_version": 3,
"description": "Copy GitHub repository links to clipboard with one click",
"icons": {
"16": "public\/icons\/icon16.png",
"19": "public\/icons\/icon19.png",
"32": "public\/icons\/icon32.png",
"38": "public\/icons\/icon38.png",
"48": "public\/icons\/icon48.png",
"64": "public\/icons\/icon64.png",
"128": "public\/icons\/icon128.png"
},
"minimum_chrome_version": "88.0",
"content_scripts": [
{
"js": [
"assets\/index.ts-BqVDo87M.js"
],
"matches": [
"https:\/\/github.com\/*"
],
"run_at": "document_start",
"all_frames": true,
"css": [
"assets\/index-D8kI9EA2.css"
]
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"scripting"
],
"host_permissions": [
"https:\/\/github.com\/*"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/github.com\/*"
],
"resources": [
"assets\/index.ts-BqVDo87M.js"
],
"use_dynamic_url": false
}
]
}