{
  "id": "myworklog-pwa",
  "name": "MyWorkLog – Azubi Zeiterfassung & Berichtsheft",
  "short_name": "MyWorkLog",
  "description": "Kostenlose Zeiterfassung für Auszubildende: Digitales Berichtsheft, Gleitzeitkonto, Überstundenrechner, AI-Bot & Cloud Sync. 100% offline, DSGVO-konform.",
  "lang": "de-DE",
  "dir": "ltr",
  "start_url": "/?utm_source=pwa&utm_medium=homescreen",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#a855f7",
  "background_color": "#030305",
  "categories": ["productivity", "utilities", "education", "business"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "icons": [
    {
      "src": "/Grafiken/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/Grafiken/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/Grafiken/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/Grafiken/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/Grafiken/apple-touch-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Timer starten",
      "short_name": "Start",
      "description": "Zeiterfassung sofort starten",
      "url": "/?action=start&utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/Grafiken/shortcut-timer.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Eintrag erstellen",
      "short_name": "Neu",
      "description": "Neuen Zeiteintrag manuell hinzufügen",
      "url": "/?action=new&utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/Grafiken/shortcut-neu.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Berichtsheft",
      "short_name": "IHK",
      "description": "IHK-konforme Ausbildungsnachweise verwalten",
      "url": "/berichtsheft/?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/Grafiken/shortcut-berichtsheft.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Aufgaben",
      "short_name": "Tasks",
      "description": "Tagesaufgaben und To-Dos verwalten",
      "url": "/aufgaben/?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/Grafiken/shortcut-aufgaben.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "./share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+myworklog",
      "url": "/?handler=%s"
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://myworklog.de/manifest.json"
    }
  ]
}
