﻿{
  "name": "Jot",
  "short_name": "Jot",
  "description": "Tiny quick-capture sticky notes.",
  "start_url": "./launcher.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f4efe3",
  "theme_color": "#fff8de",
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
