{
  "name": "Dreamaker Pro",
  "short_name": "Dreamaker",
  "description": "AI-Powered Creative Platform for Digital Media Production",
  "theme_color": "#000000",
  "background_color": "#000000",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["entertainment", "music", "productivity"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon",
      "purpose": "any maskable"
    },
    {
      "src": "/logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Personas",
      "url": "/dreamaker?tab=personas",
      "description": "Browse AI Personas",
      "icons": [{"src": "/favicon.ico", "sizes": "96x96"}]
    },
    {
      "name": "Dreamlab",
      "url": "/dreamlab",
      "description": "Open Dreamlab Studio",
      "icons": [{"src": "/favicon.ico", "sizes": "96x96"}]
    },
    {
      "name": "Lyricbase",
      "url": "/dreamlab?tab=lyrics",
      "description": "Write and manage lyrics",
      "icons": [{"src": "/favicon.ico", "sizes": "96x96"}]
    },
    {
      "name": "Quick Ideas",
      "url": "/dreamlab?tab=lyrics&scratch=true",
      "description": "Capture song ideas quickly",
      "icons": [{"src": "/favicon.ico", "sizes": "96x96"}]
    },
    {
      "name": "Profile",
      "url": "/profile",
      "description": "View your profile",
      "icons": [{"src": "/favicon.ico", "sizes": "96x96"}]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "handle_links": "preferred",
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "audio/*": [".mp3", ".wav", ".ogg", ".m4a"],
        "video/*": [".mp4", ".webm", ".mov"],
        "image/*": [".jpg", ".jpeg", ".png", ".gif", ".webp"]
      }
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["audio/*", "video/*", "image/*"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+dreamaker",
      "url": "/?persona=%s"
    }
  ]
}