-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrowserconfig.xml
More file actions
21 lines (21 loc) · 861 Bytes
/
Copy pathbrowserconfig.xml
File metadata and controls
21 lines (21 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="/mstile-70x70.png"/>
<square150x150logo src="/mstile-150x150.png"/>
<square310x310logo src="/mstile-310x310.png"/>
<wide310x150logo src="/mstile-310x150.png"/>
<TileColor>#00ff88</TileColor>
</tile>
<notification>
<polling-uri src="/notifications/contoso1.xml"/>
<polling-uri2 src="/notifications/contoso2.xml"/>
<polling-uri3 src="/notifications/contoso3.xml"/>
<polling-uri4 src="/notifications/contoso4.xml"/>
<polling-uri5 src="/notifications/contoso5.xml"/>
<frequency>30</frequency>
<cycle>1</cycle>
</notification>
</msapplication>
</browserconfig>