{
  "name": "MoeTalk网页端",
  "short_name": "MoeTalk",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#8BBBE9",
  
  "start_url": ".",
  "scope": ".",
  
  "icons": [
    {
      "src": "plugins/192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "plugins/512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}