-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.v3.json
69 lines (69 loc) · 2.36 KB
/
manifest.v3.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"manifest_version": 3,
"name": "Azure Tab Icons",
"description": "Automatic browser tab icons for Azure",
"version": "1.2.0",
"author": "Tom Plant",
"browser_specific_settings": {
"gecko": {
"id": "{225328c3-d410-4aec-b3d6-21a9b47ebdbd}"
},
"gecko_android": {}
},
"content_scripts": [
{
"js": ["content.js"],
"matches": [
"https://*.portal.azure.com/*",
"https://*.portal.azure.us/*",
"https://*.portal.azure.cn/*",
"https://*.portal.azure.com.mcas.ms/*",
"https://*.portal.azure.us.mcas-gov.us/*",
"https://endpoint.microsoft.com/*",
"https://endpoint.microsoft.us/*",
"https://endpoint.microsoftonline.cn/*",
"https://endpoint.microsoft.com.mcas.ms/*",
"https://endpoint.microsoft.us.mcas-gov.us/*",
"https://intune.microsoft.com/*",
"https://intune.microsoft.us/*",
"https://intune.microsoftonline.cn/*",
"https://intune.microsoft.com.mcas.ms/*",
"https://intune.microsoft.us.mcas-gov.us/*",
"https://entra.microsoft.com/*",
"https://entra.microsoft.us/*",
"https://entra.microsoft.com.mcas.ms/*",
"https://entra.microsoft.us.mcas-gov.us/*",
"https://dev.azure.com/*",
"https://dev.azure.com.mcas.ms/*"
]
}
],
"web_accessible_resources": [
{
"resources": ["msportalfx-svg.css"],
"matches": [
"https://*.portal.azure.com/*",
"https://*.portal.azure.us/*",
"https://*.portal.azure.cn/*",
"https://*.portal.azure.com.mcas.ms/*",
"https://*.portal.azure.us.mcas-gov.us/*",
"https://endpoint.microsoft.com/*",
"https://endpoint.microsoft.us/*",
"https://endpoint.microsoftonline.cn/*",
"https://endpoint.microsoft.com.mcas.ms/*",
"https://endpoint.microsoft.us.mcas-gov.us/*",
"https://intune.microsoft.com/*",
"https://intune.microsoft.us/*",
"https://intune.microsoftonline.cn/*",
"https://intune.microsoft.com.mcas.ms/*",
"https://intune.microsoft.us.mcas-gov.us/*",
"https://entra.microsoft.com/*",
"https://entra.microsoft.us/*",
"https://entra.microsoft.com.mcas.ms/*",
"https://entra.microsoft.us.mcas-gov.us/*",
"https://dev.azure.com/*",
"https://dev.azure.com.mcas.ms/*"
]
}
]
}