{
  "name": "KanjiForge — Japanese kanji study",
  "short_name": "KanjiForge",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f7f4ec",
  "theme_color": "#f7f4ec",
  "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-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Study",
      "short_name": "Study",
      "url": "/study"
    },
    {
      "name": "Dictionary",
      "short_name": "Dictionary",
      "url": "/dictionary"
    }
  ],
  "share_target": {
    "action": "/analyze",
    "method": "GET",
    "params": {
      "text": "text",
      "title": "title",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "application/json": [".kanjiforge", ".json"]
      }
    }
  ]
}
