Skip to content

Commit

Permalink
add features flag json
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattiello <[email protected]>
  • Loading branch information
JoeMatt committed Dec 27, 2024
1 parent 885163d commit 2105b74
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions features/features.json
Original file line number Diff line number Diff line change
@@ -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."
}
}
}

0 comments on commit 2105b74

Please sign in to comment.