{
  "name": "GISMETRICS — Online GIS Geodata Generators",
  "short_name": "GISMETRICS",
  "description": "GISMETRICS. Online Geodata Generators — Reports, Lines, Points, Parcell Splitter.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/?pwa=1",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "minimal-ui", "browser"],
  "background_color": "#0b1320",
  "theme_color": "#0b1320",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable any" }
  ],
  "shortcuts": [
    { "name": "Report (EN)", "url": "/report/?pwa=1", "icons": [{ "src": "/icons/report.png", "sizes": "96x96", "type": "image/png" }] },
    { "name": "Lines (EN)", "url": "/lines/?pwa=1", "icons": [{ "src": "/icons/lines.png", "sizes": "96x96", "type": "image/png" }] },
    { "name": "Points (EN)", "url": "/points/?pwa=1", "icons": [{ "src": "/icons/points.png", "sizes": "96x96", "type": "image/png" }] },
    { "name": "Area Splitter (EN)", "url": "/area-splitter/?pwa=1", "icons": [{ "src": "/icons/split.png", "sizes": "96x96", "type": "image/png" }] },

    { "name": "Звіт (UA)", "url": "/ua/report/?pwa=1" },
    { "name": "Лінії (UA)", "url": "/ua/lines/?pwa=1" },
    { "name": "Точки (UA)", "url": "/ua/points/?pwa=1" },
    { "name": "Розділювач площі (UA)", "url": "/ua/area-splitter/?pwa=1" },

    { "name": "Informe (ES)", "url": "/es/report/?pwa=1" },
    { "name": "Líneas (ES)", "url": "/es/lines/?pwa=1" },
    { "name": "Puntos (ES)", "url": "/es/points/?pwa=1" },
    { "name": "Divisor de área (ES)", "url": "/es/area-splitter/?pwa=1" },

    { "name": "Bericht (DE)", "url": "/de/report/?pwa=1" },
    { "name": "Linien (DE)", "url": "/de/lines/?pwa=1" },
    { "name": "Punkte (DE)", "url": "/de/points/?pwa=1" },
    { "name": "Flächenteiler (DE)", "url": "/de/area-splitter/?pwa=1" }
  ]
}