-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
36 lines (36 loc) · 1.4 KB
/
app.json
File metadata and controls
36 lines (36 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"expo": {
"name": "Fun Planner",
"slug": "FunPlanner",
"sdkVersion": "37.0.0",
"platforms": [
"web",
"ios",
"android"
],
"version": "0.9.1",
"orientation": "portrait",
"icon": "./assets/icon.jpg",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.shayanys.funplanner",
"appStoreUrl": "https://apps.apple.com/ca/app/fun-planner/id1508381465"
},
"android": {
"package": "com.shayanys.funplanner",
"permissions": []
},
"description": "Ever wondering what to do tonight? Forget how to remember every cool activities throughout the year?\nFun Planner is here to help!\nCreate an activity, whenever it comes to your mind, e.g. Skiing.\nModify options like price range, e.g. $$, Seasons: Winter only, Weekends, any additional notes you want,..\nHit save!\nLater when the right season comes, you can filter your activities based on seasons, days of the week and price range.\nFind out what to do tonight, never been easier!\n\nCredit to logo design: Freepik at https://www.flaticon.com/authors/freepik\n\nDeveloped by Shayan Ys: https://shayanys.com - April 2020",
"githubUrl": "https://github.com/shayan-ys/Fun-ToDo"
}
}