{
    "description":  "极简个人管理 PWA",
    "short_name":  "时光序",
    "icons":  [
                  {
                      "type":  "image/svg+xml",
                      "sizes":  "192x192",
                      "src":  "/icons/icon-192.svg"
                  },
                  {
                      "type":  "image/svg+xml",
                      "sizes":  "512x512",
                      "src":  "/icons/icon-512.svg"
                  }
              ],
    "theme_color":  "#E8EDE9",
    "display":  "standalone",
    "name":  "时光序轻量版",
    "background_color":  "#E8EDE9",
    "start_url":  "/",
    "orientation":  "portrait"
}