{
  "name": "Aura",
  "short_name": "Aura",
  "description": "Aura — AI. Transparent. Loving. Real.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#1a2420",
  "theme_color": "#1a2420",
  "orientation": "portrait-primary",
  "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": ["lifestyle", "social"],
  "screenshots": [],
  "permissions": [
    "microphone"
  ],
  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "Chat",
      "description": "Start a conversation with Aura",
      "url": "./?action=new",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    }
  ]
}
