{
  "name": "MatchApp TV Ai",
  "short_name": "MatchApp TV Ai",
  "description": "Find what to watch across streaming services including The Roku Channel, discover the curated Kids world and global events, and personalize MatchApp with five themes.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#101010",
  "theme_color": "#101010",
  "categories": [
    "entertainment",
    "lifestyle",
    "utilities"
  ],
  "lang": "en",
  "dir": "auto",
  "icons": [
    {
      "src": "/logo-192.jpeg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/logo.jpeg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/logo.jpeg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Get a match",
      "short_name": "Match",
      "url": "/?utm_source=pwa_shortcut#questionnaire-box"
    },
    {
      "name": "Ask the AI",
      "short_name": "Ask AI",
      "url": "/discover.html?utm_source=pwa_shortcut"
    },
    {
      "name": "My library",
      "short_name": "Library",
      "url": "/profile/profile.html?utm_source=pwa_shortcut"
    },
    {
      "name": "Kids Mode",
      "short_name": "Kids",
      "url": "/kids/",
      "icons": [
        {
          "src": "/kids/kids-logo.jpeg",
          "sizes": "512x512",
          "type": "image/jpeg"
        }
      ]
    }
  ],
  "id": "/",
  "related_applications": [
    {
      "platform": "webapp",
      "id": "https://matchapp.tv/",
      "url": "https://matchapp.tv/manifest.json"
    }
  ],
  "prefer_related_applications": false
}
