Skip to content

Commit 2f22f72

Browse files
authored
Update consumer.json
1 parent aca0d65 commit 2f22f72

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

_data/portals/consumer.json

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,79 @@
11
[
2+
{
3+
"groupName": "Microsoft General",
4+
"portals": [
5+
{
6+
"portalName": "Microsoft",
7+
"primaryURL": "https://microsoft.com"
8+
},
9+
{
10+
"portalName": "Microsoft Support",
11+
"primaryURL": "https://support.microsoft.com"
12+
},
13+
{
14+
"portalName": "Microsoft Account",
15+
"primaryURL": "https://account.microsoft.com/"
16+
},
17+
{
18+
"portalName": "Family Safety",
19+
"primaryURL": "https://account.microsoft.com/family/home"
20+
},
21+
{
22+
"portalName": "Microsoft Store",
23+
"primaryURL": "https://microsoft.com/store"
24+
}
25+
]
26+
},
227
{
328
"groupName": "Microsoft 365 Consumer",
429
"portals": [
30+
{
31+
"portalName": "Microsoft 365",
32+
"primaryURL": "https://microsoft365.com"
33+
},
534
{
635
"portalName": "Defender for Web",
736
"primaryURL": "https://mydefender.microsoft.com"
837
}
938
]
39+
},
40+
{
41+
"groupName": "Microsoft Apps",
42+
"portals": [
43+
{
44+
"portalName": "Copilot",
45+
"primaryURL": "https://copilot.microsoft.com"
46+
},
47+
{
48+
"portalName": "OneDrive",
49+
"primaryURL": "https://onedrive.live.com/"
50+
},
51+
{
52+
"portalName": "Teams",
53+
"primaryURL": "https://teams.live.com/"
54+
}
55+
{
56+
"portalName": "Outlook",
57+
"primaryURL": "https://outlook.com"
58+
}
59+
]
60+
},
61+
{
62+
"groupName": "Bing",
63+
"portals": [
64+
{
65+
"portalName": "Bing",
66+
"primaryURL": "https://bing.com"
67+
}
68+
]
69+
{
70+
"groupName": "Xbox",
71+
"portals": [
72+
{
73+
"portalName": "Xbox Official Site",
74+
"primaryURL": "https://www.xbox.com/"
75+
}
76+
]
1077
}
78+
]
1179
]

0 commit comments

Comments
 (0)