{
  "name": "Planico",
  "short_name": "Planico",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f0f0f",
  "theme_color": "#ccc",
  "description": "A personal task manager built by Mojtaba Pourkhanlar to organize daily tasks, track progress, and stay productive.",
  "categories": ["productivity", "utilities", "task-management", "Planico"],
  "lang": "fa",
  "dir": "rtl",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/favicon.png",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/192_192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/512_512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "افزودن تسک جدید",
      "short_name": "تسک جدید",
      "description": "سریعاً یک تسک جدید به لیستت اضافه کن",
      "url": "/add-task?utm_source=homescreen",
      "icons": [{ "src": "/icons/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "تسک‌های امروز",
      "short_name": "امروز",
      "description": "بررسی کارهایی که باید همین امروز انجام بدی",
      "url": "/today?utm_source=homescreen",
      "icons": [{ "src": "/icons/favicon.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-main.jpg",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "نمای اصلی اپلیکیشن در موبایل"
    },
    {
      "src": "/screenshots/desktop-main.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "پنل مدیریت تسک‌ها در دسکتاپ"
    }
  ]
}
