Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Copy A GUID",
"version": "1.0.0",
"version_name": "1.0.0",
"icons": {
"512": "icon.png"
},
"browser_action": {
"default_icon": "icon.png"
},
"background": {
"scripts": [
"background.js"
]
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}