{
  "name": "ClearRead",
  "short_name": "ClearRead",
  "description": "Remember what you read: active reading, spaced repetition and a concept web.",
  "start_url": "./app",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#efe7d7",
  "theme_color": "#2f6b57",
  "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-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "id": "/app",
  "lang": "en"
}