{
  "name": "DEVLOG — Bwin's Personal Dev Notes",
  "short_name": "DEVLOG",
  "description": "Terminal-style changelog logbook for Kode31 projects.",
  "id": "./",
  "start_url": "./index.html",
  "scope": "./",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#000000",
  "theme_color": "#000000",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "New Log Entry",
      "short_name": "New Entry",
      "url": "./index.html?action=new",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Smart Paste",
      "short_name": "Paste",
      "url": "./index.html?action=paste",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
