{
  "name": "PHat-5 - Power Hour App",
  "short_name": "PHat-5",
  "description": "Create epic 60-minute party playlists with one-minute music clips. Upload your music, create custom clips with waveform editing, and party like never before.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1f2937",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["music", "entertainment", "lifestyle"],
  "icons": [
    {
      "src": "/images/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/vite.svg",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "PHat-5 Desktop View"
    },
    {
      "src": "/vite.svg",
      "sizes": "750x1334",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "PHat-5 Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Playlist Builder",
      "short_name": "Builder",
      "description": "Create a new power hour playlist",
      "url": "/builder",
      "icons": [
        {
          "src": "/images/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "YouTube Library",
      "short_name": "YouTube",
      "description": "Browse your YouTube music library",
      "url": "/youtube-library",
      "icons": [
        {
          "src": "/images/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Music Library",
      "short_name": "Library",
      "description": "Manage your music collection",
      "url": "/library",
      "icons": [
        {
          "src": "/images/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Community",
      "short_name": "Community",
      "description": "Discover shared playlists",
      "url": "/community",
      "icons": [
        {
          "src": "/images/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "web+powerhour",
      "url": "/playlist/shared/%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/builder",
      "accept": {
        "audio/*": [".mp3", ".wav", ".m4a", ".aac", ".ogg", ".flac"]
      }
    }
  ],
  "share_target": {
    "action": "/builder",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "audio",
          "accept": ["audio/*"]
        }
      ]
    }
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "preferred",
  "capture_links": "existing-client-navigate"
}
