{
  "name": "JPad",
  "short_name": "JPad",
  "description": "A notebook of typed Markdown snippets with on-device AI.",
  "start_url": ".",
  "scope": ".",
  "id": "jpad",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#1c1c1e",
  "theme_color": "#6352ec",
  "categories": ["productivity", "utilities"],
  "launch_handler": { "client_mode": "navigate-existing" },
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "New note", "url": "./?action=new" },
    { "name": "All to-dos", "url": "./?action=todos" },
    { "name": "Summarize", "url": "./?action=summarize" }
  ],
  "file_handlers": [
    { "action": "./", "accept": { "text/markdown": [".jpad", ".md"] } }
  ],
  "share_target": {
    "action": "./",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "protocol_handlers": [
    { "protocol": "web+jpad", "url": "./?open=%s" }
  ]
}
