{
  "name": "Fawatery Finance",
  "short_name": "Fawatery",
  "description": "Personal finance tracker — track expenses, budgets, and insights",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#020617",
  "theme_color": "#020617",
  "lang": "ar",
  "dir": "rtl",
  "icons": [
    {
      "src": "/static/icon-192.png?v=icon3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png?v=icon3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "تسجيل صوتي",
      "short_name": "صوتي",
      "url": "/?action=voice",
      "icons": [{ "src": "/static/icon-192.png?v=icon3", "sizes": "192x192" }]
    },
    {
      "name": "إضافة مصروف",
      "short_name": "إضافة",
      "url": "/?action=add",
      "icons": [{ "src": "/static/icon-192.png?v=icon3", "sizes": "192x192" }]
    },
    {
      "name": "المستحق اليوم",
      "short_name": "المستحق",
      "url": "/?action=due",
      "icons": [{ "src": "/static/icon-192.png?v=icon3", "sizes": "192x192" }]
    },
    {
      "name": "هذا الأسبوع",
      "short_name": "الأسبوع",
      "url": "/?action=week",
      "icons": [{ "src": "/static/icon-192.png?v=icon3", "sizes": "192x192" }]
    }
  ]
}
