{
  "name": "MICROLINK TV - Canais de TV ao Vivo",
  "short_name": "MICROLINK TV",
  "description": "Assista seus canais de TV favoritos, séries, filmes e conteúdo sob demanda ao vivo. Streaming de qualidade em alta definição.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#75b92c",
  "background_color": "#000000",
  "categories": ["entertainment", "video"],
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "icons/ic_launcher.png",
      "sizes": "192x192",
      "type": "image/png",
      "form_factor": "narrow",
      "purpose": "any"
    },
    {
      "src": "icons/ic_launcher.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "purpose": "any"
    }
  ],
  "icons": [
    {
      "src": "icons/ic_launcher.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/ic_launcher.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/ic_launcher.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/ic_launcher.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Assista agora",
      "short_name": "Canais",
      "description": "Veja seus canais favoritos",
      "url": "/?tab=channels",
      "icons": [{"src": "icons/ic_launcher.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "Buscar conteúdo",
      "short_name": "Buscar",
      "description": "Procure filmes e séries",
      "url": "/?tab=search",
      "icons": [{"src": "icons/ic_launcher.png", "sizes": "192x192", "type": "image/png"}]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
