﻿{
    "name":  "蛇蛇机",
    "short_name":  "蛇蛇机",
    "start_url":  "/",
    "scope":  "/",
    "id":  "/",
    "display":  "fullscreen",
    "display_override":  [
                             "fullscreen",
                             "standalone"
                         ],
    "background_color":  "#FAF8F4",
    "theme_color":  "#FAF8F4",
    "description":  "蛇蛇机",
    "orientation":  "portrait-primary",
    "prefer_related_applications":  false,
    "icons":  [
                  {
                      "src":  "icons/Icon-192.png",
                      "sizes":  "192x192",
                      "type":  "image/png"
                  },
                  {
                      "src":  "icons/Icon-512.png",
                      "sizes":  "512x512",
                      "type":  "image/png"
                  },
                  {
                      "src":  "icons/Icon-maskable-192.png",
                      "sizes":  "192x192",
                      "type":  "image/png",
                      "purpose":  "maskable"
                  },
                  {
                      "src":  "icons/Icon-maskable-512.png",
                      "sizes":  "512x512",
                      "type":  "image/png",
                      "purpose":  "maskable"
                  }
              ],
    "share_target":  {
                         "action":  "/?share_target=music",
                         "method":  "GET",
                         "enctype":  "application/x-www-form-urlencoded",
                         "params":  {
                                        "title":  "title",
                                        "text":  "text",
                                        "url":  "url"
                                    }
                     }
}
