Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"short_name": "Microsoft Defender Browser Protection",
"name": "Microsoft Defender Browser Protection",
"manifest_version": 3,
"version": "1.664",
"description": "Protect yourself against online threats, like phishing and malicious websites, with real-time protection from Microsoft.",
"background": {
"service_worker": "sw_background.js"
},
"action": {
"default_icon": {
"16": "assets\/icon16.png",
"24": "assets\/icon24.png",
"32": "assets\/icon32.png"
},
"default_popup": "pages\/popup.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"incognito": "split",
"permissions": [
"tabs",
"storage",
"webNavigation"
],
"storage": {
"managed_schema": "PolicySchema.json"
},
"host_permissions": [
"https:\/\/*.smartscreen.microsoft.com\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}