{
  "name": "imageonce",
  "short_name": "imageonce",
  "id": "/",
  "lang": "en",
  "description": "Wallpapers, AI image tools and your Daily Drift.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#141414",
  "theme_color": "#141414",
  "icons": [
    {
      "src": "/imageonce-logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/imageonce-square-logo.png",
      "sizes": "1500x1500",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Drift",
      "short_name": "Drift",
      "url": "/drift",
      "icons": [{ "src": "/imageonce-square-logo.png", "sizes": "1500x1500", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
