{
  "name": "ORAVYS Voice Intelligence",
  "short_name": "ORAVYS",
  "description": "The Voice Operating System. Thousands of AI engines detect deepfakes, analyze voice forensics, and verify audio authenticity in seconds.",
  "id": "/",
  "start_url": "/home?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#7c3aed",
  "background_color": "#030014",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "lifestyle", "utilities"],
  "prefer_related_applications": false,
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "icons": [
    {
      "src": "/static/icons/icon.svg?v=4",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/icons/favicon-48x48.png?v=4",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-72.png?v=4",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-96.png?v=4",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-128.png?v=4",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-144.png?v=4",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-152.png?v=4",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192.png?v=4",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-384.png?v=4",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.png?v=4",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192.png?v=4",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icons/icon-maskable-512.png?v=4",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshots/mobile-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ORAVYS Voice Intelligence - Mobile"
    },
    {
      "src": "/static/screenshots/desktop-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ORAVYS Voice Intelligence - Desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Intuition Analysis",
      "short_name": "Intuition",
      "description": "Full power voice intuition analysis with thousands of engines",
      "url": "/intuition/record?source=shortcut",
      "icons": [{"src": "/static/icons/icon-96.png?v=4", "sizes": "96x96", "type": "image/png"}]
    },
    {
      "name": "Voice Authenticity Pro",
      "short_name": "Authenticity",
      "description": "Analyze voice authenticity and detect synthetic audio patterns",
      "url": "/voice-truth-test?source=shortcut",
      "icons": [{"src": "/static/icons/icon-96.png?v=4", "sizes": "96x96", "type": "image/png"}]
    },
    {
      "name": "Voice Match",
      "short_name": "Match",
      "description": "Find your voice compatibility",
      "url": "/voice-match?source=shortcut",
      "icons": [{"src": "/static/icons/icon-96.png?v=4", "sizes": "96x96", "type": "image/png"}]
    }
  ],
  "file_handlers": [
    {
      "action": "/analyze?source=file",
      "accept": {
        "audio/*": [".mp3", ".wav", ".m4a", ".ogg", ".webm", ".opus"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+oravys",
      "url": "/handle?type=%s"
    }
  ],
  "share_target": {
    "action": "/api/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "audio",
          "accept": ["audio/*", ".mp3", ".wav", ".m4a", ".ogg", ".webm"]
        }
      ]
    }
  },
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "handle_links": "preferred",
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.oravys.app.twa",
      "id": "com.oravys.app.twa"
    },
    {
      "platform": "windows",
      "url": "https://www.microsoft.com/store/apps/oravys"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "note_taking": {
    "new_note_url": "/analyze?source=note&type=voice_note"
  }
}
