Deploy Microsoft Edge for your organization, but open some sites in an alternative browser.
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_extension_name__",
"version": "8.1.3",
"icons": {
"16": "icon.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"manifest_version": 3,
"minimum_chrome_version": "88",
"description": "__MSG_extension_description__",
"default_locale": "en",
"background": {
"service_worker": "js/background.js"
},
"permissions": [
"storage",
"tabs",
"webNavigation",
"nativeMessaging"
],
"storage": {
"managed_schema": "schema.json"
},
"incognito": "split",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}