{
  "name": "Nathaniel Calculator",
  "short_name": "Nathaniel Calc",
  "description": "A free, private, offline-ready calculator platform with scientific tools, converters, history, favorites, and manual currency rates.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#111827",
  "theme_color": "#0f766e",
  "orientation": "any",
  "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"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Calculator",
      "short_name": "Calc",
      "url": "./#calculator",
      "description": "Open the standard calculator"
    },
    {
      "name": "Converters",
      "short_name": "Convert",
      "url": "./#converters",
      "description": "Open the conversion center"
    }
  ],
  "categories": ["productivity", "utilities", "education"]
}
