{
  "name": "calcalyst",
  "short_name": "calcalyst",
  "description": "ultra-fast minimalist multi-utility computational suite // core_engine / stable_v1.0.0",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090B",
  "theme_color": "#00F5FF",
  "orientation": "any",
  "scope": "/",
  "lang": "en-US",
  "categories": ["finance", "utilities", "productivity"],
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "mortgage calculator",
      "short_name": "mortgage",
      "description": "amortization and tax trajectory maps",
      "url": "/?module=mortgage"
    },
    {
      "name": "web3 gas translator",
      "short_name": "gas",
      "description": "gwei translation across l1 and l2 networks",
      "url": "/?module=gas"
    },
    {
      "name": "sha-256 hash generator",
      "short_name": "sha256",
      "description": "pure client-side cryptographic hash engine",
      "url": "/?module=sha256"
    },
    {
      "name": "margin precision",
      "short_name": "margin",
      "description": "profit curves and markup threshold matrices",
      "url": "/?module=margin"
    }
  ]
}
