{
  "name": "The Signal",
  "short_name": "The Signal",
  "description": "A daily practice for the mind. Control your attention. Master your emotions. Build the life you want.",
  "id": "/",
  "start_url": "/dashboard/how",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0410",
  "theme_color": "#0a0410",
  "categories": ["lifestyle", "productivity", "health"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Signal",
      "short_name": "Signal",
      "url": "/dashboard",
      "description": "Read today's signal"
    },
    {
      "name": "Journal",
      "short_name": "Journal",
      "url": "/dashboard/journal",
      "description": "Open your journal"
    },
    {
      "name": "Reflection",
      "short_name": "Reflect",
      "url": "/dashboard/reflection",
      "description": "Start a reflection"
    }
  ]
}
