Social Annotations in the Atmosphere
1{
2 "name": "Seams",
3 "short_name": "Seams",
4 "description": "Wisdom is made Together",
5 "start_url": "/",
6 "display": "standalone",
7 "background_color": "#fafafa",
8 "theme_color": "#2d5016",
9 "icons": [
10 {
11 "src": "/assets/logo.png",
12 "sizes": "512x512",
13 "type": "image/png"
14 },
15 {
16 "src": "/favicon.ico",
17 "sizes": "64x64 32x32 16x16",
18 "type": "image/x-icon"
19 }
20 ],
21 "share_target": {
22 "action": "/share-target/",
23 "method": "POST",
24 "enctype": "multipart/form-data",
25 "params": {
26 "title": "title",
27 "text": "text",
28 "url": "url"
29 }
30 }
31}