{
  "id": "/",
  "name": "Tepki — Show Your Emotions",
  "short_name": "Tepki",
  "description": "Show your emotions with the perfect GIF",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#000000",
  "theme_color": "#0071e3",
  "orientation": "any",
  "categories": ["entertainment", "social"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search GIFs",
      "short_name": "Search",
      "url": "/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "GIF Tools",
      "short_name": "Tools",
      "url": "/tools",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Studio Editor",
      "short_name": "Studio",
      "url": "/studio",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "file_handlers": [
    {
      "action": "/tools",
      "accept": {
        "image/gif": [".gif"],
        "video/mp4": [".mp4"],
        "video/webm": [".webm"]
      }
    }
  ],
  "share_target": {
    "action": "/tools",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": ["image/gif", "video/*"]
        }
      ]
    }
  }
}
