{
  "name": "MFTel.NET",
  "short_name": "MFTel.NET",
  "description": "MFTel.NET. Identity is a telephone number.",
  "id": "net.mftel.app",
  "dir": "auto",
  "lang": "en-US",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "start_url": "/",
  "scope": "/",
  "background_color": "#212121",
  "theme_color": "#00E676",
  "categories": ["social", "communication", "productivity", "security"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "MFTel.NET"
    }
  ],
  "shortcuts": [
    {
      "name": "Keypad",
      "short_name": "Keypad",
      "description": "Open the keypad",
      "url": "/phone",
      "icons": [{ "src": "/logo.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://app.0384.mftel.net/manifest.json"
    }
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
