diff --git a/features/features.json b/features/features.json index a419a3a..47bcbaf 100644 --- a/features/features.json +++ b/features/features.json @@ -1,12 +1,18 @@ { "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." - } + "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." + }, + "romPathMigrator": { + "enabled": false, + "minVersion": "1.0.0", + "minBuildNumber": "100", + "allowedAppTypes": ["standard", "lite", "standard.appstore", "lite.appstore"], + "description": "Enables ROM path migration functionality. Currently disabled for all builds." + } } -} - + }