{
  "name": "ALLSPORT Academy Portal",
  "short_name": "ALLSPORT",
  "description": "Sports academy management — players, training, media, finance",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#090909",
  "theme_color": "#B8952A",
  "orientation": "any",
  "scope": "/",
  "categories": ["productivity", "sports", "business"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "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": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Camera",
      "short_name": "Camera",
      "description": "Take a photo and upload to library",
      "url": "/?action=camera#media_library",
      "icons": [{ "src": "/logo-shield.png", "sizes": "192x192" }]
    },
    {
      "name": "Media Pipeline",
      "short_name": "Pipeline",
      "description": "Plan and track media content",
      "url": "/#media_pipeline",
      "icons": [{ "src": "/logo-shield.png", "sizes": "192x192" }]
    },
    {
      "name": "Media Library",
      "short_name": "Library",
      "description": "Browse and upload media assets",
      "url": "/#media_library",
      "icons": [{ "src": "/logo-shield.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/?shared=1#media_library",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "video/*", "application/pdf"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/?fh=1#media_library",
      "accept": {
        "image/jpeg": [".jpg", ".jpeg"],
        "image/png": [".png"],
        "image/webp": [".webp"],
        "video/mp4": [".mp4"],
        "video/quicktime": [".mov"]
      },
      "icons": [{ "src": "/logo-shield.png", "sizes": "192x192" }],
      "launch_type": "single-client"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
