diff --git a/features/features.json b/features/features.json new file mode 100644 index 0000000..a419a3a --- /dev/null +++ b/features/features.json @@ -0,0 +1,12 @@ +{ + "features": { + "inAppFreeROMs": { + "enabled": true, + "minVersion": "1.0.0", + "minBuildNumber": "100", + "allowedAppTypes": ["standard", "lite"], + "description": "Allows downloading free ROMs directly in the app. Disabled for App Store builds." + } + } +} +