
{
  "name": "Captionizator - AI Caption Generator",
  "short_name": "Captionizator",
  "description": "Generate engaging, creative, and viral-ready captions for Instagram, TikTok, LinkedIn, Facebook, and Threads in seconds using advanced AI. Upload images or describe your post to get perfectly tailored hashtags and text.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#ec4899",
  "orientation": "portrait",
  "id": "captionizator-pwa-v1",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "iarc_rating_id": "e4348578-8388-4447-aa7a-360655d8f58c",
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.captionizator.app",
      "id": "com.captionizator.app"
    }
  ],
  "categories": ["productivity", "social", "utilities"],
  "icons": [
    {
      "src": "https://horizons-cdn.hostinger.com/6458a856-cf31-4f74-9008-5569f6e625fc/06181d613151fd2387c3cf2827994028.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://horizons-cdn.hostinger.com/6458a856-cf31-4f74-9008-5569f6e625fc/06181d613151fd2387c3cf2827994028.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "serviceworker": {
    "src": "./sw.js",
    "scope": "/",
    "update_via_cache": "none"
  },
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1611162617474-5b21e879e113?w=750&h=1334&fit=crop&q=80",
      "sizes": "750x1334",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Create captions for mobile apps"
    },
    {
      "src": "https://images.unsplash.com/photo-1600093463592-8e36ae95ef56?w=1280&h=800&fit=crop&q=80",
      "sizes": "1280x800",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Desktop workspace for social media managers"
    }
  ],
  "shortcuts": [
    {
      "name": "New Caption",
      "short_name": "Create",
      "description": "Generate a new caption immediately",
      "url": "/en?action=create",
      "icons": [
        {
          "src": "https://horizons-cdn.hostinger.com/6458a856-cf31-4f74-9008-5569f6e625fc/06181d613151fd2387c3cf2827994028.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/jpeg", "image/png", "image/gif"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/en?action=upload",
      "accept": {
        "image/jpeg": [".jpg", ".jpeg"],
        "image/png": [".png"]
      },
      "icons": [
        {
          "src": "https://horizons-cdn.hostinger.com/6458a856-cf31-4f74-9008-5569f6e625fc/06181d613151fd2387c3cf2827994028.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+captionizator",
      "url": "/en?caption=%s"
    }
  ],
  "scope_extensions": [
    {
      "origin": "captionizator.com"
    }
  ],
  "widgets": [
    {
      "name": "Daily Inspiration",
      "description": "Get daily caption inspiration",
      "tag": "daily-inspo",
      "template": "daily-widget",
      "ms_ac_template": "widgets/daily.json",
      "data": "widgets/data.json",
      "type": "application/json",
      "screenshots": [],
      "icons": [
        {
          "src": "https://horizons-cdn.hostinger.com/6458a856-cf31-4f74-9008-5569f6e625fc/06181d613151fd2387c3cf2827994028.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "window_controls_overlay": {
    "theme_color": "#ec4899"
  },
  "note_taking": {
    "new_note_url": "/en?action=create"
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
