{
  "name": "TicketRepo",
  "short_name": "TicketRepo",
  "description": "Personal bug-capture PWA for client projects",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F5F7F5",
  "theme_color": "#3A7D44",
  "orientation": "portrait",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "image",
          "accept": ["image/*"]
        }
      ]
    }
  }
}
