{
  "id": "/",
  "name": "EnglishSlayer",
  "short_name": "EnglishSlayer",
  "description": "Learn English with flashcards, quizzes and spaced repetition",
  "start_url": "/",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "display": "standalone",
  "background_color": "#F5F5F5",
  "theme_color": "#ff6a00",
  "orientation": "portrait",
  "categories": ["education", "productivity"],
  "shortcuts": [
    {
      "name": "Dictionary",
      "short_name": "Dictionary",
      "url": "/dictionary.html",
      "icons": [{ "src": "/icons/icon-192.png?v=3", "sizes": "192x192" }]
    },
    {
      "name": "Quiz",
      "short_name": "Quiz",
      "url": "/quiz.html",
      "icons": [{ "src": "/icons/icon-192.png?v=3", "sizes": "192x192" }]
    },
    {
      "name": "Progress",
      "short_name": "Progress",
      "url": "/stats.html",
      "icons": [{ "src": "/icons/icon-192.png?v=3", "sizes": "192x192" }]
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
