Inspect and view changes in Smart Copy source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Smart Copy",
"version": "0.0.0.1",
"description": "This is an extension to copy a web URL along with page title to a computer's clip board.",
"manifest_version": 3,
"author": "Kevin Du",
"action": {
"default_popup": "index.html",
"default_title": "Smart Copy",
"default_icon": {
"20": "images/file_copy_FILL0_wght400_GRAD0_opsz20.png",
"48": "images/file_copy_FILL0_wght400_GRAD0_opsz48.png"
}
},
"permissions": [
"tabs"
]
}