{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "{{PRODUCT_NAME}}",
  "alternateName": "{{PRODUCT_ALT_NAME}}",
  "applicationCategory": "BusinessApplication",
  "applicationSubCategory": "{{PRODUCT_SUBCATEGORY}}",
  "operatingSystem": "{{PRODUCT_OS}}",
  "url": "{{PRODUCT_URL}}",
  "image": "{{PRODUCT_IMAGE}}",
  "publisher": {
    "@id": "https://ipcloak.ai/#org"
  },
  "offers": [
    {
      "@type": "Offer",
      "name": "Trial",
      "price": "0",
      "priceCurrency": "USD"
    },
    {
      "@type": "Offer",
      "name": "Standard",
      "price": "{{PRICE_STANDARD}}",
      "priceCurrency": "USD",
      "billingIncrement": "P1M"
    },
    {
      "@type": "Offer",
      "name": "Pro",
      "price": "{{PRICE_PRO}}",
      "priceCurrency": "USD",
      "billingIncrement": "P1M"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "{{RATING}}",
    "ratingCount": "{{RATING_COUNT}}"
  },
  "featureList": "{{FEATURE_LIST}}",
  "isPartOf": {
    "@type": "Organization",
    "@id": "https://ipcloak.ai/#org"
  }
}
