{
  "name": "Palmtop",
  "short_name": "Palmtop",
  "description": "Your Claude Code, in your palm.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#111114",
  "theme_color": "#111114",
  "share_target": {
    "action": "share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": { "title": "title", "text": "text", "url": "url", "files": [{ "name": "file", "accept": ["application/json", ".json"] }] }
  },
  "icons": [
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ]
}
