{
  "name": "دفتر تراکنش‌ها",
  "short_name": "دفتر",
  "description": "مدیریت تراکنش‌های مالی — آفلاین، رمزنگاری‌شده و قابل نصب",
  "id": "./index.html",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F7F3EA",
  "theme_color": "#F7F3EA",
  "dir": "rtl",
  "lang": "fa",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["finance", "productivity"],
  "shortcuts": [
    {
      "name": "افزودن تراکنش",
      "short_name": "افزودن",
      "description": "فرم ثبت تراکنش جدید را باز می‌کند",
      "url": "./index.html?action=add",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "یادداشت‌ها (طلب و بدهی)",
      "short_name": "یادداشت",
      "description": "فهرست طلب‌ها و بدهی‌ها",
      "url": "./index.html?view=claims",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "تابلو ویجت‌ها",
      "short_name": "ویجت‌ها",
      "description": "تابلو ویجت‌های درون‌برنامه‌ای",
      "url": "./index.html?view=widgets",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "widgets": [
    {
      "name": "ماندهٔ خالص",
      "short_name": "مانده",
      "description": "ماندهٔ خالص حساب — با لمس ⇄ بین هر ۱۰ حالت ویجت جابه‌جا می‌شود",
      "src": "./index.html?widget=net",
      "sizes": "2x2",
      "type": "text/html",
      "background": true,
      "update": 1800000
    },
    {
      "name": "خلاصهٔ امروز",
      "short_name": "امروز",
      "description": "واریز و برداشت امروز — با لمس ⇄ بین هر ۱۰ حالت ویجت جابه‌جا می‌شود",
      "src": "./index.html?widget=today",
      "sizes": "2x2",
      "type": "text/html",
      "background": true,
      "update": 1800000
    },
    {
      "name": "آخرین تراکنش‌ها",
      "short_name": "اخیر",
      "description": "جدیدترین تراکنش‌های ثبت‌شده — با لمس ⇄ بین هر ۱۰ حالت ویجت جابه‌جا می‌شود",
      "src": "./index.html?widget=recent",
      "sizes": "4x2",
      "type": "text/html",
      "background": true,
      "update": 1800000
    }
  ]
}
