{
  "name": "Aplikasi Daftar Hadir Siswa SMP",
  "short_name": "Absensi SMP",
  "description": "Aplikasi untuk mengelola daftar hadir dan nilai siswa SMP kelas 7-9",
  "start_url": "/absensi_app/index.html",
  "display": "standalone",
  "scope": "/absensi_app/",
  "orientation": "portrait-primary",
  "theme_color": "#0071e3",
  "background_color": "#ffffff",
  "categories": ["education", "productivity"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230071e3' width='192' height='192'/><text x='96' y='96' font-size='48' fill='white' text-anchor='middle' dominant-baseline='central'>📋</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%230071e3' width='512' height='512'/><text x='256' y='256' font-size='128' fill='white' text-anchor='middle' dominant-baseline='central'>📋</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230071e3' rx='45' width='192' height='192'/><text x='96' y='96' font-size='96' fill='white' text-anchor='middle' dominant-baseline='central'>📋</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230071e3' rx='45' width='192' height='192'/><text x='96' y='96' font-size='96' fill='white' text-anchor='middle' dominant-baseline='central'>📋</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%230071e3' rx='100' width='512' height='512'/><text x='256' y='256' font-size='256' fill='white' text-anchor='middle' dominant-baseline='central'>📋</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%230071e3' rx='100' width='512' height='512'/><text x='256' y='256' font-size='256' fill='white' text-anchor='middle' dominant-baseline='central'>📋</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Setup Kelas",
      "short_name": "Setup",
      "description": "Atur data kelas dan siswa",
      "url": "/absensi_app/index.html?target=setup",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%230071e3' width='96' height='96'/><text x='48' y='48' font-size='48' fill='white' text-anchor='middle' dominant-baseline='central'>⚙️</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Preview Absensi",
      "short_name": "Absensi",
      "description": "Lihat preview daftar hadir",
      "url": "/absensi_app/index.html?target=preview",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%230071e3' width='96' height='96'/><text x='48' y='48' font-size='48' fill='white' text-anchor='middle' dominant-baseline='central'>📋</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/absensi_app/index.html",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
