﻿{
  "name": "Orglia - Organigramm App",
  "short_name": "Orglia",
  "description": "Professionelle Organigramm-Erstellung mit lokaler Datenspeicherung und DSGVO-Konformität",
  "version": "1.002",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#d97706",
  "background_color": "#f5f5f4",
  "scope": "/",
  "lang": "de-DE",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "icons/apple-touch-icon.svg",
      "sizes": "180x180",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/desktop-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Organigramm-Erstellung auf Desktop"
    },
    {
      "src": "screenshots/mobile-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "platform": "narrow",
      "label": "Touch-optimierte mobile Ansicht"
    }
  ],
  "features": [
    "Cross Platform",
    "Offline Support",
    "Local Storage",
    "Touch Optimized",
    "Export Functions",
    "GDPR Compliant"
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "shortcuts": [
    {
      "name": "Neues Organigramm",
      "short_name": "Neu",
      "description": "Erstelle ein neues Organigramm",
      "url": "/?action=new",
      "icons": [
        {
          "src": "icons/shortcut-new.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Organigramm öffnen",
      "short_name": "Öffnen",
      "description": "Öffne ein gespeichertes Organigramm",
      "url": "/?action=open",
      "icons": [
        {
          "src": "icons/shortcut-open.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/x-orglia": [".ogr"],
        "application/x-orglia-encrypted": [".oge"],
        "application/json": [".json"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+orglia",
      "url": "/?chart=%s"
    }
  ]
}