/ src / manifest.json
manifest.json
 1  {
 2      "scope": "/",
 3      "start_url": "/home",
 4      "background_color": "#1d1d1d",
 5      "categories": ["social"],
 6      "description": "Auride, a safe place for everyone",
 7      "display": "standalone",
 8      "icons": [
 9          {
10              "sizes":"128x128",
11              "src":"/assets/imgs/favicon.png",
12              "type": "image/png"
13          }
14      ],
15      "name": "Auride",
16      "orientation": "any",
17      "related_applications": [
18          {
19              "platform": "windows",
20              "url": "https://apps.microsoft.com/detail/TransSocial/9n4ssm4s0tzh"
21          }
22      ],
23      "shortcuts": [
24          { 
25              "name": "Notifications","url": "/notifications"
26          },
27          {
28              "name": "Settings",
29              "url": "/settings"
30          }
31      ],
32      "theme_color": "#ff869a"
33  }