{
  "id": "/apps/ReGest/",
  "name": "ReGest — Gestionare referate",
  "short_name": "ReGest",
  "description": "Creare, aprobare și urmărire a referatelor.",
  "lang": "ro",
  "start_url": "dashboard.php?source=app",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f2f4f8",
  "theme_color": "#f8fafc",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "assets/regest-app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/regest-app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Referat nou",
      "short_name": "Referat nou",
      "url": "referat_nou.php?source=shortcut",
      "icons": [{"src": "assets/regest-app-icon.svg", "sizes": "any", "type": "image/svg+xml"}]
    },
    {
      "name": "Lista referatelor",
      "short_name": "Referate",
      "url": "referate_list.php?source=shortcut",
      "icons": [{"src": "assets/regest-app-icon.svg", "sizes": "any", "type": "image/svg+xml"}]
    }
  ]
}
