{
  "name": "revealsme — votre mémoire personnelle",
  "short_name": "revealsme",
  "description": "Écrivez ce que vous vivez. Retrouvez ce que vous étiez. Votre mémoire reste sur votre appareil. Le Coach n’intervient que lorsque vous le décidez.",
  "lang": "fr",
  "start_url": "/app.html#dashboard",
  "scope": "/",
  "id": "/app.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F5F1E8",
  "theme_color": "#F5F1E8",
  "categories": [
    "lifestyle",
    "productivity"
  ],
  "launch_handler": {
    "client_mode": [
      "focus-existing",
      "navigate-existing"
    ]
  },
  "file_handlers": [
    {
      "action": "/app.html#seal",
      "accept": {
        "application/json": [
          ".revealsme-capsule",
          ".oveliya-capsule"
        ],
        "application/octet-stream": [
          ".revealsme-capsule",
          ".oveliya-capsule"
        ],
        "text/html": [
          ".html"
        ]
      }
    },
    {
      "action": "/app.html#heritage",
      "accept": {
        "application/json": [
          ".revealsme-heritage",
          ".oveliya-heritage"
        ],
        "application/octet-stream": [
          ".revealsme-heritage",
          ".oveliya-heritage"
        ],
        "text/html": [
          ".html"
        ]
      }
    }
  ],
  "icons": [
    {
      "src": "icons/favicon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tableau de bord",
      "short_name": "Tableau",
      "url": "/app.html#dashboard",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Écrire",
      "short_name": "Écrire",
      "url": "/app.html#today",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Capsules",
      "short_name": "Capsules",
      "url": "/app.html#seal",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/app.html?share-target=1",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "capsule",
          "accept": [
            "application/octet-stream",
            "application/json",
            "text/plain",
            ".revealsme-capsule",
            ".revealsme-heritage",
            ".revealsme",
            ".oveliya-capsule",
            ".oveliya-heritage",
            ".oveliya",
            "text/html",
            ".html"
          ]
        }
      ]
    }
  }
}