{
  "name": "AYAANIS CEO Command Center",
  "short_name": "AYAANIS",
  "description": "Daily and weekly execution, portfolio, projected revenue, company records and the document vault.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0B2E4F",
  "theme_color": "#0B2E4F",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/static/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today",
      "short_name": "Today",
      "url": "/today",
      "icons": [{ "src": "/static/icon-192-maskable.png", "sizes": "192x192" }]
    },
    {
      "name": "Week Planner",
      "short_name": "Week",
      "url": "/week",
      "icons": [{ "src": "/static/icon-192-maskable.png", "sizes": "192x192" }]
    },
    {
      "name": "Documents",
      "short_name": "Docs",
      "url": "/documents",
      "icons": [{ "src": "/static/icon-192-maskable.png", "sizes": "192x192" }]
    },
    {
      "name": "Company Records",
      "short_name": "Records",
      "url": "/records",
      "icons": [{ "src": "/static/icon-192-maskable.png", "sizes": "192x192" }]
    }
  ]
}
