{
  "name": "Asisten SKP - Dokumentasi Kinerja & Google Drive",
  "short_name": "Asisten SKP",
  "description": "Aplikasi Web & Mobile PWA untuk memudahkan pegawai mengumpulkan bukti foto kegiatan dan otomatisasi folder Google Drive untuk pengisian SKP.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f8fafc",
  "theme_color": "#4f46e5",
  "categories": ["productivity", "utilities", "business"],
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Ambil Foto Aktivitas",
      "short_name": "Foto SKP",
      "description": "Buka kamera untuk mengambil foto bukti kinerja baru",
      "url": "./index.html?action=camera",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Salin Link SKP",
      "short_name": "Salin Link",
      "description": "Salin link folder Google Drive bulan ini",
      "url": "./index.html?action=copylink",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
