Inspect and view changes in PasteUUID 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
{
"name": "PasteUUID",
"version": "1.0",
"manifest_version": 3,
"description": "A simple extension that adds a paste UUID context menu entry on editable controls",
"permissions": [
"contextMenus",
"tabs",
"scripting"
],
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"<all_urls>"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}