-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
24 lines (24 loc) · 741 Bytes
/
manifest.json
File metadata and controls
24 lines (24 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"background": {
"service_worker": "background.js"
},
"content_security_policy": {
"extension_pages": "default-src 'self'; object-src 'self'"
},
"host_permissions": [ "https://login.microsoftonline.com/*", "https://login.windows.net/*", "https://login.live.com/*", "https://login.microsoft.com/*" ],
"manifest_version": 3,
"name": "Sanders EntraID Tenant Restrictions",
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"permissions": [ "storage", "declarativeNetRequest"],
"storage": {
"managed_schema": "schema.json"
},
"version": "0.27"
"action": {
"default_title": "Options",
"default_popup": "options.html"
}
}