{
  "name": "Echoooo",
  "short_name": "Echoooo",
  "description": "Your voice. Amplified.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FAFAF8",
  "theme_color": "#6366F1",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Record a note",
      "url": "/record",
      "description": "Capture a voice note"
    },
    {
      "name": "New content",
      "url": "/content/new",
      "description": "Generate content"
    }
  ]
}
