{
  "id": "/setflip",
  "name": "SetFlip Auto Market",
  "short_name": "SetFlip",
  "description": "Buy and sell vehicles easily across the USA with SetFlip Auto Market.",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "scope": "/",
  "start_url": "/?source=pwa",
  "dir": "auto",
  "background_color": "#5e6266",
  "theme_color": "#1977F3",
  "prefer_related_applications": false,
  "categories": ["business", "shopping", "automotive"],

  "icons": [
    {
      "src": "https://setflip.com/pwa/icons/icon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://setflip.com/pwa/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://setflip.com/pwa/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://setflip.com/pwa/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Post an Ad",
      "short_name": "Post Ad",
      "url": "/index.php?page=item&action=item_add",
      "icons": [
        {
          "src": "https://setflip.com/pwa/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Login to Account",
      "short_name": "Login",
      "url": "/index.php?page=login",
      "icons": [
        {
          "src": "https://setflip.com/pwa/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],

  "screenshots": [
 {
      "src": "/pwa/screenshots/home-1280x720.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Homepage (Wide)"
    },
    {
      "src": "/pwa/screenshots/home-1080x1920.webp",
      "sizes": "1080x1920",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Homepage (Mobile)"
    }
  ],

  "gcm_sender_id": "103953800507"
}