{
  "name": "Jotter",
  "short_name": "Jotter",
  "description": "Jot once, access anywhere.",
  "theme_color": "#20232a",
  "background_color": "#20232a",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "./",
  "start_url": "./index.html",
  "id": "./index.html",
  "shortcuts": [
    {
      "name": "codes",
      "short_name": "Codes",
      "url": "/docs/overview",
      "icons": [{ "src": "img/pwa/manifest-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "categorized",
      "short_name": "Categorized",
      "url": "categorized",
      "icons": [{ "src": "img/pwa/manifest-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Blog",
      "short_name": "Blog",
      "url": "/blog",
      "icons": [{ "src": "img/pwa/manifest-icon-192.png", "sizes": "192x192" }]
    }
  ],
  "icons": [
    {
      "src": "img/pwa/manifest-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "img/pwa/manifest-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
