{
  "name": "Push2AI - Share URLs with AI",
  "short_name": "Push2AI",
  "description": "Share URLs with AI models instantly. Prefix any URL with push2.ai to share it with ChatGPT, Claude, Gemini, and more.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F38181",
  "theme_color": "#2173DF",
  "orientation": "any",
  "icons": [
    {
      "src": "/ai-button-generator/images/push2ai-logo.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/ai-button-generator/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/ai-button-generator/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "url": "share_url",
      "title": "share_title",
      "text": "share_text"
    }
  }
}
