{
  "name": "Veridies - AI content detector",
  "short_name": "Veridies",
  "description": "Check whether text, images, or video are AI-generated, with an honest probability score and model attribution.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "theme_color": "#FFFDFA",
  "background_color": "#FFFDFA",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any"
    },
    {
      "src": "/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Analyze text",
      "short_name": "Text",
      "url": "/?mode=text"
    },
    {
      "name": "Architecture & next steps",
      "short_name": "Architecture",
      "url": "/architecture"
    }
  ]
}
