{
  "name": "StickIt: Finish Today's To-Dos, One Post-it at a Time",
  "short_name": "StickIt",
  "description": "A simple to-do list you manage by sticking post-it notes on a corkboard. Saved only in this browser, never on a server.",
  "start_url": "./index-en.html",
  "id": "./index-en.html",
  "scope": "./",
  "lang": "en",
  "display": "standalone",
  "background_color": "#33210f",
  "theme_color": "#33210f",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
