{
  "name": "Blue",
  "short_name": "Blue",
  "description": "A nova rede social de vídeos do Brasil",
  "start_url": "/blue.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#020817",
  "theme_color": "#1a6bff",
  "categories": ["social", "entertainment", "video"],
  "lang": "pt-BR",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Gravar vídeo",
      "short_name": "Gravar",
      "url": "/blue-camera.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Feed",
      "short_name": "Feed",
      "url": "/blue.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ao vivo",
      "short_name": "Live",
      "url": "/blue-live.html?mode=host",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/blue-camera.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [{ "name": "video", "accept": ["video/*"] }]
    }
  }
}
