{
  "id": "polishpath",
  "name": "PolishPath - Learn Polish",
  "short_name": "PolishPath",
  "description": "Learn Polish with structured lessons, flashcards, grammar reference, and quizzes from A1 to B2.",
  "start_url": "/",
  "scope": "/",
  "display": "fullscreen",
  "display_override": ["standalone", "fullscreen", "minimal-ui", "browser"],
  "background_color": "#1a0e10",
  "theme_color": "#1a0e10",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "education",
    "language"
  ],
  "icons": [
    { "src": "/assets/icon-72.png", "sizes": "72x72", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icon-96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icon-152.png", "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Lessons",
      "short_name": "Lessons",
      "description": "Jump straight to your lessons",
      "url": "/?page=lessons",
      "icons": [{ "src": "/assets/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Words",
      "short_name": "Words",
      "description": "Practice vocabulary flashcards",
      "url": "/?page=words",
      "icons": [{ "src": "/assets/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "screenshots": [
    { "src": "/assets/Screenshot1_polpath.jpg", "sizes": "1080x2032", "type": "image/jpeg", "label": "Home Dashboard" },
    { "src": "/assets/Screenshot2_polpath.jpg", "sizes": "1080x2037", "type": "image/jpeg", "label": "Flashcard Learning" },
    { "src": "/assets/Screenshot3_polpath.jpg", "sizes": "1080x2034", "type": "image/jpeg", "label": "Lesson Content" },
    { "src": "/assets/Screenshot4_polpath.jpg", "sizes": "1080x2023", "type": "image/jpeg", "label": "Grammar Section" },
    { "src": "/assets/Screenshot5_polpath.jpg", "sizes": "1080x2039", "type": "image/jpeg", "label": "Words - Learned List" }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": { "text": "text", "url": "url" }
  },
  "widgets": [
    {
      "name": "Daily Polish Word",
      "description": "Learn the word of the day.",
      "tag": "word_of_the_day",
      "type": "text",
      "data": { "title": "Word of the Day", "word": "Cześć" }
    }
  ]
}