{
  "name": "Oneiria",
  "short_name": "Oneiria",
  "description": "Dépose ce qui vient — rêves, événements, pensées. Oneiria relie le reste.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#020617",
  "theme_color": "#5ba3a8",
  "orientation": "portrait-primary",
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
