"Fossies" - the Fresh Open Source Software Archive 
Member "jitsi-meet-7328/manifest.json" (8 Jun 2023, 752 Bytes) of package /linux/misc/jitsi-meet-7328.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) JSON source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 {
2 "android_package_name": "org.jitsi.meet",
3 "prefer_related_applications": true,
4 "related_applications": [
5 {
6 "id": "org.jitsi.meet",
7 "platform": "chromeos_play"
8 }
9 ],
10 "short_name": "Jitsi Meet",
11 "name": "Jitsi Meet",
12 "icons": [
13 {
14 "src": "static/pwa/icons/icon192.png",
15 "type": "image/png",
16 "sizes": "192x192"
17 },
18 {
19 "src": "static/pwa/icons/icon512.png",
20 "type": "image/png",
21 "sizes": "512x512"
22 },
23 {
24 "src": "static/pwa/icons/iconMask.png",
25 "sizes": "512x512",
26 "type": "image/png",
27 "purpose": "maskable"
28 }
29 ],
30 "start_url": "/",
31 "background_color": "#17A0DB",
32 "display": "standalone",
33 "scope": "/",
34 "theme_color": "#17A0DB"
35 }
36