{
  "name": "NUMA idCards",
  "display": "standalone",
  "scope": "https://imaze.pt/nl/",
  "theme_color": "#3f4288",
  "background_color": "#dddddd",
  "short_name": "NUMA idCards",
  "start_url": "https://imaze.pt/nl/login.php",
  "id": "id_numa",
  "description": "It's possible to attend your child's school even if you're away.",
  "serviceworker": {
    "src": "/service-worker.js"
  },
  "lang": "en",
  "dir": "ltr",
  "orientation": "any",
  "categories": [
    "education",
    "kids"
  ],
  "screenshots": [
    {
        "src": "imagens/prints/01.png",
        "sizes": "388x841",
        "type": "image/png"
    },
    {
        "src": "imagens/prints/02.png",
        "sizes": "388x841",
        "type": "image/png"
    },
    {
        "src": "imagens/prints/03.png",
        "sizes": "388x841",
        "type": "image/png"
    },
    {
        "src": "imagens/prints/04.png",
        "sizes": "388x841",
        "type": "image/png"
    }
  ],
  "icons": [
    {
      "src": "imagens/android/android-launchericon-132-122.png",
      "sizes": "200x200"
    },
    {
      "src": "imagens/ios/132.png",
      "sizes": "200x200"
    }
  ],
  "launch_handler": {
    "route_to": "existing-client"
  },
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "edge_side_panel": {
    "enabled": true,
    "default": true
  },
  "handle_links": {
    "action": "/handle-link",
    "types": ["text/html"] 
  },
  "widgets": [
    {
      "widget": "/widget-url",
      "name": "Weather",
      "short_name": "Weather",
      "icon": "imagens/gestao/numaoffice.jpeg",
      "description": "Live weather updates",
      "type": "application"
    }
  ],
  "window-controls-overlay": {}
}