{
  "name": "LockProOpener",
  "short_name": "LockPro",
  "description": "One-tap SwitchBot Lock Pro Opener",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Unlock",
      "short_name": "Unlock",
      "description": "Unlock your door immediately",
      "url": "/?action=unlock",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "description": "Configure API Keys",
      "url": "/settings",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "widgets": [
    {
      "name": "Unlock Widget",
      "description": "Quick unlock button for your home screen",
      "tag": "unlock-widget",
      "template": "unlock-widget",
      "ms_ac_template": "unlock-widget.json",
      "data": "unlock-widget-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/icon-512x512.png",
          "sizes": "512x512",
          "type": "image/png",
          "label": "Unlock Widget"
        }
      ]
    }
  ]
}
