Inspect and view changes in Photo Restoration - Restore photos instantly 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": "__MSG_extName__",
"manifest_version": 3,
"version": "1.1",
"default_locale": "en",
"description": "__MSG_extDescription__",
"permissions": [
"identity",
"identity.email",
"storage",
"contextMenus",
"scripting",
"activeTab"
],
"host_permissions": [],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "/images/16px.png",
"48": "/images/48px.png",
"128": "/images/128px.png"
}
},
"icons": {
"16": "/images/16px.png",
"48": "/images/48px.png",
"128": "/images/128px.png"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}