{
  "schema_version": "1.0",
  "name": "QRJOLT",
  "description": "Dynamic QR code platform with real-time scan analytics, smart redirect rules, and A/B testing for businesses.",
  "url": "https://www.qrjolt.com",
  "logo": "https://www.qrjolt.com/assets/logo.png",
  "contact": {
    "email": "hello@qrjolt.com",
    "url": "https://www.qrjolt.com/contact"
  },
  "capabilities": [
    "dynamic_qr_codes",
    "scan_analytics",
    "smart_redirects",
    "ab_testing",
    "link_in_bio",
    "vanity_links",
    "qr_customization"
  ],
  "api": {
    "openapi": "https://www.qrjolt.com/openapi.json",
    "authentication": "bearer_token"
  },
  "llms_txt": "https://www.qrjolt.com/llms.txt",
  "policies": {
    "terms_of_service": "https://www.qrjolt.com/terms",
    "privacy_policy": "https://www.qrjolt.com/privacy"
  },
  "pricing": {
    "has_free_tier": true,
    "pricing_page": "https://www.qrjolt.com/pricing",
    "plans": [
      { "name": "Free", "price_usd_monthly": 0 },
      { "name": "Basic", "price_usd_monthly": 4.99 },
      { "name": "Pro", "price_usd_monthly": 12.99 },
      { "name": "Enterprise", "price_usd_monthly": 29.99 }
    ]
  },
  "data_handling": {
    "data_residency": "US",
    "gdpr_compliant": true
  }
}
