{
  "configVersion": 1,
  "lastUpdated": "2026-04-27",
  "app": {
    "minimumSupportedVersion": "1.0.0",
    "forceUpdate": false,
    "maintenanceMode": false,
    "maintenanceMessage": "SimplyBackup is temporarily unavailable. Please try again later."
  },
  "remote": {
    "fetchIntervalHours": 24,
    "timeoutSeconds": 5
  },
  "purchaseProducts": {
    "ios": {
      "proMonthly": "com.simplybackup.pro.monthly",
      "superProAnnual": "com.simplybackup.superpro.annual",
      "maxLifetime": "com.simplybackup.max.lifetime"
    },
    "android": {
      "proMonthly": "simplybackup_pro_monthly",
      "superProAnnual": "simplybackup_superpro_annual",
      "maxLifetime": "simplybackup_max_lifetime"
    }
  },
  "plans": {
    "freemium": {
      "displayName": "Freemium",
      "isPaid": false,
      "backupLimitGBPerDay": 3,
      "maxFilesPerDay": 1500,
      "adsEnabled": true,
      "rewardedAdsEnabled": true,
      "maxParallelTransfers": 2
    },
    "pro_monthly": {
      "displayName": "Pro Monthly",
      "isPaid": true,
      "backupLimitGBPerDay": -1,
      "maxFilesPerDay": -1,
      "adsEnabled": false,
      "rewardedAdsEnabled": false,
      "maxParallelTransfers": 4
    },
    "super_pro_annual": {
      "displayName": "Super Pro Annual",
      "isPaid": true,
      "backupLimitGBPerDay": -1,
      "maxFilesPerDay": -1,
      "adsEnabled": false,
      "rewardedAdsEnabled": false,
      "maxParallelTransfers": 6
    },
    "max_lifetime": {
      "displayName": "Max Lifetime",
      "isPaid": true,
      "backupLimitGBPerDay": -1,
      "maxFilesPerDay": -1,
      "adsEnabled": false,
      "rewardedAdsEnabled": false,
      "maxParallelTransfers": 8
    }
  },
  "features": {
    "usbBackup": {
      "category": "backup",
      "displayName": "USB/SSD Backup",
      "enabled": true,
      "allowedPlans": ["freemium", "pro_monthly", "super_pro_annual", "max_lifetime"]
    },
    "basicRestore": {
      "category": "restore",
      "displayName": "Basic Restore",
      "enabled": true,
      "allowedPlans": ["freemium", "pro_monthly", "super_pro_annual", "max_lifetime"]
    },
    "nasBackup": {
      "category": "network",
      "displayName": "NAS/SMB Backup",
      "enabled": true,
      "allowedPlans": ["pro_monthly", "super_pro_annual", "max_lifetime"]
    },
    "sftpBackup": {
      "category": "network",
      "displayName": "SSH/SFTP Backup",
      "enabled": true,
      "allowedPlans": ["super_pro_annual", "max_lifetime"]
    },
    "cloudBackup": {
      "category": "cloud",
      "displayName": "Cloud Backup",
      "enabled": true,
      "allowedPlans": ["super_pro_annual", "max_lifetime"]
    },
    "resumeFailedBackup": {
      "category": "reliability",
      "displayName": "Resume Failed Backup",
      "enabled": true,
      "allowedPlans": ["freemium", "pro_monthly", "super_pro_annual", "max_lifetime"]
    },
    "parallelTransfers": {
      "category": "performance",
      "displayName": "High Speed Parallel Transfer",
      "enabled": true,
      "allowedPlans": ["pro_monthly", "super_pro_annual", "max_lifetime"]
    },
    "backupHistory": {
      "category": "storage",
      "displayName": "Backup History",
      "enabled": true,
      "allowedPlans": ["freemium", "pro_monthly", "super_pro_annual", "max_lifetime"]
    },
    "noAds": {
      "category": "experience",
      "displayName": "No Ads",
      "enabled": true,
      "allowedPlans": ["pro_monthly", "super_pro_annual", "max_lifetime"]
    },
    "prioritySupport": {
      "category": "support",
      "displayName": "Priority Support",
      "enabled": true,
      "allowedPlans": ["super_pro_annual", "max_lifetime"]
    }
  },
  "ads": {
    "bannerAdsEnabled": true,
    "nativeAdsEnabled": true,
    "rewardedAdsEnabled": true,
    "interstitialAdsEnabled": false,
    "appOpenAdsEnabled": false,
    "rewardedAdExtraBackupGB": 1,
    "maxRewardedAdsPerDay": 3
  },
  "promotion": {
    "enabled": true,
    "title": "Thanksgiving Deal",
    "subtitle": "Limited-time store pricing appears during checkout.",
    "startsAt": "2026-11-20",
    "endsAt": "2026-12-02",
    "revenueCatOfferingId": "thanksgiving_2026",
    "highlightedPlan": "max_lifetime",
    "priceLabels": {
      "super_pro_annual": "$2.99/yr",
      "max_lifetime": "$4.99"
    }
  },
  "paywall": {
    "title": "Back up without limits",
    "subtitle": "Unlock unlimited backup, NAS, cloud backup, faster transfer, and no ads.",
    "primaryPlan": "super_pro_annual",
    "showLifetime": true,
    "showMonthly": true,
    "showAnnual": true
  }
}
