{
  "name": "Gigwidget",
  "short_name": "Gigwidget",
  "description": "Local-first TAB music sharing app",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#1a1a2e",
  "orientation": "any",
  "categories": ["music", "productivity"],
  "icons": [],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["text/plain", ".txt", ".cho", ".chordpro"]
        }
      ]
    }
  }
}
