Skip to content

Commit 57b6155

Browse files
feat: new icon app
1 parent 2e02b05 commit 57b6155

37 files changed

+4
-25
lines changed

android/app/src/main/AndroidManifest.xml

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="utf-8" ?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
xmlns:tools="http://schemas.android.com/tools">
4-
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">
53
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
64
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
75
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
@@ -16,11 +14,8 @@
1614
android:roundIcon="@mipmap/ic_launcher_round"
1715
android:supportsRtl="true"
1816
android:theme="@style/AppTheme">
17+
<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="@string/admob_app_id" />
1918

20-
<meta-data
21-
android:name="com.google.android.gms.ads.APPLICATION_ID"
22-
android:value="@string/admob_app_id" />
23-
2419
<activity
2520
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
2621
android:name=".MainActivity"
@@ -41,7 +36,5 @@
4136
android:grantUriPermissions="true">
4237
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" />
4338
</provider>
44-
4539
</application>
46-
4740
</manifest>
-43 KB
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

assets/icon-background.png

1.94 MB
Loading

assets/icon-foreground.png

1.94 MB
Loading

assets/icon-only.png

1.94 MB
Loading

assets/logo.png

1.94 MB
Loading

assets/splash.png

10.5 MB
Loading

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"@babel/plugin-transform-runtime": "^7.25.9",
3434
"@babel/preset-env": "^7.26.0",
3535
"@biomejs/biome": "1.9.4",
36+
"@capacitor/assets": "^3.0.5",
3637
"@capacitor/cli": "^6.2.0",
3738
"@commitlint/cli": "^19.6.1",
3839
"@commitlint/config-conventional": "^19.6.0",

www/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<title>Cookie</title>
77
<link rel="apple-touch-icon" href="./res/favicon.ico" type="image/x-icon">
88
<link rel="shortcut icon" href="./res/logo.png" type="image/png">
9-
<link rel="manifest" href="manifest.json">
109
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
1110
<link rel="stylesheet" href="./res/styles/ui.css" type="text/css" media="all" />
1211
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">

www/manifest.json

-14
This file was deleted.

www/res/favicon.ico

1.41 MB
Binary file not shown.

www/res/logo.png

1.41 MB
Loading

www/res/styles/ui.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737

3838
.ui-cookie splash-screen .icon {
39-
width: 85%;
39+
width: 25%;
4040
animation: splash-screen 2s infinite ease-in-out;
4141
}
4242

0 commit comments

Comments
 (0)