{
  "id": "com.cbadspro.app",
  "name": "CBAdsPro - ClickBank Affiliate Storefront",
  "short_name": "CBAdsPro",
  "description": "The modern ClickBank affiliate storefront. Browse 1,000+ top digital products, build affiliate links, and earn commissions. Free to join.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0f1c55",
  "theme_color": "#f97316",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "shopping", "finance", "productivity"],

  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/home-mobile.jpg",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "CBAdsPro Home — Browse 1,000+ ClickBank Products"
    },
    {
      "src": "/screenshots/store-mobile.jpg",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Super Store — All Digital Products"
    },
    {
      "src": "/screenshots/home-desktop.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "CBAdsPro Desktop — Affiliate Storefront"
    }
  ],

  "shortcuts": [
    {
      "name": "Super Store",
      "short_name": "Store",
      "url": "/cbstore",
      "description": "Browse all ClickBank products",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Affiliate Hub",
      "short_name": "Affiliate",
      "url": "/affiliate",
      "description": "Your affiliate tools and links",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Blog",
      "short_name": "Blog",
      "url": "/blog",
      "description": "ClickBank tips and guides",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Join Free",
      "short_name": "Sign Up",
      "url": "/signup",
      "description": "Create your free affiliate account",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],

  "related_applications": [],
  "prefer_related_applications": false,

  "edge_side_panel": {
    "preferred_width": 400
  },

  "handle_links": "preferred",

  "share_target": {
    "action": "/affiliate",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}