{
  "name": "DyList",
  "short_name": "DyList",
  "description": "Seu player do Youtube. Sem anúncios, modo escuro OLED e playlist inteligente.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "any",
  "icons": [
    {
      "src": "assets/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "categories": ["entertainment", "music", "video"],
  "screenshots": [
    {
      "src": "assets/img/og-image-1200x630.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg"
    }
  ]
}