-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
157 lines (136 loc) · 5.05 KB
/
manifest.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "Atlas",
"author": "ohitsdylan",
"version": "5.0.0",
"api_version": 2,
"default_locale": "en-us",
"settings": [
{
"label": "brand_group_label",
"variables": [
{
"label": "brand_group_label",
"variables": [
{
"identifier": "favicon",
"type": "file",
"description": "favicon_description",
"label": "favicon_label"
}
]
},
{
"label": "Notification Banner",
"variables": [
{
"label": "Notification Icon",
"identifier": "notification_icon",
"description": "An icon that appears before the notification banner message",
"value": "ph ph-hand-waving",
"type": "list",
"options": [
{
"label": "Barricade",
"value": "ph ph-barricade"
},
{
"label": "Bell",
"value": "ph ph-bell-ringing"
},
{
"label": "Book",
"value": "ph ph-book-bookmark"
},
{
"label": "Chat Bubble",
"value": "ph ph-chat-text"
},
{
"label": "Check Circle",
"value": "ph ph-check-circle"
},
{
"label": "Confetti",
"value": "ph ph-confetti"
},
{
"label": "Document",
"value": "ph ph-file-text"
},
{
"label": "Flag",
"value": "ph ph-flag"
},
{
"label": "Hand Waving",
"value": "ph ph-hand-waving"
},
{
"label": "Megaphone",
"value": "ph ph-megaphone-simple"
},
{
"label": "Note",
"value": "ph ph-note"
},
{
"label": "Phone",
"value": "ph ph-phone-call"
},
{
"label": "Smiley",
"value": "ph ph-smiley"
},
{
"label": "Thumbs Up",
"value": "ph ph-thumbs-up"
},
{
"label": "Warning",
"value": "ph ph-warning"
}
]
},
{
"label": "Notification Content",
"identifier": "notification_content",
"description": "Text content for the notification banner",
"value": "The 365Ops App is HERE!! Get specific data and connectivity info for your locations all from your mobile phone!",
"type": "text"
},
{
"label": "Notification Link",
"identifier": "notification_link",
"description": "The URL to link the notification banner to",
"value": "https://help.365retailmarkets.com/hc/en-us/articles/5963436344855",
"type": "text"
},
{
"label": "Notification Background Color",
"identifier": "notification_color",
"description": "The color of the notification banner background",
"value": "var(--jungle-400)",
"type": "list",
"options": [
{
"label": "Green",
"value": "var(--jungle-400)"
},
{
"label": "Yellow",
"value": "var(--saffron-400)"
},
{
"label": "Red",
"value": "var(--crimson-400)"
},
{
"label": "Blue",
"value": "var(--yale-400)"
}
]
}
]
}
]
}