{
  "name": "המחברת",
  "short_name": "המחברת",
  "description": "אפליקציית כתיבה יצירתית",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0d0c0a",
  "theme_color": "#0d0c0a",
  "orientation": "portrait",
  "lang": "he",
  "dir": "rtl",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "כתיבה חופשית",
      "url": "./index.html?mode=blank",
      "description": "פתחי דף ריק"
    },
    {
      "name": "רשימת משפטים",
      "url": "./index.html?mode=notes",
      "description": "רשמי משפט מהיר"
    }
  ]
}
