﻿{
    "name":  "LINCchat",
    "short_name":  "LINCchat",
    "description":  "A texting practice app for LINC literacy learners.",
    "start_url":  "./index.html",
    "scope":  "./",
    "display":  "standalone",
    "background_color":  "#ffffff",
    "theme_color":  "#ffffff",
    "icons":  [
                  {
                      "src":  "logos/icon-192.png",
                      "sizes":  "192x192",
                      "type":  "image/png"
                  },
                  {
                      "src":  "logos/icon-512.png",
                      "sizes":  "512x512",
                      "type":  "image/png"
                  }
              ]
}
