{
  "name": "Aura — the app by 11:11 Energy",
  "short_name": "Aura",
  "description": "A practice in becoming. Tune your frequency. Attract your reality.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0c0a20",
  "theme_color": "#0c0a20",
  "categories": ["lifestyle", "health", "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-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Begin a reflection",
      "short_name": "Reflect",
      "url": "/daily-reflection"
    },
    {
      "name": "Sit with the Companion",
      "short_name": "Companion",
      "url": "/ai-companion"
    },
    {
      "name": "Meditate",
      "short_name": "Meditate",
      "url": "/meditation"
    }
  ]
}
