{
  "name": "OBLIVION — Zero-Knowledge Vaults",
  "short_name": "OBLIVION",
  "description": "Self-destructing encrypted vaults. AES-256-GCM zero-knowledge. Your secrets vanish after being read.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#030308",
  "theme_color": "#030308",
  "orientation": "portrait-primary",
  "lang": "it",
  "dir": "ltr",
  "scope": "/",
  "categories": ["security", "utilities", "productivity"],
  "iarc_rating_id": "",
  "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-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "OBLIVION — Create a zero-knowledge encrypted vault"
    }
  ],
  "shortcuts": [
    {
      "name": "New Vault",
      "short_name": "Create",
      "description": "Create a new self-destructing encrypted vault",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 400
  }
}
