{
  "name": "Spark Personal Terminal",
  "short_name": "Spark",
  "description": "A zero-maintenance personal terminal for your thoughts and feeds. Dark mode only, Hebrew UI, powered by AI for summarization and tagging.",
  "icons": [
    {
      "src": "/images/spark192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/spark192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/spark512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/spark512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "start_url": "/?source=pwa",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#0A0A0F",
  "theme_color": "#0A0A0F",
  "lang": "he",
  "dir": "rtl",
  "capture_links": "existing-client-navigate",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "preferred",
  "file_handlers": [
    {
      "action": "/?action=import",
      "accept": {
        "application/json": [".json"]
      }
    }
  ],
  "categories": [
    "productivity",
    "lifestyle",
    "personalization",
    "news"
  ],
  "shortcuts": [
    {
      "name": "הוסף משימה חדשה",
      "short_name": "משימה",
      "description": "Create a new task quickly",
      "url": "/?action=add_task",
      "icons": [
        {
          "src": "/images/shortcut-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "הוסף ספארק חדש",
      "short_name": "ספארק",
      "description": "Add a new spark thought",
      "url": "/?action=add_spark",
      "icons": [
        {
          "src": "/images/shortcut-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "פתח את 'היום'",
      "short_name": "היום",
      "description": "Open Today view",
      "url": "/?action=go_today",
      "icons": [
        {
          "src": "/images/shortcut-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "פתח את הפיד",
      "short_name": "פיד",
      "description": "Open Feed",
      "url": "/?action=go_feed",
      "icons": [
        {
          "src": "/images/shortcut-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/?action=share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "text/*", "application/json"]
        }
      ]
    }
  },
  "widgets": [
    {
      "name": "הוספה מהירה ל-Spark",
      "short_name": "הוספה",
      "description": "הוסף במהירות משימה או ספארק חדש.",
      "tag": "quick-add",
      "template": "list",
      "icons": [
        {
          "src": "/images/shortcut-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ],
      "data": {
        "items": [
          {
            "label": "משימה חדשה",
            "url": "/?action=add_task"
          },
          {
            "label": "ספארק חדש",
            "url": "/?action=add_spark"
          }
        ]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+spark",
      "url": "/?action=search&q=%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
