Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
adding application remote settings and pricing
  • Loading branch information
bassuny3003 authored Aug 10, 2024
1 parent 0c7aa46 commit 8019086
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions AppRemoteSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"pricing": {
"price": 5.10,
"discountPercentage": 10,
"currency": "USD",
"validUntil": "2024-12-31"
},
"settings": {
"featureXEnabled": true,
"maxUsers": 5,
"supportEmail": "[email protected]"
}
}

0 comments on commit 8019086

Please sign in to comment.