
{
  "name": "PodcastAI Studio - Luxury Edition",
  "short_name": "PodcastAI",
  "description": "Craft exquisite podcast content with AI precision - Mobile optimized content creation studio",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#F7F2EB",
  "theme_color": "#8B5CF6",
  "categories": ["productivity", "business", "multimedia", "entertainment", "lifestyle", "education"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile view of PodcastAI Studio"
    },
    {
      "src": "/screenshot-desktop.png", 
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop view of PodcastAI Studio"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Create",
      "short_name": "Create",
      "description": "Instantly start creating podcast content",
      "url": "/?action=create&utm_source=shortcut",
      "icons": [
        { 
          "src": "/icon-192.png", 
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "AI Generator",
      "short_name": "AI Generate",
      "description": "Open AI content generator",
      "url": "/?action=generate&utm_source=shortcut",
      "icons": [
        { 
          "src": "/icon-192.png", 
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Projects",
      "short_name": "Projects",
      "description": "View and manage all projects",
      "url": "/projects?utm_source=shortcut",
      "icons": [
        { 
          "src": "/icon-192.png", 
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Analytics",
      "short_name": "Stats",
      "description": "View content performance analytics",
      "url": "/analytics?utm_source=shortcut",
      "icons": [
        { 
          "src": "/icon-192.png", 
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+podcastai",
      "url": "/?share=%s"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "audio",
          "accept": ["audio/*", ".mp3", ".wav", ".m4a", ".aac"]
        },
        {
          "name": "documents", 
          "accept": ["text/*", ".txt", ".md", ".pdf"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/import-audio",
      "accept": {
        "audio/*": [".mp3", ".wav", ".m4a", ".aac", ".ogg", ".flac"]
      },
      "launch_type": "single-client"
    },
    {
      "action": "/import-text",
      "accept": {
        "text/*": [".txt", ".md"],
        "application/pdf": [".pdf"]
      },
      "launch_type": "single-client"
    }
  ],
  "handle_links": "preferred",
  "related_applications": [],
  "permissions": [
    "storage-access"
  ]
}
