{
  "name": "TrackTube-HCI",
  "short_name": "TrackTube",
  "description": "TrackTube-HCI",
  "lang": "pt-BR",
  "scope" : "/",
  "start_url" : "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "generated": "true",
  "icons": [
    {
      "src": "/static/icons/128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/static/icons/144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/static/icons/152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/static/icons/192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/icons/256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "/static/icons/512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "dir": "ltr",
  "orientation": "portrait",
  "prefer_related_applications": false,
  "iarc_rating_id": "13",
  "shortcuts": [
    {
      "name": "home",
      "url": "/home",
      "description": "Open Home"
    }
  ],
  "capture_links": "existing_client_event",
  "url_handlers" : [
    {
        "origin": "https://apphci.tracktube.me/"
    },
    {
        "origin": "https://*./apphci.tracktube.me"
    }
  ]
}