{
  "name": "Athar",
  "short_name": "Athar",
  "description": "Track what you learn. Keep the trace.",
  "theme_color": "#c67139",
  "background_color": "#f5ead8",
  "display": "standalone",
  "scope": "/",
  "start_url": "/today",
  "orientation": "portrait",
  "dir": "auto",
  "lang": "ar",
  "icons": [
    {
      "src": "/icons/athar-any.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/athar-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "التقاط سريع",
      "short_name": "التقاط",
      "url": "/today?capture=quick"
    },
    {
      "name": "اليوم",
      "short_name": "اليوم",
      "url": "/today"
    },
    {
      "name": "بدء جلسة",
      "short_name": "جلسة",
      "url": "/today?capture=session"
    }
  ],
  "share_target": {
    "action": "/today",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
