COSC4606-Assignment-02

Database front end that allows for CRUD operations and user management
git clone git://mattcarlson.org/repos/COSC4606-Assignment-02.git
Log | Files | Refs | README

site.webmanifest (434B)


      1 {
      2     "name": "",
      3     "short_name": "",
      4     "icons": [
      5         {
      6             "src": "/img/android-chrome-192x192.png",
      7             "sizes": "192x192",
      8             "type": "image/png"
      9         },
     10         {
     11             "src": "/img/android-chrome-512x512.png",
     12             "sizes": "512x512",
     13             "type": "image/png"
     14         }
     15     ],
     16     "theme_color": "#ffffff",
     17     "background_color": "#ffffff",
     18     "display": "standalone"
     19 }