{
  "name": "Musk V4",
  "short_name": "Musk V4",
  "description": "A simple note and sharing app",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090B",
  "theme_color": "#6C6CF0",
  "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": "images", "accept": ["image/*"] },
        { "name": "videos", "accept": ["video/*"] }
      ]
    }
  }
}
