{
  "name": "ALTIS by interschimb.ro",
  "short_name": "ALTIS",
  "id": "/app.php",
  "start_url": "/app.php?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2b2d42",
  "icons": [
    {
      "src": "assets/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "id": "/app.php"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "gcm_sender_id": "103953800507"
}