{
  "short_name": "XPOST",
  "name": "XPOST",
  "description": "Serviço de Postagem",
  "icons": [
    {
      "src": "/img/xpost.png",
      "type": "image/png"
    }
  ],
  "start_url": "/?source=pwa",
  "background_color": "#3367D6",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#3367D6",
  "shortcuts": [
    {
      "name": "How's weather today?",
      "short_name": "Today",
      "description": "View weather information for today",
      "url": "/today?source=pwa",
      "icons": [
        {
          "src": "/img/xpost.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "How's weather tomorrow?",
      "short_name": "Tomorrow",
      "description": "View weather information for tomorrow",
      "url": "/tomorrow?source=pwa",
      "icons": [
        {
          "src": "/img/xpost.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
