{
  "_version": "1.0",
  "sap.app": {
    "id": "com.endurokartan.app",
    "type": "application",
    "applicationVersion": {
      "version": "1.0.0"
    },
    "title": "Endurokartan",
    "description": "A modern GPS tracking and mapping app"
  },
  "sap.ui": {
    "technology": "UI5",
    "deviceTypes": {
      "desktop": true,
      "tablet": true,
      "phone": true
    }
  },
  "name": "Endurokartan",
  "short_name": "Enduro",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}