Inspect and view changes in MV3 Valid V2 After revoke 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
{
"manifest_version": 3,
"name": "MV3 Valid V2 After revoke",
"version": "7.0",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; child-src https://www.contoso.com https://azurewebsites.contoso.com"
},
"host_permissions": [
"https://www.contoso.com/*"
],
"permissions": [
"tabs"
],
"background": {
"service_worker": "worker.js"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}