{
  "name": "Tally",
  "short_name": "Tally",
  "description": "היום שלך מסודר — משימות, תזכורות ורשימות קניות במקום אחד.",
  "screenshots": [
    {
      "src": "/screenshot-mobile.png?v=1",
      "sizes": "824x1784",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "היום שלך ב-Tally — משימות, יומן ורשימות"
    }
  ],
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#EDEAE4",
  "theme_color": "#0F7B5F",
  "orientation": "portrait",
  "dir": "rtl",
  "lang": "he",
  "icons": [
    {
      "src": "/icon-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512-maskable.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/dashboard/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Add Task",
      "short_name": "New Task",
      "url": "/dashboard?action=add",
      "icons": [{ "src": "/icon-192.png?v=2", "sizes": "192x192" }]
    },
    {
      "name": "Shopping List",
      "short_name": "Shopping",
      "url": "/dashboard/shopping",
      "icons": [{ "src": "/icon-192.png?v=2", "sizes": "192x192" }]
    }
  ]
}
