-
Notifications
You must be signed in to change notification settings - Fork 17
/
appmanifest.json
648 lines (648 loc) · 24 KB
/
appmanifest.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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
{
"background_color-member": [
{
"engines": [
"blink"
],
"filename": "html/manifest/background_color.json",
"name": "background_color",
"slug": "Manifest/background_color",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/Manifest/background_color",
"summary": "The background_color member defines a placeholder background color for the application page to display before its stylesheet is loaded. This value is used by the user agent to draw the background color of a shortcut when the manifest is available before the stylesheet has loaded.",
"support": {
"chrome": {
"version_added": null
},
"chrome_android": {
"version_added": "46",
"notes": "Does not support <code>lang</code> or <code>scope</code>."
},
"edge": {
"version_added": false
},
"firefox": {
"version_added": null
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": {
"version_added": true
},
"safari": {
"version_added": null
},
"safari_ios": {
"version_added": false
},
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": {
"version_added": null
}
},
"title": "background_color"
}
],
"display-member": [
{
"engines": [
"blink",
"gecko"
],
"partial": [
"webkit"
],
"filename": "html/manifest/display.json",
"name": "display",
"slug": "Manifest/display",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/Manifest/display",
"summary": "The display member is a string that determines the developers' preferred display mode for the website. The display mode changes how much of browser UI is shown to the user and can range from browser (when the full browser window is shown) to fullscreen (when the app is fullscreened).",
"support": {
"chrome": {
"version_added": "39"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": null
},
"firefox_android": {
"version_added": "47"
},
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": {
"version_added": null
},
"opera_android": {
"version_added": null
},
"safari": {
"version_added": null
},
"safari_ios": {
"version_added": "11.3",
"partial_implementation": true,
"notes": "Does not support <code>fullscreen</code> or <code>minimal-ui</code>."
},
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": true
},
"edge_blink": {
"version_added": "79"
}
},
"title": "display"
}
],
"icons-member": [
{
"engines": [
"blink",
"webkit"
],
"filename": "html/manifest/icons.json",
"name": "icons",
"slug": "Manifest/icons",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/Manifest/icons",
"summary": "The icons member specifies an array of objects representing image files that can serve as application icons for different contexts. For example, they can be used to represent the web application amongst a list of other applications, or to integrate the web application with an OS's task switcher and/or system preferences.",
"support": {
"chrome": {
"version_added": "39"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": null
},
"firefox_android": {
"version_added": false
},
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": {
"version_added": null
},
"opera_android": {
"version_added": null
},
"safari": {
"version_added": null
},
"safari_ios": {
"version_added": "15.4",
"notes": "Only used when no <code>apple-touch-icon</code> is present with <code>\"purpose\": \"any\"</code> or no <code>\"purpose\"</code> key."
},
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": true
},
"edge_blink": {
"version_added": "79"
}
},
"title": "icons"
}
],
"id-member": [
{
"engines": [
"blink",
"gecko"
],
"filename": "html/manifest/id.json",
"name": "id",
"slug": "Manifest/id",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/Manifest/id",
"summary": "The id member is a string that represents the identity of the web application — the unique identifier for the web application. If the web application ID does not match an existing ID, the application will be treated as a unique identity even if it is from the same URL.",
"support": {
"chrome": {
"version_added": "96"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "95"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": null
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": {
"version_added": "96"
}
},
"title": "id"
}
],
"name-member": [
{
"engines": [
"blink",
"webkit"
],
"filename": "html/manifest/name.json",
"name": "name",
"slug": "Manifest/name",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/Manifest/name",
"summary": "The name member is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon). name is directionality-capable, which means it can be displayed left-to-right or right-to-left based on the values of the dir and lang manifest members.",
"support": {
"chrome": {
"version_added": "39"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": null
},
"firefox_android": {
"version_added": false
},
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": {
"version_added": null
},
"opera_android": {
"version_added": null
},
"safari": {
"version_added": null
},
"safari_ios": {
"version_added": "11.3"
},
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": true
},
"edge_blink": {
"version_added": "79"
}
},
"title": "name"
}
],
"orientation-member": [
{
"engines": [
"blink"
],
"filename": "html/manifest/orientation.json",
"name": "orientation",
"slug": "Manifest/orientation",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/Manifest/orientation",
"summary": "The orientation member defines the default orientation for all the website's top-level browsing contexts.",
"support": {
"chrome": {
"version_added": "39"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": null
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": {
"version_added": null
},
"opera_android": {
"version_added": null
},
"safari": {
"version_added": null
},
"safari_ios": {
"version_added": false
},
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": null
},
"edge_blink": {
"version_added": "79"
}
},
"title": "orientation"
}
],
"prefer_related_applications-member": [
{
"engines": [
"blink"
],
"filename": "html/manifest/prefer_related_applications.json",
"name": "prefer_related_applications",
"slug": "Manifest/prefer_related_applications",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/Manifest/prefer_related_applications",
"summary": "The prefer_related_applications member is a boolean value that specifies that applications listed in related_applications should be preferred over the web application. If the prefer_related_applications member is set to true, the user agent might suggest installing one of the related applications instead of this web app.",
"support": {
"chrome": {
"version_added": null
},
"chrome_android": {
"version_added": "44"
},
"edge": {
"version_added": false
},
"firefox": {
"version_added": null
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": {
"version_added": null
},
"safari": {
"version_added": null
},
"safari_ios": "mirror",
"samsunginternet_android": {
"version_added": null
},
"webview_android": {
"version_added": null
},
"edge_blink": {
"version_added": null
}
},
"title": "prefer_related_applications"
}
],
"related_applications-member": [
{
"engines": [
"blink"
],
"filename": "html/manifest/related_applications.json",
"name": "related_applications",
"slug": "Manifest/related_applications",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/Manifest/related_applications",
"summary": "The related_applications field is an array of objects specifying native applications that are installable by, or accessible to, the underlying platform — for example, a native Android application obtainable through the Google Play Store. Such applications are intended to be alternatives to the manifest's website that provides similar/equivalent functionality — like the native app equivalent.",
"support": {
"chrome": {
"version_added": null
},
"chrome_android": {
"version_added": "44"
},
"edge": {
"version_added": false
},
"firefox": {
"version_added": null
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": {
"version_added": null
},
"safari": {
"version_added": null
},
"safari_ios": {
"version_added": false
},
"samsunginternet_android": {
"version_added": null
},
"webview_android": {
"version_added": null
},
"edge_blink": {
"version_added": null
}
},
"title": "related_applications"
}
],
"scope-member": [
{
"engines": [
"blink",
"webkit"
],
"filename": "html/manifest/scope.json",
"name": "scope",
"slug": "Manifest/scope",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/Manifest/scope",
"summary": "The scope member is a string that defines the navigation scope of this web application's application context. It restricts what web pages can be viewed while the manifest is applied. If the user navigates outside the scope, it reverts to a normal web page inside a browser tab or window.",
"support": {
"chrome": {
"version_added": "53"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": null
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": {
"version_added": null
},
"opera_android": {
"version_added": null
},
"safari": {
"version_added": null
},
"safari_ios": {
"version_added": "11.3"
},
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": null
},
"edge_blink": {
"version_added": "79"
}
},
"title": "scope"
}
],
"short_name-member": [
{
"engines": [
"blink",
"webkit"
],
"filename": "html/manifest/short_name.json",
"name": "short_name",
"slug": "Manifest/short_name",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/Manifest/short_name",
"summary": "The short_name member is a string that represents the name of the web application displayed to the user if there is not enough space to display name (e.g., as a label for an icon on the phone home screen). short_name is directionality-capable, which means it can be displayed left-to-right or right-to-left based on the value of the dir and lang manifest members.",
"support": {
"chrome": {
"version_added": "39"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": null
},
"firefox_android": {
"version_added": false
},
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": {
"version_added": null
},
"opera_android": {
"version_added": null
},
"safari": {
"version_added": null
},
"safari_ios": {
"version_added": "11.3"
},
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": true
},
"edge_blink": {
"version_added": "79"
}
},
"title": "short_name"
}
],
"shortcuts-member": [
{
"engines": [
"blink"
],
"filename": "html/manifest/shortcuts.json",
"name": "shortcuts",
"slug": "Manifest/shortcuts",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/Manifest/shortcuts",
"summary": "The shortcuts member defines an array of shortcuts or links to key tasks or pages within a web app. A user agent can use these values to assemble a context menu to be displayed by the operating system when a user engages with the web app's icon. When user invokes a shortcut, the user agent will navigate to the address given by shortcut's url member.",
"support": {
"chrome": [
{
"version_added": "96"
},
{
"version_added": "85",
"version_removed": "96",
"partial_implementation": true,
"notes": "Supported on Windows only."
}
],
"chrome_android": {
"version_added": "84"
},
"edge": "mirror",
"firefox": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/1582341'>bug 1582341</a>."
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false,
"notes": "See <a href='https://webkit.org/b/201964'>bug 201964</a>."
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": [
{
"version_added": "96"
},
{
"version_added": false,
"version_removed": "96",
"partial_implementation": true,
"notes": "Supported on Windows only."
}
]
},
"title": "shortcuts"
}
],
"start_url-member": [
{
"engines": [
"blink",
"webkit"
],
"filename": "html/manifest/start_url.json",
"name": "start_url",
"slug": "Manifest/start_url",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/Manifest/start_url",
"summary": "The start_url member is a string that represents the start URL of the web application — the preferred URL that should be loaded when the user launches the web application (e.g., when the user taps on the web application's icon from a device's application menu or homescreen).",
"support": {
"chrome": {
"version_added": "39"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": null
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": {
"version_added": null
},
"opera_android": {
"version_added": null
},
"safari": {
"version_added": null
},
"safari_ios": {
"version_added": "11.3"
},
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": null
},
"edge_blink": {
"version_added": "79"
}
},
"title": "start_url"
}
],
"theme_color-member": [
{
"engines": [
"blink",
"webkit"
],
"filename": "html/manifest/theme_color.json",
"name": "theme_color",
"slug": "Manifest/theme_color",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/Manifest/theme_color",
"summary": "The theme_color member is a string that defines the default theme color for the application. This sometimes affects how the OS displays the site (e.g., on Android's task switcher, the theme color surrounds the site).",
"support": {
"chrome": {
"version_added": "46"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": null
},
"firefox_android": {
"version_added": false
},
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": {
"version_added": null
},
"opera_android": {
"version_added": null
},
"safari": {
"version_added": null
},
"safari_ios": {
"version_added": "15"
},
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": true
},
"edge_blink": {
"version_added": "79"
}
},
"title": "theme_color"
}
]
}