{
  "name": "AntarLens",
  "short_name": "AntarLens",
  "description": "See the patterns within you",
  "start_url": "/today",
  "display": "standalone",
  "background_color": "#F3EEE5",
  "theme_color": "#F3EEE5",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "lifestyle", "productivity"],
  "shortcuts": [
    {
      "name": "Check in",
      "short_name": "Check in",
      "url": "/today",
      "description": "Log today's state"
    },
    {
      "name": "Coach",
      "short_name": "Coach",
      "url": "/coach",
      "description": "Talk to your lens"
    }
  ]
}
