{
  "id": "/",
  "name": "Verdible",
  "short_name": "Verdible",
  "version": "1.1.0",
  "description": "Turn informal deals into clear shared transaction records",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone"
  ],
  "orientation": "portrait",
  "background_color": "#121212",
  "theme_color": "#121212",
  "lang": "en",
  "categories": [
    "finance",
    "utilities"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-deals.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Deals list — track all your transactions"
    },
    {
      "src": "/screenshot-profile.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Profile & billing — manage your account"
    },
    {
      "src": "/screenshot-deals-narrow.jpg",
      "sizes": "390x520",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Your deals — at a glance"
    }
  ],
  "share_target": {
    "action": "/start?shared=true",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "image",
          "accept": [
            "image/png",
            "image/jpeg",
            "image/heic",
            "image/heif",
            "image/webp",
            "image/*"
          ]
        }
      ]
    }
  }
}
