{
  "name": "Elektrotechnik Rechner",
  "short_name": "E-Rechner",
  "description": "Formeln, Rechner, Tabellen und andere hilfreiche Tools und Lesezeichen für deine Elektrotechnik-Projekte.",
  "start_url": "/",
  "categories": [
    "utilities",
    "education",
    "productivity"
  ],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "theme_color": "#f6993f",
  "background_color": "#ffffff",
  "display": "standalone",
  "dir": "ltr",
  "lang": "de",
  "orientation": "portrait",
  "display_override": [
    "standalone",
    "fullscreen",
    "minimal-ui",
    "browser",
    "window-controls-overlay"
  ],
  "scope": "/",
  "shortcuts": [
    {
      "name": "Rechner",
      "url": "/rechner",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tabellen",
      "url": "/tabellen",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ],
  "id": "https://elektrotechnik-rechner.at",
  "handle_links": {
    "urls": [
      "https://elektrotechnik-rechner.at/*"
    ],
    "action": "auto"
  }
}