chore: prettier

This commit is contained in:
Adrian Castro
2024-02-10 09:23:41 +01:00
parent df53ee610e
commit e1ae9136e1

View File

@@ -1,16 +1,16 @@
{ {
"apps": [ "apps": [
{ {
"name": "movie-web", "name": "movie-web",
"bundleIdentifier": "dev.movieweb.app", "bundleIdentifier": "dev.movieweb.app",
"filename": "movie-web.ipa", "filename": "movie-web.ipa",
"githubOwner": "movie-web", "githubOwner": "movie-web",
"githubRepository": "native-app", "githubRepository": "native-app",
"developerName": "movie-web", "developerName": "movie-web",
"subtitle": "A small app for watching movies and shows easily", "subtitle": "A small app for watching movies and shows easily",
"localizedDescription": "This service works by displaying video files from third-party providers inside an intuitive and aesthetic user interface.", "localizedDescription": "This service works by displaying video files from third-party providers inside an intuitive and aesthetic user interface.",
"iconURL": "https://github.com/movie-web/native-app/blob/master/apps/expo/assets/images/icon.png?raw=true", "iconURL": "https://github.com/movie-web/native-app/blob/master/apps/expo/assets/images/icon.png?raw=true",
"tintColor": "a87fd1" "tintColor": "a87fd1"
} }
] ]
} }