-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.v2.json
36 lines (36 loc) · 1.23 KB
/
manifest.v2.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
{
"manifest_version": 2,
"name": "Azure Tab Icons",
"description": "Automatic browser tab icons for Azure",
"version": "1.2.0",
"author": "Tom Plant",
"content_scripts": [
{
"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/*"
],
"js": ["content.js"]
}
],
"web_accessible_resources": ["msportalfx-svg.css"]
}