{
  "name": "VocSy - یادگیری لغات انگلیسی",
  "short_name": "VocSy",
  "description": "یادگیری لغات انگلیسی با آهنگ، فیلم و سریال",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "fullscreen", "minimal-ui"],
  "orientation": "portrait-primary",
  "theme_color": "#12161e",
  "background_color": "#0c0f14",
  "lang": "fa-IR",
  "dir": "rtl",
  
  "categories": ["education", "entertainment", "music", "english learning", "vocabulary"],
  
  "icons": [
    {
      "src": "./favicon/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./favicon/favicon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  
  "screenshots": [
    {
      "src": "/screenshots/vocabandphrases.webp",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "صفحه اصلی VocSy"
    },
    {
      "src": "/screenshots/lyrics.webp",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "دسته‌بندی‌های آموزشی"
    },
    {
      "src": "/screenshots/dashboard.webp",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "دستاوردها و پیشرفت"
    }
  ],
  
  "shortcuts": [
    {
      "name": "دسته‌بندی‌ها",
      "short_name": "دسته‌ها",
      "description": "مشاهده دسته‌بندی‌های آموزشی",
      "url": "/index.html",
      "icons": [
        {
          "src": "./favicon/favicon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "چالش‌ها",
      "short_name": "چالش",
      "description": "شروع چالش یادگیری",
      "url": "/index.html#home",
      "icons": [
        {
          "src": "./favicon/favicon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "لغات ذخیره شده",
      "short_name": "ذخیره‌ها",
      "description": "مشاهده لغات ذخیره شده",
      "url": "/saved-words.html",
      "icons": [
        {
          "src": "./favicon/favicon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  
  "related_applications": [
    {
      "platform": "play",
      "url": "",
      "id": "app.vocsy.learn"
    }
  ],
  
  "prefer_related_applications": false,
  
  "iarc_rating_id": "e10+",
  
  "handle_links": "preferred",
  
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  
  "edge_side_panel": {
    "preferred_width": 480
  }
}