{
  "name": "Portal do Aluno",
  "short_name": "Portal do Aluno",
  "start_url": "index.php?ac=3",
   "scope": "",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#018A82",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}