{
  "id": "com.truefaceai.app",
  "name": "TrueFace AI",
  "short_name": "TrueFace AI",
  "description": "Upload any image and instantly find out if it was generated by AI. Unlimited checks for $9/month.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b1e3f",
  "theme_color": "#0b1e3f",
  "lang": "en",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}