Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Microsoft Single Sign On",
"description": "Sign in to supported websites with your Microsoft work or school accounts on Windows and macOS platforms.",
"version": "1.0.11",
"action": {
"default_icon": {
"16": "windows16.png",
"48": "windows48.png",
"128": "windows128.png"
},
"default_title": "Sign in to websites with accounts on Windows and macOS"
},
"icons": {
"16": "windows16.png",
"48": "windows48.png",
"128": "windows128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"all_frames": true,
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"content_security_policy": {
"default-src": "none",
"script-src": "self",
"base-uri": "none",
"form-action": "none"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"nativeMessaging"
]
}