{
  "name": "FRIDAY - AI Assistant",
  "short_name": "FRIDAY",
  "description": "Your punk rock philosopher AI assistant with voice and vision capabilities",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#8B5CF6",
  "background_color": "#0F0F0F",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "text": "text"
    }
  },
  "shortcuts": [
    {
      "name": "Start Conversation",
      "short_name": "Talk",
      "description": "Start a voice conversation with Friday",
      "url": "/?action=start",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
