{
  "name": "Dinas Tenaga Kerja Kabupaten Waropen",
  "short_name": "Disnaker Waropen",
  "description": "Aplikasi resmi Dinas Tenaga Kerja Kabupaten Waropen untuk layanan ketenagakerjaan",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1565c0",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "id",
  "categories": ["government", "business", "utilities"],
  "icons": [
    {
      "src": "images/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "images/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "images/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "images/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "images/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "images/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "images/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "images/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Pelatihan Kerja",
      "short_name": "Pelatihan",
      "description": "Informasi program pelatihan kerja",
      "url": "/pages/pelatihan-kerja.html",
      "icons": [
        {
          "src": "images/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Penempatan Kerja",
      "short_name": "Penempatan",
      "description": "Informasi lowongan kerja",
      "url": "/pages/penempatan-kerja.html",
      "icons": [
        {
          "src": "images/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Hubungi Kami",
      "short_name": "Kontak",
      "description": "Hubungi Disnaker Waropen",
      "url": "/pages/kontak.html",
      "icons": [
        {
          "src": "images/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "images/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop view of Disnaker Waropen website"
    },
    {
      "src": "images/screenshot-mobile.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile view of Disnaker Waropen website"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}