{
  "name": "Mameto eFocus",
  "short_name": "eFocus",
  "description": "Simple Economy Tracker.",
  "categories": ["productivity"],
  "id": "/",
  "start_url": "/app/app.php",
  "scope": "/app/",
  "display": "standalone",
  "display_override": ["standalone"],
  "orientation": "any",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "user_preferences": {
    "color_scheme": ["light", "dark"]
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home screen of the app"
    }
  ]
}
