{
  "name": "MiniTub",
  "short_name": "MiniTub",
  "description": "MiniTub - 您的專屬音樂播放器",
  "start_url": "./index.html",
  "scope": "/",
  "orientation": "portrait",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "icon.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "MYT ICON"
    },
    {
      "src": "icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "MYT ICON"
    },
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "MYT ICON"
    }
  ],
  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}