{
  "name": "Pitch2Retail — Find Retail Buyers, Pitch Stores Faster",
  "short_name": "Pitch2Retail",
  "description": "AI-powered retailer outreach for CPG brands and brokers. Find verified retail buyers, write personalized pitches, send from your own email, track replies and revenue. Built for Canadian + US + UK retail.",
  "start_url": "/dashboard.html?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "theme_color": "#E8A838",
  "background_color": "#0E1118",
  "id": "pitch2retail-app",
  "lang": "en-CA",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities", "marketing", "sales"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,

  "icons": [
    { "src": "/favicon.svg",                  "sizes": "any",      "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icons/icon-72.png",            "sizes": "72x72",    "type": "image/png",     "purpose": "any" },
    { "src": "/icons/icon-96.png",            "sizes": "96x96",    "type": "image/png",     "purpose": "any" },
    { "src": "/icons/icon-128.png",           "sizes": "128x128",  "type": "image/png",     "purpose": "any" },
    { "src": "/icons/icon-144.png",           "sizes": "144x144",  "type": "image/png",     "purpose": "any" },
    { "src": "/icons/icon-152.png",           "sizes": "152x152",  "type": "image/png",     "purpose": "any" },
    { "src": "/icons/icon-192.png",           "sizes": "192x192",  "type": "image/png",     "purpose": "any" },
    { "src": "/icons/icon-256.png",           "sizes": "256x256",  "type": "image/png",     "purpose": "any" },
    { "src": "/icons/icon-384.png",           "sizes": "384x384",  "type": "image/png",     "purpose": "any" },
    { "src": "/icons/icon-512.png",           "sizes": "512x512",  "type": "image/png",     "purpose": "any" },
    { "src": "/icons/icon-192-maskable.png",  "sizes": "192x192",  "type": "image/png",     "purpose": "maskable" },
    { "src": "/icons/icon-512-maskable.png",  "sizes": "512x512",  "type": "image/png",     "purpose": "maskable" }
  ],

  "screenshots": [
    {
      "src": "/screenshots/product-pipeline-mobile.svg",
      "sizes": "360x720",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Mobile review queue — approve pitches between meetings"
    },
    {
      "src": "/screenshots/product-analytics.svg",
      "sizes": "720x460",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Revenue attribution dashboard — see which pitch closed which order"
    },
    {
      "src": "/screenshots/product-buyer-search.svg",
      "sizes": "720x460",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Audience builder — search verified retail buyers via Apollo + Google Places"
    },
    {
      "src": "/screenshots/product-outreach.svg",
      "sizes": "720x460",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Reply intelligence — auto-classify inbound replies"
    },
    {
      "src": "/screenshots/product-retailer-profile.svg",
      "sizes": "720x460",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Retailer profile — buyer team + mission alignment + recent campaigns"
    },
    {
      "src": "/screenshots/product-crm.svg",
      "sizes": "720x460",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Pitch generation — AI drafts personalized pitches per buyer"
    }
  ],

  "shortcuts": [
    {
      "name": "Review queue",
      "short_name": "Review",
      "description": "Pending pitches awaiting your approval",
      "url": "/review.html?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Reply inbox",
      "short_name": "Replies",
      "description": "Auto-classified inbound replies",
      "url": "/replies.html?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "New campaign",
      "short_name": "New",
      "description": "Build a new outreach campaign",
      "url": "/new-campaign.html?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Revenue",
      "short_name": "Revenue",
      "description": "Per-campaign revenue attribution",
      "url": "/revenue.html?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],

  "share_target": {
    "action": "/contacts.html",
    "method": "GET",
    "params": {
      "title": "shared_title",
      "text":  "shared_text",
      "url":   "shared_url"
    }
  },

  "file_handlers": [
    {
      "action": "/contacts.html?import=csv",
      "accept": {
        "text/csv": [".csv"]
      },
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }],
      "launch_type": "single-client"
    }
  ],

  "protocol_handlers": [
    {
      "protocol": "mailto",
      "url": "/compose.html?to=%s"
    }
  ],

  "edge_side_panel": {
    "preferred_width": 480
  },

  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },

  "screenshots_purpose": ["app", "marketing"],

  "screenshots_count": 6,

  "related_applications": [],

  "scope_extensions": []
}
