{
  "name": "Cronos — Fantasy Calendar",
  "short_name": "Cronos",
  "description": "A fully customisable fantasy calendar for dungeon masters and world builders.",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1a1612",
  "theme_color": "#1a1612",
  "categories": ["productivity", "games", "utilities"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Month View",
      "short_name": "Month",
      "url": "./index.html"
    }
  ]
}
