{
  "name": "Mara",
  "short_name": "Mara",
  "description": "The assistant your business subscribes to: the desk, what she knows, and what needs a person today.",
  "id": "/home",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#F9F9FC",
  "theme_color": "#2D0DF0",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Desk",
      "short_name": "Desk",
      "url": "/desk",
      "description": "Who is waiting for a person"
    },
    {
      "name": "Teach",
      "short_name": "Teach",
      "url": "/teach",
      "description": "Correct her in plain words"
    },
    {
      "name": "Knowledge",
      "short_name": "Knowledge",
      "url": "/knowledge",
      "description": "What she knows"
    }
  ]
}
