From cd067931afb06dc492490325268c30ddc31ef57d Mon Sep 17 00:00:00 2001 From: milkmanu <168108017+milkmanu@users.noreply.github.com> Date: Sat, 3 Jan 2026 16:18:27 +0500 Subject: [PATCH] Rename app from 'instagram' to 'crgram' --- frontend/app.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/app.json b/frontend/app.json index 187cecc1..83d34575 100644 --- a/frontend/app.json +++ b/frontend/app.json @@ -1,7 +1,7 @@ { "expo": { - "name": "instagram", - "slug": "instagram", + "name": "crgram", + "slug": "crgram", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/logo.png", @@ -18,7 +18,7 @@ ], "android": { "useNextNotificationsApi": true, - "package": "com.instagram.simcoder", + "package": "com.crgam.app", "googleServicesFile": "./google-services.json", "config": { "googleSignIn": { @@ -29,7 +29,7 @@ "ios": { "buildNumber": "1.0.0", "supportsTablet": true, - "bundleIdentifier": "com.instagram.simcoder", + "bundleIdentifier": "com.crgam.app", "config": { "googleSignIn": { "reservedClientId": "****" @@ -42,4 +42,4 @@ "favicon": "./assets/logo.png" } } -} \ No newline at end of file +}