commit e2fb261d995383d699a37950fe8203b0a940ae58 Author: litingting Date: Fri Aug 1 13:52:54 2025 +0800 V1.1.(2) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b9097d5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +*.iml +.gradle +/local.properties +/.idea/caches +/.idea/libraries +/.idea/modules.xml +/.idea/workspace.xml +/.idea/navEditor.xml +/.idea/assetWizardSettings.xml +.DS_Store +/build +/captures +.externalNativeBuild +.cxx +local.properties +.idea/ +.safedk/ +app/debug/ diff --git a/app/.gitignore b/app/.gitignore new file mode 100644 index 0000000..42afabf --- /dev/null +++ b/app/.gitignore @@ -0,0 +1 @@ +/build \ No newline at end of file diff --git a/app/KeyboardJourney.jks b/app/KeyboardJourney.jks new file mode 100644 index 0000000..a2c5154 Binary files /dev/null and b/app/KeyboardJourney.jks differ diff --git a/app/build.gradle.kts b/app/build.gradle.kts new file mode 100644 index 0000000..35409d0 --- /dev/null +++ b/app/build.gradle.kts @@ -0,0 +1,142 @@ + +import java.util.Date +import java.text.SimpleDateFormat + +plugins { + id("com.android.application") + id("org.jetbrains.kotlin.android") +// id("com.google.gms.google-services") +// id("com.google.firebase.crashlytics") + kotlin("kapt") + id ("kotlin-android") +} + +val timestamp = SimpleDateFormat("MM_dd_HH_mm").format(Date()) +android { + namespace = "com.key.board.journey.inputmethod" + compileSdk = 35 + + defaultConfig { + //com.key.board.journey.inputmethod + applicationId = "com.key.board.journey.inputmethod" + minSdk = 24 + targetSdk = 35 + versionCode = 2 + versionName = "1.1" + setProperty( + "archivesBaseName", + "Keyboard Journey_V" + versionName + "(${versionCode})_$timestamp" + ) + testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" + } + + buildTypes { + release { + isMinifyEnabled = true + proguardFiles( + getDefaultProguardFile("proguard-android-optimize.txt"), + "proguard-rules.pro" + ) + } + } + compileOptions { + sourceCompatibility = JavaVersion.VERSION_17 + targetCompatibility = JavaVersion.VERSION_17 + } + + kotlinOptions { + jvmTarget = "17" + } + buildFeatures { + buildConfig = true + viewBinding = true + } + +} + +dependencies { + + implementation("androidx.core:core-ktx:1.9.0") + implementation("androidx.appcompat:appcompat:1.6.1") + implementation("com.google.android.material:material:1.10.0") + + implementation("com.squareup.okhttp3:okhttp:4.12.0") + implementation("com.github.bumptech.glide:glide:4.16.0") + implementation ("jp.wasabeef:glide-transformations:4.3.0") + //Glide支持webp动图的库 + implementation("com.github.zjupure:webpdecoder:2.0.4.12.0") + implementation("com.github.omicronapps:7-Zip-JBinding-4Android:Release-16.02-2.02") + + val room_version = "2.6.1" + implementation ("androidx.room:room-runtime:$room_version") + kapt("androidx.room:room-compiler:$room_version") + implementation ("androidx.room:room-ktx:$room_version") + implementation ("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0") + implementation ("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0") + +// implementation(platform("com.google.firebase:firebase-bom:33.7.0")) +// implementation("com.google.firebase:firebase-crashlytics") +// implementation("com.google.firebase:firebase-analytics") +// implementation("com.google.firebase:firebase-config") + + + //-----------------------------------------------TopOn(pangle、IronSource、mintegral、unityads、liftoff(vungle)、Bigo) + //Anythink (Necessary) +// implementation("com.anythink.sdk:core-tpn:6.3.68") +// implementation("com.anythink.sdk:nativead-tpn:6.3.68") +// implementation("com.anythink.sdk:banner-tpn:6.3.68") +// implementation("com.anythink.sdk:interstitial-tpn:6.3.68") +// implementation("com.anythink.sdk:rewardedvideo-tpn:6.3.68") +// implementation("com.anythink.sdk:splash-tpn:6.3.68") +// +// //Androidx (Necessary) +// implementation("androidx.appcompat:appcompat:1.1.0") +// implementation("androidx.browser:browser:1.4.0") +// +// //Vungle +// implementation("com.anythink.sdk:adapter-tpn-vungle:6.3.68") +// implementation("com.vungle:vungle-ads:7.3.2") +// implementation("com.google.android.gms:play-services-basement:18.1.0") +// implementation("com.google.android.gms:play-services-ads-identifier:18.0.1") +// +// //UnityAds +// implementation("com.anythink.sdk:adapter-tpn-unityads:6.3.68") +// implementation("com.unity3d.ads:unity-ads:4.9.3") +// +// //Ironsource +// implementation("com.anythink.sdk:adapter-tpn-ironsource:6.3.68") +// implementation("com.ironsource.sdk:mediationsdk:8.1.0") +// implementation("com.google.android.gms:play-services-appset:16.0.2") +// implementation("com.google.android.gms:play-services-ads-identifier:18.0.1") +// implementation("com.google.android.gms:play-services-basement:18.1.0") +// +// //Bigo +// implementation("com.anythink.sdk:adapter-tpn-bigo:6.3.68") +// implementation("com.bigossp:bigo-ads:4.7.4") +// +// //Pangle +// implementation("com.anythink.sdk:adapter-tpn-pangle-nonchina:6.3.68.1") +// implementation( "com.pangle.global:ads-sdk:6.0.0.3") +// implementation( "com.google.android.gms:play-services-ads-identifier:18.0.1") +// +// //Mintegral +// implementation("com.anythink.sdk:adapter-tpn-mintegral-nonchina:6.3.68") +// implementation("com.mbridge.msdk.oversea:reward:16.7.51") +// implementation("com.mbridge.msdk.oversea:newinterstitial:16.7.51") +// implementation("com.mbridge.msdk.oversea:mbnative:16.7.51") +// implementation("com.mbridge.msdk.oversea:mbnativeadvanced:16.7.51") +// implementation("com.mbridge.msdk.oversea:mbsplash:16.7.51") +// implementation("com.mbridge.msdk.oversea:mbbanner:16.7.51") +// implementation("com.mbridge.msdk.oversea:mbbid:16.7.51") +// implementation("androidx.recyclerview:recyclerview:1.1.0") +// +// //Tramini +// implementation("com.anythink.sdk:tramini-plugin-tpn:6.3.68") +// +// // Debugger UI Tools +// implementation ("com.anythink.sdk:debugger-ui:1.0.7") + + //----------------------------------------------TopOn + + +} \ No newline at end of file diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro new file mode 100644 index 0000000..448ca67 --- /dev/null +++ b/app/proguard-rules.pro @@ -0,0 +1,45 @@ +# Add project specific ProGuard rules here. +# You can control the set of applied configuration files using the +# proguardFiles setting in build.gradle. +# +# For more details, see +# http://developer.android.com/guide/developing/tools/proguard.html + +# If your project uses WebView with JS, uncomment the following +# and specify the fully qualified class name to the JavaScript interface +# class: +#-keepclassmembers class fqcn.of.javascript.interface.for.webview { +# public *; +#} + +# Uncomment this to preserve the line number information for +# debugging stack traces. +#-keepattributes SourceFile,LineNumberTable + +# If you keep the line number information, uncomment this to +# hide the original source file name. +#-renamesourcefileattribute SourceFile + + + # 保持 Room 的核心类不被混淆 + -keep class androidx.room.** { *; } + -keep class androidx.sqlite.db.** { *; } + + # 保持 Room 数据库类的基本结构 + -keep class * extends androidx.room.RoomDatabase { *; } + + # 保持 Room DAO 接口 + -keep @androidx.room.Dao interface * { *; } + -keep @androidx.room.Dao class * { *; } + + # 保持 Room 实体类 + -keep @androidx.room.Entity class * { *; } + + # 保持 Room 的注解类 + -keep @androidx.room.Database class * { *; } + + + +-keep class com.omicronapplications.** { *; } +-keep class net.sf.sevenzipjbinding.** { *; } + diff --git a/app/src/androidTest/java/com/keyboard/bubble/skin/keyboard/ExampleInstrumentedTest.kt b/app/src/androidTest/java/com/keyboard/bubble/skin/keyboard/ExampleInstrumentedTest.kt new file mode 100644 index 0000000..2342466 --- /dev/null +++ b/app/src/androidTest/java/com/keyboard/bubble/skin/keyboard/ExampleInstrumentedTest.kt @@ -0,0 +1,25 @@ +package com.blue.running.keyboard + +import androidx.test.platform.app.InstrumentationRegistry +import androidx.test.ext.junit.runners.AndroidJUnit4 + +import org.junit.Test +import org.junit.runner.RunWith + +import org.junit.Assert.* + +/** + * Instrumented test, which will execute on an Android device. + * + * See [testing documentation](http://d.android.com/tools/testing). + */ +@RunWith(AndroidJUnit4::class) +class ExampleInstrumentedTest { + @Test + fun useAppContext() { + // Context of the app under test. + val appContext = InstrumentationRegistry.getInstrumentation().targetContext + assertEquals("com.ba.ali.apps.keyboard", appContext.packageName) + + } +} \ No newline at end of file diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml new file mode 100644 index 0000000..95cb5a7 --- /dev/null +++ b/app/src/main/AndroidManifest.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/assets/data.json b/app/src/main/assets/data.json new file mode 100644 index 0000000..63dbed2 --- /dev/null +++ b/app/src/main/assets/data.json @@ -0,0 +1,22399 @@ +[ + + { + "parent_name": "Recommend", + "keyboard_list": [ + { + "detail": { + "key": "c11627314a7c44fd8e8aca65a933b47e", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231212/BnJXhTHBS8-1702348030.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348038028_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348038492_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348039270_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348038886_ic_notif_120*120.png.webp" + }, + "title": "Funny Xmas Stitch" + }, + "key": "c11627314a7c44fd8e8aca65a933b47e", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348036843_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Funny Xmas Stitch" + }, + { + "detail": { + "key": "16e8238ead65497294530f2ed728fd4d", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231017/ZIy2okVOep-1697510113.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1697510121620_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1697510122153_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1697510123069_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1697510122593_ic_notif_120*120.png.webp" + }, + "title": "Bpink Kuromi Melody" + }, + "key": "16e8238ead65497294530f2ed728fd4d", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1697510120121_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Bpink Kuromi Melody" + }, + { + "detail": { + "key": "57aea830507943bb9005f485ce80afc6", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231212/ppmLUuxRlE-1702348569.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348576195_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348576592_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348577475_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348577051_ic_notif_120*120.png.webp" + }, + "title": "Cute Xmas Bear" + }, + "key": "57aea830507943bb9005f485ce80afc6", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348574968_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Xmas Bear" + }, + { + "detail": { + "key": "ULacBIPyBl", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/eSSc8WN7NX.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230214/KdVOQxCCm5-1676346521.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230214/umdxUiMGLy-1676346522.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20230214/qI7f8XfWDi-1676346710.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20230214/mmi6wtutBP-1676346714.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230214/fDa8qlj2CD-1676346523.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230214/YFJHJtzita-1676346522.png.webp" + }, + "title": "Neon Heartbeat Live" + }, + "key": "ULacBIPyBl", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/C7yNz4bubQ-1676346521.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20230214/mmi6wtutBP-1676346714.gif.webp", + "title": "Neon Heartbeat Live" + }, + { + "detail": { + "key": "F06cYYUrgY", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/D5xfLaGFp6.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210824/VxZF5lU3VE-1629795704.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210824/IJwniCbMT0-1629795704.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210824/hQ9JFORjP7-1629795705.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210824/fJ7Gp35yRL-1629795705.png.webp" + }, + "title": "Evil Mask Man" + }, + "key": "F06cYYUrgY", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210824/kJVPUkZzv0-1629795703.jpg", + "thumbUrlGif": "", + "title": "Evil Mask Man" + }, + { + "detail": { + "key": "1NNIA8alZp", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Q626SxeN95.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201216/d3QeAmcsGR-1608102956.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201216/aqyAsUlYG9-1608102957.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201216/LGOaR0wkXQ-1608102958.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201216/Bor2ZOybhZ-1608102957.png.webp" + }, + "title": "Christmas Santa" + }, + "key": "1NNIA8alZp", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201216/cpeXlJQlg7-1608102956.jpg", + "thumbUrlGif": "", + "title": "Christmas Santa" + }, + { + "detail": { + "key": "b97d956478734447a0f088e947e2dabd", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231212/fntGYhrKlY-1702348063.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348070893_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348071305_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348072153_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348071769_ic_notif_120*120.png.webp" + }, + "title": "Cute Xmas Kuromi" + }, + "key": "b97d956478734447a0f088e947e2dabd", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348069643_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Xmas Kuromi" + }, + { + "detail": { + "key": "7e1f00bd1fc04f5988a8a7ca1b9b219b", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231212/30BGqzN0LV-1702347934.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1702347943226_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1702347943817_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1702347944742_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1702347944338_ic_notif_120*120.png.webp" + }, + "title": "AIGC Pink Unicorn" + }, + "key": "7e1f00bd1fc04f5988a8a7ca1b9b219b", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1702347942015_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "AIGC Pink Unicorn" + }, + { + "detail": { + "key": "63cec29641bd48c0b0fd2d8272d6a1f0", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230919/eU2xxo6gVh-1695091473.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695091480914_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695091481355_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695091482169_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695091481783_ic_notif_120*120.png.webp" + }, + "title": "Neon Cool Wing" + }, + "key": "63cec29641bd48c0b0fd2d8272d6a1f0", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695091479639_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Neon Cool Wing" + }, + { + "detail": { + "key": "51WRT2XjpA", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/9gmerdSKWL.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211214/7POZ3EmYWI-1639481169.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211214/QE99h9yvJH-1639481170.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211214/wUrL35Zz8D-1639481171.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211214/e0sRzS3YrE-1639481170.png.webp" + }, + "title": "Christmas Stitch" + }, + "key": "51WRT2XjpA", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211214/9Vx1ben0ub-1639481169.jpg", + "thumbUrlGif": "", + "title": "Christmas Stitch" + }, + { + "detail": { + "key": "FFbRdDSQNh", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/EV0wCDWhIm.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220208/0QVHZum3g0-1644303978.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220208/5a60pXv5OS-1644303979.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220208/IE4HeHjFpR-1644303980.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220208/sI2Ync7LMM-1644303979.png.webp" + }, + "title": "Cool Kakashi Naruto" + }, + "key": "FFbRdDSQNh", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220208/sP0CulpFwL-1644303977.jpg", + "thumbUrlGif": "", + "title": "Cool Kakashi Naruto" + }, + { + "detail": { + "key": "f6e99408b0b940f899ffbe84260b5680", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231031/yNLW10Be6v-1698721472.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721480307_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721480903_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721481688_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721481297_ic_notif_120*120.png.webp" + }, + "title": "Cute Kuromi Melody" + }, + "key": "f6e99408b0b940f899ffbe84260b5680", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721479083_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Kuromi Melody" + }, + { + "detail": { + "key": "76b8f6ed8053446aaafb7aebe44216bf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231128/lyFtwAjVi2-1701138648.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138656374_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138656833_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138657615_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138657253_ic_notif_120*120.png.webp" + }, + "title": "Cool Red Neon Wolf" + }, + "key": "76b8f6ed8053446aaafb7aebe44216bf", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138655073_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Red Neon Wolf" + }, + { + "detail": { + "key": "m8hAmGDpYf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/SsJd3vKgiE.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191209/P6mC0Rw0LQ-1575888381.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191209/klfIKiAn2q-1575888381.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191209/iXBOdWlBBR-1575888382.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200714/T00zaaelzJ-1594715772.png.webp" + }, + "title": "Romantic Neon Kiss" + }, + "key": "m8hAmGDpYf", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191209/87XKijnnVH-1575888380.jpg", + "thumbUrlGif": "", + "title": "Romantic Neon Kiss" + }, + { + "detail": { + "key": "7efe3534cf974f978534e3cc055aa078", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231031/dqIuJ4ibBe-1698721787.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721794439_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721794854_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721795708_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721795335_ic_notif_120*120.png.webp" + }, + "title": "Pretty Colorful Key" + }, + "key": "7efe3534cf974f978534e3cc055aa078", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721793115_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Pretty Colorful Key" + }, + { + "detail": { + "key": "j8cR939DCE", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/FVDFJstHan.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221121/iHnFdSZsjS-1669041285.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221121/tw88xYEyRl-1669041286.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221121/dr3oDFj766-1669041287.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221121/nlVi9j52pU-1669041286.png.webp" + }, + "title": "Christmas Nezuko" + }, + "key": "j8cR939DCE", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221121/XsCYL2Zdyk-1669041285.jpg", + "thumbUrlGif": "", + "title": "Christmas Nezuko" + }, + { + "detail": { + "key": "57c64e2c13fe4370a77c0f6b3a942181", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231212/bHcbwt4mFZ-1702348672.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348679638_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348680150_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348681045_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348680625_ic_notif_120*120.png.webp" + }, + "title": "Cool Heart Bat" + }, + "key": "57c64e2c13fe4370a77c0f6b3a942181", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348678305_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Heart Bat" + }, + { + "detail": { + "key": "JSFdLgdrUc", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/ovjn3Ma9Oa.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220906/3NP66mV0xl-1662444328.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220906/zOyvRcHI0p-1662444328.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220906/r8sSXkz0Wm-1662444329.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220906/VFyBG1VV1q-1662444329.png.webp" + }, + "title": "Sad Simpson Nike" + }, + "key": "JSFdLgdrUc", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220906/HvgaYVwK4z-1662444327.jpg", + "thumbUrlGif": "", + "title": "Sad Simpson Nike" + }, + { + "detail": { + "key": "Ywlyh8LWPR", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/JOTddqWKJY.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191205/VvKcwmw9QM-1575536529.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191205/XIYvviRRd4-1575536530.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191205/PwgLR8C35u-1575536531.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201120/HAoY4xsxup-1605864463.png.webp" + }, + "title": "Red Christmas" + }, + "key": "Ywlyh8LWPR", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191205/UQhqMqWhRm-1575536528.jpg", + "thumbUrlGif": "", + "title": "Red Christmas" + }, + { + "detail": { + "key": "r3MrOUBfrD", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/cH7BPVz81V.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210520/u6tjqCF1J8-1621479251.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210520/ekp901S2XB-1621479252.jpg.webp", + "imgGif": "", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20210817/b7PL1XuNAf-1629183980.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210520/GOseM6Mjv2-1621479253.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210520/UkZTL7ylGx-1621479252.png.webp" + }, + "title": "Froze Snowflakes Live" + }, + "key": "r3MrOUBfrD", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210520/W5DjGDb5e0-1621479251.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20210817/b7PL1XuNAf-1629183980.gif.webp", + "title": "Froze Snowflakes Live" + }, + { + "detail": { + "key": "c7842b89f04b4b9b955ce59ce45cb93a", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231128/jZzhPTltRM-1701138763.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138771764_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138772157_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138772993_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138772596_ic_notif_120*120.png.webp" + }, + "title": "Cute Gingerbread Man" + }, + "key": "c7842b89f04b4b9b955ce59ce45cb93a", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138770519_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Gingerbread Man" + }, + { + "detail": { + "key": "a04d3f06973c4ce6a65a8213a221c287", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231128/EH2Mo5dQ9e-1701138261.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138268959_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138269458_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138270487_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138270048_ic_notif_120*120.png.webp" + }, + "title": "AIGC Devil Angel" + }, + "key": "a04d3f06973c4ce6a65a8213a221c287", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138267667_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "AIGC Devil Angel" + }, + { + "detail": { + "key": "b3f3b379c040488e91923df45b68cf5f", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231121/X7daW6RavH-1700535445.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535452518_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535453069_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535453889_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535453502_ic_notif_120*120.png.webp" + }, + "title": "Cutie Cinnamoroll" + }, + "key": "b3f3b379c040488e91923df45b68cf5f", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535451236_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cutie Cinnamoroll" + }, + { + "detail": { + "key": "e4815f7adc17406fb27e9ca000a02eab", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231212/1wwl2T4kOF-1702348646.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348653516_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348653986_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348654855_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348654465_ic_notif_120*120.png.webp" + }, + "title": "Neon Drift Emoji" + }, + "key": "e4815f7adc17406fb27e9ca000a02eab", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348652314_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Neon Drift Emoji" + }, + { + "detail": { + "key": "5abcc9bbfb714070852c005a58185798", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231212/DGj1cIpnQU-1702348473.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348480975_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348481521_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348482314_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348481945_ic_notif_120*120.png.webp" + }, + "title": "Xmas Heart Circle" + }, + "key": "5abcc9bbfb714070852c005a58185798", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348479777_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Xmas Heart Circle" + }, + { + "detail": { + "key": "obIlAT-fuy", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/juks77ZfHL.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190325/gspCNx8GNc-1553498244.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190325/bv1LEaz46B-1553498246.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190325/0iyM2p4dfx-1553498249.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190325/w3xYwdraxa-1553498248.png.webp" + }, + "title": "Flaming Skull 3D" + }, + "key": "obIlAT-fuy", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190325/DhKVd7Djh1-1553498242.jpg", + "thumbUrlGif": "", + "title": "Flaming Skull 3D" + }, + { + "detail": { + "key": "bd1720b27dfd47fb98b156001b50279f", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231212/dM66D5ovjt-1702348167.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348175064_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348175491_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348176347_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348175931_ic_notif_120*120.png.webp" + }, + "title": "Cool Nike Rick" + }, + "key": "bd1720b27dfd47fb98b156001b50279f", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348173845_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Nike Rick" + }, + { + "detail": { + "key": "HctWF37n_P", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/x1y4nSDVs7.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211208/wZb4F8bj2l-1638961137.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211208/VoFk908o7g-1638961138.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211208/QXjJ9jUw6Q-1638961139.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211208/pzSqQdBbAs-1638961138.png.webp" + }, + "title": "Stitch Christmas" + }, + "key": "HctWF37n_P", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211208/54MLDE8Gl1-1638961137.jpg", + "thumbUrlGif": "", + "title": "Stitch Christmas" + }, + { + "detail": { + "key": "11c6b01beff743cba74c593c6783654e", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231031/3Yc8xsBZd1-1698721838.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721846598_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721847065_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721847945_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721847503_ic_notif_120*120.png.webp" + }, + "title": "Special Waterdrop Key" + }, + "key": "11c6b01beff743cba74c593c6783654e", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721845270_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Special Waterdrop Key" + }, + { + "detail": { + "key": "89627ba4649748299898b130008037d9", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231205/UMORqvbNyG-1701746951.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746959107_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746959594_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746960410_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746960041_ic_notif_120*120.png.webp" + }, + "title": "Cool Love Heart" + }, + "key": "89627ba4649748299898b130008037d9", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746957807_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Love Heart" + }, + { + "detail": { + "key": "24d26c5705a5495080532dbd34d7acf1", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230912/RntKFFK2M8-1694486967.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1694486975415_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1694486975873_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1694486976726_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1694486976364_ic_notif_120*120.png.webp" + }, + "title": "Cool Mixed Ghoul" + }, + "key": "24d26c5705a5495080532dbd34d7acf1", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1694486974284_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Mixed Ghoul" + }, + { + "detail": { + "key": "f05542b2e21048e29fe4bcd1130f13f9", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231121/HFVzXPxaZ8-1700535577.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535585631_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535586093_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535586959_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535586513_ic_notif_120*120.png.webp" + }, + "title": "Cool Mixed Emoji" + }, + "key": "f05542b2e21048e29fe4bcd1130f13f9", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535584295_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Mixed Emoji" + }, + { + "detail": { + "key": "dAPU8OfEPR", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/udsJ5oMa3t.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221206/bkkRVX3UM3-1670297990.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/RFi2MdMOh2-1670297990.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/rB40Nx3cUa-1670297991.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221206/58B28Evl27-1670297991.png.webp" + }, + "title": "Christmas Gift Kuromi" + }, + "key": "dAPU8OfEPR", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221206/sGT5yRCGxp-1670297989.jpg", + "thumbUrlGif": "", + "title": "Christmas Gift Kuromi" + }, + { + "detail": { + "key": "24950e0b758841a89e7767ec9e985d74", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231031/qVXWILsZLD-1698721575.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721584571_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721585056_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721586010_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721585590_ic_notif_120*120.png.webp" + }, + "title": "Cool Nike Money" + }, + "key": "24950e0b758841a89e7767ec9e985d74", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721583198_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Nike Money" + }, + { + "detail": { + "key": "f6086722aca84df08e8c40949c91518e", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231031/kCcBKsaCBJ-1698721555.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721565374_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721565966_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721566841_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721566435_ic_notif_120*120.png.webp" + }, + "title": "Cool Venom Spider" + }, + "key": "f6086722aca84df08e8c40949c91518e", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721563614_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Venom Spider" + }, + { + "detail": { + "key": "9nTGJ5pKlO", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/93EldartBt.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221108/tcuwO5AIHe-1667895153.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221108/XUsHBcdjcT-1667895154.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221101/6YZR5pXSPu-1667290370.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221021/qo3mQjLVep-1666340091.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221108/1gOp36qG7q-1667895155.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221108/3wv7WGd8Ya-1667895154.png.webp" + }, + "title": "Stitch Love Live" + }, + "key": "9nTGJ5pKlO", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221108/D1agGS1Z9k-1667895182.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221021/qo3mQjLVep-1666340091.gif.webp", + "title": "Stitch Love Live" + }, + { + "detail": { + "key": "be17a18ae8944686bade6f18619dd8c7", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231205/Lmc9cKRhh8-1701746888.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746896511_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746896945_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746897725_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746897354_ic_notif_120*120.png.webp" + }, + "title": "Neon Melting Heart" + }, + "key": "be17a18ae8944686bade6f18619dd8c7", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746895221_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Neon Melting Heart" + }, + { + "detail": { + "key": "2ac61076d9504bed862627fbbc9e43ef", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231212/ozp0cVSdoh-1702348008.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348016200_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348016589_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348017467_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348017077_ic_notif_120*120.png.webp" + }, + "title": "Cute Squid Man" + }, + "key": "2ac61076d9504bed862627fbbc9e43ef", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348015037_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Squid Man" + }, + { + "detail": { + "key": "968e2bd9f2ab45b1a5a01d379e3ff820", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231128/00Ce7cOO2X-1701138959.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138967025_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138967590_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138968458_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138968088_ic_notif_120*120.png.webp" + }, + "title": "AIGC Cute Panda" + }, + "key": "968e2bd9f2ab45b1a5a01d379e3ff820", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138965810_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "AIGC Cute Panda" + }, + { + "detail": { + "key": "33315aab6c574a3598e6f79f7a2356ec", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231212/GtnSDGeBuz-1702347913.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1702347923845_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1702347924360_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1702347925583_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1702347924888_ic_notif_120*120.png.webp" + }, + "title": "Cute Xmas Girl" + }, + "key": "33315aab6c574a3598e6f79f7a2356ec", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1702347922521_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Xmas Girl" + }, + { + "detail": { + "key": "e70e3e2b1d2943699aa328a3e042ebd0", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231205/9xZ1E77Iku-1701746503.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746511042_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746511664_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746512575_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746512185_ic_notif_120*120.png.webp" + }, + "title": "Cool CR7" + }, + "key": "e70e3e2b1d2943699aa328a3e042ebd0", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746509828_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool CR7" + }, + { + "detail": { + "key": "090ad0bcbb2042b582b2a312aafe3cf3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231128/Cxv7vdLiSt-1701138541.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138549345_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138549812_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138550654_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138550269_ic_notif_120*120.png.webp" + }, + "title": "Cool Neon Flaming Boy" + }, + "key": "090ad0bcbb2042b582b2a312aafe3cf3", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138548062_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Neon Flaming Boy" + }, + { + "detail": { + "key": "1bec8794fa3641b89f2da8f153f9d949", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231031/xRoWzATy8L-1698721600.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721608224_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721608691_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721609503_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721609115_ic_notif_120*120.png.webp" + }, + "title": "Cute Powerpuff Girls" + }, + "key": "1bec8794fa3641b89f2da8f153f9d949", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721606980_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Powerpuff Girls" + }, + { + "detail": { + "key": "62c573a5eb6a45a0a6cb692794ae81d7", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231128/H7FfNdtvuM-1701138494.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138502491_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138502997_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138503813_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138503436_ic_notif_120*120.png.webp" + }, + "title": "Cute Football Player" + }, + "key": "62c573a5eb6a45a0a6cb692794ae81d7", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138501166_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Football Player" + }, + { + "detail": { + "key": "WYumzTHTpF", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/paJeAidB5f.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211214/SZvDwSZrC1-1639482427.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211214/dBYW63zMuk-1639482428.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211214/aZma9ymRQf-1639482429.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211214/avXNTj1Rpj-1639482428.png.webp" + }, + "title": "Neon Christmas Tree" + }, + "key": "WYumzTHTpF", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211214/4ZCX3TH6lO-1639482427.jpg", + "thumbUrlGif": "", + "title": "Neon Christmas Tree" + }, + { + "detail": { + "key": "a75bfa9bec89483fa831cc724799ff7e", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231205/jjR3I5aJwk-1701746515.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746522982_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746523500_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746524388_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746523999_ic_notif_120*120.png.webp" + }, + "title": "Cute Xmas Cinnamoroll" + }, + "key": "a75bfa9bec89483fa831cc724799ff7e", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746521759_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Xmas Cinnamoroll" + }, + { + "detail": { + "key": "3acf41184b7545f0ac924c57768ea87a", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231205/BlhPfChm3G-1701746177.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746187578_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746188023_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746188826_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746188432_ic_notif_120*120.png.webp" + }, + "title": "Cute Xmas Deer" + }, + "key": "3acf41184b7545f0ac924c57768ea87a", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746186352_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Xmas Deer" + }, + { + "detail": { + "key": "04fdd991ec9a4d26a74481d3a1db7f3c", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231122/0CZV2hsxjz-1700620221.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1700620229713_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1700620230156_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1700620230971_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1700620230596_ic_notif_120*120.png.webp" + }, + "title": "Neon Love Flamingo" + }, + "key": "04fdd991ec9a4d26a74481d3a1db7f3c", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1700620228373_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Neon Love Flamingo" + }, + { + "detail": { + "key": "0I0czIw2-u", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/QvvuB0xXZt.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221109/2LVnFhfmVC-1667979776.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221109/uAXjW58AWA-1667979776.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221109/kxRPIv1855-1667979875.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221109/wv2pK6FjEa-1667979874.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221109/o0q4hAwCkk-1667979777.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221109/6j3vsprj7a-1667979777.png.webp" + }, + "title": "Happy Kuromi Live" + }, + "key": "0I0czIw2-u", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221109/JTNohpohgj-1667979776.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221109/wv2pK6FjEa-1667979874.gif.webp", + "title": "Happy Kuromi Live" + }, + { + "detail": { + "key": "hpU_GaxfcZ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/XQG8XBMnXZ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201125/lhtHF1GWtH-1606293070.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201125/dsFrIOCv46-1606293070.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201125/nLWWU7qLxe-1606293071.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201125/95NhXEKpfU-1606293071.png.webp" + }, + "title": "Santa Christmas" + }, + "key": "hpU_GaxfcZ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201125/B8YpJLPPqQ-1606293069.jpg", + "thumbUrlGif": "", + "title": "Santa Christmas" + }, + { + "detail": { + "key": "91b3bcf7ce2542269ec106afa180635e", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231107/BH0CqmRWr9-1699325395.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1699325403549_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1699325404105_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1699325404894_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1699325404481_ic_notif_120*120.png.webp" + }, + "title": "Cute Stitch Cinnamoroll" + }, + "key": "91b3bcf7ce2542269ec106afa180635e", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1699325402222_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Stitch Cinnamoroll" + }, + { + "detail": { + "key": "fg0EUjOSIl", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/E8hKPgUtfc.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230217/ymKCWYXM7h-1676606571.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230217/1MSw7EZXNo-1676606572.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230217/IRkFSCyuiR-1676606573.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230217/chZYYUe1Ek-1676606572.jpg.webp" + }, + "title": "Silver Pink Minny" + }, + "key": "fg0EUjOSIl", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230217/klNHZGM0HU-1676606571.jpg", + "thumbUrlGif": "", + "title": "Silver Pink Minny" + }, + { + "detail": { + "key": "281e3d38fb4d425a9da9dd95656841fe", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231205/JblGWon6w9-1701746824.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746831213_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746831610_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746832357_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746832001_ic_notif_120*120.png.webp" + }, + "title": "Cute Offline Dinosaur" + }, + "key": "281e3d38fb4d425a9da9dd95656841fe", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746829980_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Offline Dinosaur" + }, + { + "detail": { + "key": "cabe721ebb9d4b5dbc9a67d0a98a6123", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231128/Z6yrpmxyBo-1701138781.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138789454_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138789914_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138790758_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138790350_ic_notif_120*120.png.webp" + }, + "title": "Neon Burj Khalifa" + }, + "key": "cabe721ebb9d4b5dbc9a67d0a98a6123", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138787854_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Neon Burj Khalifa" + }, + { + "detail": { + "key": "834c4880b3904a6e90912f1db2729b3e", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231128/fcp1ggPOcv-1701138373.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138381161_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138381635_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138382645_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138382231_ic_notif_120*120.png.webp" + }, + "title": "Cute Pikachu Couple" + }, + "key": "834c4880b3904a6e90912f1db2729b3e", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138379891_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Pikachu Couple" + }, + { + "detail": { + "key": "RXoN6eIPur", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/hfj7pFXrFy.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201216/oJBiQWzRsq-1608104685.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201216/xv4N84a4TW-1608104686.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201216/GAGPtAwJ9b-1608104686.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201216/0cpt1NlOQ9-1608104686.png.webp" + }, + "title": "Christmas Neon Light" + }, + "key": "RXoN6eIPur", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201216/OnAS1pWSHy-1608104685.jpg", + "thumbUrlGif": "", + "title": "Christmas Neon Light" + }, + { + "detail": { + "key": "8e36f623f5224361b58cd83b3da20cdd", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231121/KizYqtpaoQ-1700535478.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535486714_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535487140_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535488014_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535487615_ic_notif_120*120.png.webp" + }, + "title": "Cool Moon Wolf" + }, + "key": "8e36f623f5224361b58cd83b3da20cdd", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535485510_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Moon Wolf" + }, + { + "detail": { + "key": "e357e699d0be4172b6ff8c4bc020c496", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231205/atQn1UyF76-1701746598.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746605970_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746606440_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746607209_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746606818_ic_notif_120*120.png.webp" + }, + "title": "Cute Strawberry Cat" + }, + "key": "e357e699d0be4172b6ff8c4bc020c496", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1701746604799_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Strawberry Cat" + }, + { + "detail": { + "key": "48c4c6ad28574fcbab8212620eaf3b0f", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231128/IsgQ1oerF9-1701138345.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138353219_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138353643_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138354391_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138354034_ic_notif_120*120.png.webp" + }, + "title": "Cute Cinnamoroll Stitch" + }, + "key": "48c4c6ad28574fcbab8212620eaf3b0f", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138352097_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Cinnamoroll Stitch" + }, + { + "detail": { + "key": "daoNxsjH6S", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/JGLJuHFQAc.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191205/WSThbrqDSr-1575536637.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191205/a7d9dWEJ9V-1575536638.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191205/LAvK5nRdyp-1575536639.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211124/vsUHjoq_h1-1637747340.png.webp" + }, + "title": "Aureate Christmas" + }, + "key": "daoNxsjH6S", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191205/gZWVB27ei0-1575536636.jpg", + "thumbUrlGif": "", + "title": "Aureate Christmas" + }, + { + "detail": { + "key": "dbe4a3c79d3341fca04690f94d0e1975", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231122/bmDc9bFRVV-1700620102.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1700620111973_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1700620112531_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1700620113441_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1700620113052_ic_notif_120*120.png.webp" + }, + "title": "AIGC Laser Girl" + }, + "key": "dbe4a3c79d3341fca04690f94d0e1975", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1700620110784_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "AIGC Laser Girl" + }, + { + "detail": { + "key": "B5g8qHjDZa", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/HZKjSvGuoj.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221115/l4gZIuZGqH-1668483388.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221115/Kwr5w7ykVX-1668483389.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221115/JCDNAhNYBf-1668483389.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221115/Ui412vJBGy-1668483389.png.webp" + }, + "title": "Xmas Candy Stitch" + }, + "key": "B5g8qHjDZa", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221115/xlNlZrFEnU-1668483388.jpg", + "thumbUrlGif": "", + "title": "Xmas Candy Stitch" + }, + { + "detail": { + "key": "ac4c5abb9716420782a40f8a27f426e1", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231025/CngCY54upT-1698215877.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698215884948_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698215885483_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698215886404_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698215886017_ic_notif_120*120.png.webp" + }, + "title": "AIGC Horror Face" + }, + "key": "ac4c5abb9716420782a40f8a27f426e1", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698215883583_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "AIGC Horror Face" + }, + { + "detail": { + "key": "e95d3a8a00054c51ae9a7b0a1256d094", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231128/xTtxdJyDax-1701138289.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138297572_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138297969_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138298838_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138298458_ic_notif_120*120.png.webp" + }, + "title": "AIGC Cute Cat Girl" + }, + "key": "e95d3a8a00054c51ae9a7b0a1256d094", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138296268_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "AIGC Cute Cat Girl" + }, + { + "detail": { + "key": "6dd80ffb5b444022a9e85fe209b8e330", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231031/iOOOG5dUN6-1698721741.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721748629_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721749102_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721750277_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721749891_ic_notif_120*120.png.webp" + }, + "title": "Pretty Laser Rose" + }, + "key": "6dd80ffb5b444022a9e85fe209b8e330", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721747383_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Pretty Laser Rose" + }, + { + "detail": { + "key": "3c085fae03eb4b33938860c08f5b1fcf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230926/z2bE9P3p1T-1695698008.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695698016229_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695698016671_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695698017479_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695698017108_ic_notif_120*120.png.webp" + }, + "title": "Neon Fire Heart" + }, + "key": "3c085fae03eb4b33938860c08f5b1fcf", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695698015009_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Neon Fire Heart" + }, + { + "detail": { + "key": "0f1637f0a3ec4b3dace1e1cc91eec9d4", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231128/muJ7DiX35l-1701138514.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138521530_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138521941_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138522694_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138522314_ic_notif_120*120.png.webp" + }, + "title": "Cute Christmas Rabbit" + }, + "key": "0f1637f0a3ec4b3dace1e1cc91eec9d4", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1701138520378_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Christmas Rabbit" + }, + { + "detail": { + "key": "NJdaNiPy98", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/AxndJWnEJm.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221128/C1VPyhFUaQ-1669633513.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221128/2W9mKQCzkj-1669633514.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221123/PD55c-SMC0-1669190183.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221123/KC9LxM8uzb-1669190184.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221128/NPhLTukDdU-1669633515.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221128/bNp6hICkPt-1669633514.png.webp" + }, + "title": "Neon Heart Live" + }, + "key": "NJdaNiPy98", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221128/piDOkvRwJm-1669633513.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221123/KC9LxM8uzb-1669190184.gif.webp", + "title": "Neon Heart Live" + }, + { + "detail": { + "key": "4uk55NppJ5", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/lpXKw1lVoK.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211208/AL2MNaFWsT-1638961206.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211208/zWi2JkLDUm-1638961206.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211208/UpHCDkIfbo-1638961207.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211208/u45Yr3OsdF-1638961207.png.webp" + }, + "title": "One Peace Luffy" + }, + "key": "4uk55NppJ5", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211208/YqJPXU0xYY-1638961205.jpg", + "thumbUrlGif": "", + "title": "One Peace Luffy" + }, + { + "detail": { + "key": "UwRtiq712U", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/DHfn4xCTnV.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20181121/VxinWUFsW2-1542789145.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20181121/Bjd3zjaKAz-1542789146.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20181121/wekmIvPhL4-1542789149.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20181121/58EJpjH5FS-1542789148.png.webp" + }, + "title": "Galaxy Liquid Droplet" + }, + "key": "UwRtiq712U", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20181121/2tHGZ22XKf-1542789142.jpg", + "thumbUrlGif": "", + "title": "Galaxy Liquid Droplet" + }, + { + "detail": { + "key": "891fdae6d7244010b24c0dad586aae0f", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231121/y7YdhtJ5gD-1700535491.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535499054_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535499532_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535500321_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535499953_ic_notif_120*120.png.webp" + }, + "title": "Colorful Football Player" + }, + "key": "891fdae6d7244010b24c0dad586aae0f", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535497867_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Colorful Football Player" + }, + { + "detail": { + "key": "70e6c2c3b45648bfa7ec7ceeadae2b27", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230627/QUyfaV8oZI-1687853270.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1687853279824_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1687853280353_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1687853281277_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1687853280842_ic_notif_120*120.png.webp" + }, + "title": "AIGC Pretty Gothic Girl" + }, + "key": "70e6c2c3b45648bfa7ec7ceeadae2b27", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1687853278537_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "AIGC Pretty Gothic Girl" + }, + { + "detail": { + "key": "fcd31cabcc2445c2b7400d2fa9ca247e", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231024/efUQXytVY8-1698116523.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116531858_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116532358_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116533362_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116532937_ic_notif_120*120.png.webp" + }, + "title": "Cool My Hero Boys" + }, + "key": "fcd31cabcc2445c2b7400d2fa9ca247e", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116530510_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool My Hero Boys" + }, + { + "detail": { + "key": "937871ebbb2a492abde0973051b399ce", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231010/YYti37krZs-1696904662.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904671735_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904672248_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904673084_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904672706_ic_notif_120*120.png.webp" + }, + "title": "Cute Heart Cat" + }, + "key": "937871ebbb2a492abde0973051b399ce", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904670441_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Heart Cat" + }, + { + "detail": { + "key": "99-al4p2gs", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/H7nza1n6iY.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200714/sVCMqCOSPi-1594708194.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200714/BzjEWpwGh7-1594708194.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200714/Dfbr37QYKj-1594708196.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211203/Bp6CNrp_-g-1638512370.png.webp" + }, + "title": "Neon Red Heartbeat" + }, + "key": "99-al4p2gs", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200714/HriayveVO5-1594708193.jpg", + "thumbUrlGif": "", + "title": "Neon Red Heartbeat" + }, + { + "detail": { + "key": "1b82fced43a74538adbc66fecb6252d0", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231114/9MOS3uy0mQ-1699928747.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1699928755963_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1699928756408_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1699928757276_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1699928756868_ic_notif_120*120.png.webp" + }, + "title": "Cutie Brown Bear" + }, + "key": "1b82fced43a74538adbc66fecb6252d0", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1699928754713_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cutie Brown Bear" + }, + { + "detail": { + "key": "2db7497ad19d43c5a5008d55631a0f0c", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230718/2SkcJgAukn-1689661000.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1689661012821_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1689661013316_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1689661014167_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1689661013794_ic_notif_120*120.png.webp" + }, + "title": "Cute Love Stitch Couple" + }, + "key": "2db7497ad19d43c5a5008d55631a0f0c", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1689662579797_1689662579796_keyboard_preview.png6342404843645847032.png", + "thumbUrlGif": "", + "title": "Cute Love Stitch Couple" + }, + { + "detail": { + "key": "58a60082c8c34e38a62ec9cef3684824", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231121/IwApM8gdG7-1700535550.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535558104_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535558573_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535559336_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535558973_ic_notif_120*120.png.webp" + }, + "title": "Pretty Snowflake" + }, + "key": "58a60082c8c34e38a62ec9cef3684824", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535556843_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Pretty Snowflake" + }, + { + "detail": { + "key": "34kiFBCmyO", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/x48ESquTad.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221027/2Ptc9UDW6x-1666867428.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221027/ajrC201G8v-1666867428.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221101/mQnVChGE24-1667290239.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221027/ulRaeN2VqN-1666865234.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221027/ZH5pme4Xuz-1666867429.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221027/XOLNPeoCN9-1666867429.png.webp" + }, + "title": "Baby Yoda Live" + }, + "key": "34kiFBCmyO", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221027/xOIu0nvKzR-1666867427.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221027/ulRaeN2VqN-1666865234.gif.webp", + "title": "Baby Yoda Live" + }, + { + "detail": { + "key": "zkX-JdEwcN", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Mif1mYuBMm.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190628/BxLrm8l1uX-1561708178.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190628/HrXV44hkBp-1561708179.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190628/EMkrZHiM1Y-1561708180.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190628/G7VQRi7Nwn-1561708179.png.webp" + }, + "title": "Golden Dollar Drops" + }, + "key": "zkX-JdEwcN", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190628/cN34UhpqpF-1561708177.jpg", + "thumbUrlGif": "", + "title": "Golden Dollar Drops" + }, + { + "detail": { + "key": "8b31f99c1f1946b2a24a8ab70d5a7dea", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231121/q89YbY9Dtn-1700535826.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535834906_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535835450_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535836253_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535835871_ic_notif_120*120.png.webp" + }, + "title": "Happy Snowman" + }, + "key": "8b31f99c1f1946b2a24a8ab70d5a7dea", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1700535833634_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Happy Snowman" + }, + { + "detail": { + "key": "251ab2a2884f4d6eb9fa24b6bf436a92", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231031/esg3XTu6A6-1698721951.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721959159_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721959639_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721960453_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721960067_ic_notif_120*120.png.webp" + }, + "title": "Purple Neon Unicorn" + }, + "key": "251ab2a2884f4d6eb9fa24b6bf436a92", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721957825_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Purple Neon Unicorn" + }, + { + "detail": { + "key": "9fbf4b8ef245411288a74a509b3c4d88", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231010/S9PSkpcJIy-1696904473.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904481590_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904482223_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904483020_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904482600_ic_notif_120*120.png.webp" + }, + "title": "Cute Naruto Kurama" + }, + "key": "9fbf4b8ef245411288a74a509b3c4d88", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904480435_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Naruto Kurama" + }, + { + "detail": { + "key": "1-7CvmQjnB", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/aivfsUp3x6.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221206/ewkXTMcVos-1670297894.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/djJlz6dwoP-1670297894.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/XRNW5_bzsE-1670298472.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/jnH229OklI-1670298825.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/NUbVq1UWI5-1670297895.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221206/GakKEz8tIm-1670297895.png.webp" + }, + "title": "Neon Bleach Live" + }, + "key": "1-7CvmQjnB", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221206/9kozKfnXXv-1670297893.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/jnH229OklI-1670298825.gif.webp", + "title": "Neon Bleach Live" + }, + { + "detail": { + "key": "V6qihBcrO5", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/pOPS8ylY1l.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191029/jfwCL7UJyJ-1572339621.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191029/HozzhjSXu2-1572339621.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191029/qEHtSvYIot-1572339622.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200619/XCygz8FM8J-1592563962.png.webp" + }, + "title": "Thunder Neon Wolf" + }, + "key": "V6qihBcrO5", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191029/Zdb06XcxOV-1572339620.jpg", + "thumbUrlGif": "", + "title": "Thunder Neon Wolf" + }, + { + "detail": { + "key": "7EyefD6qrh", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ZJm4TOd4p4.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210629/tbXF2RGYO7-1624948005.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210629/YJoYLnT6TA-1624948005.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210629/Aie7HX6Dxj-1624948006.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210629/ka7jEHjsib-1624948006.png.webp" + }, + "title": "Fire Phoenix" + }, + "key": "7EyefD6qrh", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210629/eQryDV2PDV-1624948004.jpg", + "thumbUrlGif": "", + "title": "Fire Phoenix" + }, + { + "detail": { + "key": "6fb646278893461e93e3214600ab79c6", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230815/DRBOamq5vl-1692066838.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1692066845342_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1692066845800_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1692066846593_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1692066846213_ic_notif_120*120.png.webp" + }, + "title": "Cool Black White Nike" + }, + "key": "6fb646278893461e93e3214600ab79c6", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1692066844166_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Black White Nike" + }, + { + "detail": { + "key": "c55f448d697b491492c385c2afcf8e17", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231031/O9LEecyRvK-1698721656.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721665935_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721666504_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721667332_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721666926_ic_notif_120*120.png.webp" + }, + "title": "Romantic Purple Universe" + }, + "key": "c55f448d697b491492c385c2afcf8e17", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721664709_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Romantic Purple Universe" + }, + { + "detail": { + "key": "wHn2zx6Zhm", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/TBe56Ik4CP.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221123/JfP1Ks5ovY-1669189993.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221123/3qxUZgNSwC-1669189993.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221123/7EiUfyqXpv-1669190304.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221123/WrDGNNwnP5-1669190304.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221123/X7mUG3ZV8J-1669189994.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221123/AsIfHwYW2y-1669189994.png.webp" + }, + "title": "Thunder Kakashi Live" + }, + "key": "wHn2zx6Zhm", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221123/ZzUtiWmuMu-1669189992.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221123/WrDGNNwnP5-1669190304.gif.webp", + "title": "Thunder Kakashi Live" + }, + { + "detail": { + "key": "bc764f7s1b", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/gDdnOyCvwM.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201229/PRFhrwKGkA-1609237627.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/3JP2GRGWXR-1609237628.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/ZJda7dnSyE-1609237629.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201229/164hoDLaww-1609237628.png.webp" + }, + "title": "Broken Hearts Gravity" + }, + "key": "bc764f7s1b", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201229/pXN1hcwh8Q-1609237627.jpg", + "thumbUrlGif": "", + "title": "Broken Hearts Gravity" + }, + { + "detail": { + "key": "dPP74gxHrV", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/0loGXQKLjB.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210203/Tc5LqTHVxh-1612324485.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210203/J0JjLs3JXL-1612324485.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210203/IHkpZNuAoQ-1612324486.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210203/DrBoYPw9iX-1612324486.png.webp" + }, + "title": "BFF Besties" + }, + "key": "dPP74gxHrV", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210203/db9qR0BLS9-1612324484.jpg", + "thumbUrlGif": "", + "title": "BFF Besties" + }, + { + "detail": { + "key": "jhY79gNHhH", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Ui6D93QY83.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200904/hKX3xlenpr-1599185016.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200904/w6UhzETr4J-1599185016.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200904/PYEARdZIjO-1599185017.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200904/GpAWbtpvbO-1599185017.png.webp" + }, + "title": "Sad Emojis Gravity" + }, + "key": "jhY79gNHhH", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200904/pUMP4giqVW-1599185015.jpg", + "thumbUrlGif": "", + "title": "Sad Emojis Gravity" + }, + { + "detail": { + "key": "8xXKy4BCm6", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/SMBAsF2eB8.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190729/L8a8BohlcG-1564386926.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190729/sDB34ceisd-1564386927.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190729/hHdIZ7SlM7-1564386928.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200927/3xH1YvEeIu-1601197547.png.webp" + }, + "title": "Love Heart Neon" + }, + "key": "8xXKy4BCm6", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190729/FY8fmRsV3M-1564386926.jpg", + "thumbUrlGif": "", + "title": "Love Heart Neon" + }, + { + "detail": { + "key": "1uoEsdcVmM", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/UBCqFi9uoQ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210601/cfFtrvinVY-1622538721.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210601/WrSXg9Pi77-1622538721.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210601/ZvGIvxLJQj-1622538722.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210601/K2IA1RjLSp-1622538722.png.webp" + }, + "title": "Cute White Kitten" + }, + "key": "1uoEsdcVmM", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210601/W5fAyi4uxz-1622538721.jpg", + "thumbUrlGif": "", + "title": "Cute White Kitten" + }, + { + "detail": { + "key": "wHK_dQLy_H", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Hdy3VHiGXm.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201223/wa4K3QUSpB-1608704585.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/PLkdQhBC6M-1608704585.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/7HtvmoQ0jj-1608704586.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201223/ucPrc3EDCK-1608704586.png.webp" + }, + "title": "Neon Smokey Wolf" + }, + "key": "wHK_dQLy_H", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201223/sx7W7uP0X9-1608704584.jpg", + "thumbUrlGif": "", + "title": "Neon Smokey Wolf" + }, + { + "detail": { + "key": "2QexMBLk4Y", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/z968lXdTS4.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20171212/NNb5BRt263-1513058524.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20180817/hQu6rXaxAS-1534489405.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20180130/q2b7le1zRt-1517280796.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200924/V05gXI-eaD-1600945438.png.webp" + }, + "title": "Luxury Gold" + }, + "key": "2QexMBLk4Y", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20180117/WC0ZhDpdFR-1516184187.jpg", + "thumbUrlGif": "", + "title": "Luxury Gold" + }, + { + "detail": { + "key": "497a5e59aeb649b4876f43c1bb2f54d2", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231020/embL5dVAnH-1697790720.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1697790731072_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1697790731649_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1697790732442_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1697790732053_ic_notif_120*120.png.webp" + }, + "title": "Cool Neon Gojo" + }, + "key": "497a5e59aeb649b4876f43c1bb2f54d2", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1697790729776_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Neon Gojo" + }, + { + "detail": { + "key": "51ba37789a7a43deb2c46f54b9c71afb", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231008/bZF6Vobvw8-1696733411.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1696733420566_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696733421053_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696733422017_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1696733421614_ic_notif_120*120.png.webp" + }, + "title": "Cool Supreme Goku" + }, + "key": "51ba37789a7a43deb2c46f54b9c71afb", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1696733419208_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Supreme Goku" + }, + { + "detail": { + "key": "mNrsMtT6Bt", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/YtU145C6hH.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20181025/OV8ahSG6NR-1540436581.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20181025/GvIlPl1dx6-1540436583.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20181025/67XAs3b6hF-1540436585.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200605/NFE1AoRqC8-1591355670.png.webp" + }, + "title": "Green Neon Check" + }, + "key": "mNrsMtT6Bt", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221203/GVgkebsqj9-1670046420.jpg", + "thumbUrlGif": "", + "title": "Green Neon Check" + }, + { + "detail": { + "key": "02a2667cb62c4583afa80329f6a5a54a", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230912/G5AaXM04CW-1694487537.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1694487546643_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1694487547117_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1694487547936_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1694487547549_ic_notif_120*120.png.webp" + }, + "title": "Glowing Moon Bear" + }, + "key": "02a2667cb62c4583afa80329f6a5a54a", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1694487545478_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Glowing Moon Bear" + }, + { + "detail": { + "key": "q3jLBoVch1", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/96Jcgvv1vy.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190410/nH2z2eNJGv-1554877452.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190410/4TbA53VcnQ-1554877463.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190410/qdFDOD0jwr-1554877472.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230116/KvPidQREJP-1673862975.png.webp" + }, + "title": "Neon Heart Love" + }, + "key": "q3jLBoVch1", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190410/qyJYZYQQOP-1554877447.jpg", + "thumbUrlGif": "", + "title": "Neon Heart Love" + }, + { + "detail": { + "key": "iozIG509kn", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/JZ5vUtjCW5.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220927/aYJ0CMhdAq-1664250500.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220927/kbrBc23Bpa-1664250501.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220927/qrDtPAikrT-1664250502.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220927/JKVp6iNbNH-1664250501.png.webp" + }, + "title": "Cool Supreme Kakashi" + }, + "key": "iozIG509kn", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220927/bOA9uor5JT-1664250500.jpg", + "thumbUrlGif": "", + "title": "Cool Supreme Kakashi" + }, + { + "detail": { + "key": "B6JfeKp60h", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/yEdaU1kfiH.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210817/GrrsXxAcgV-1629195757.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/Ja7C4AbSo6-1629195757.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/3IW37wGOVE-1629195758.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210817/UvJAM7u1YZ-1629195758.png.webp" + }, + "title": "Neon Kitten Love" + }, + "key": "B6JfeKp60h", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210817/6q79Kc0SdJ-1629195756.jpg", + "thumbUrlGif": "", + "title": "Neon Kitten Love" + }, + { + "detail": { + "key": "39e94c390e404de282eedb0f8c74a9ea", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231010/TAHrQmIVwP-1696904501.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904510486_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904510912_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904511774_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904511407_ic_notif_120*120.png.webp" + }, + "title": "Cool Miami Messi" + }, + "key": "39e94c390e404de282eedb0f8c74a9ea", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904509264_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Miami Messi" + }, + { + "detail": { + "key": "f1e59ef05bc740b193bb66543657f61b", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230919/nwf5U4Q1n3-1695090934.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090941894_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090942393_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090943137_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090942768_ic_notif_120*120.png.webp" + }, + "title": "Neon Heart Love Hand" + }, + "key": "f1e59ef05bc740b193bb66543657f61b", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090940735_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Neon Heart Love Hand" + }, + { + "detail": { + "key": "378KKQ2NJ3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/0mtUuDlozP.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221109/89RozuJd7P-1667979798.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221109/O2xEBhMEPF-1667979798.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221109/KaHaVGgngC-1667979942.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221109/hx5rzRtMkS-1667979940.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221109/9TuyUjG5Ba-1667979799.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221109/Yo4AjxOGBD-1667979799.png.webp" + }, + "title": "Kiubi Naruto Live" + }, + "key": "378KKQ2NJ3", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221109/0Vd5yW2oFU-1667979797.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221109/hx5rzRtMkS-1667979940.gif.webp", + "title": "Kiubi Naruto Live" + }, + { + "detail": { + "key": "71e7dd44baff48faa5bd7109a6c718a8", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231024/dpQqUECVKS-1698116471.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116479730_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116480231_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116481028_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116480647_ic_notif_120*120.png.webp" + }, + "title": "Heart Broken Stitch" + }, + "key": "71e7dd44baff48faa5bd7109a6c718a8", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116478412_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Heart Broken Stitch" + }, + { + "detail": { + "key": "128b79dcaa8448b5a2a38010c6bfcaab", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231020/XqP4g6dkx6-1697791229.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1697791239488_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1697791240010_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1697791240835_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1697791240419_ic_notif_120*120.png.webp" + }, + "title": "Pink Power Girl" + }, + "key": "128b79dcaa8448b5a2a38010c6bfcaab", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1697791238212_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Pink Power Girl" + }, + { + "detail": { + "key": "b790bb604a334c24a1bd29f10297a22e", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231031/Hp4upyMiPi-1698721864.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721872306_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721872861_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721873648_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721873270_ic_notif_120*120.png.webp" + }, + "title": "Cool Colorful Wolf" + }, + "key": "b790bb604a334c24a1bd29f10297a22e", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721871053_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Colorful Wolf" + }, + { + "detail": { + "key": "dd94486d824941b5866d228e06b2e96d", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231010/Iboc9Cmxqk-1696904743.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904752033_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904752522_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904753375_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904753000_ic_notif_120*120.png.webp" + }, + "title": "Fantasy Glitter Sea" + }, + "key": "dd94486d824941b5866d228e06b2e96d", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904750800_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Fantasy Glitter Sea" + }, + { + "detail": { + "key": "ad512217669b4251a6fc0424cb37309f", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231024/oOpu5kh9HQ-1698116739.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116746470_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116747068_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116747867_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116747499_ic_notif_120*120.png.webp" + }, + "title": "Spooky Zombie Hand" + }, + "key": "ad512217669b4251a6fc0424cb37309f", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116745225_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Spooky Zombie Hand" + }, + { + "detail": { + "key": "072fa5a246d64bff926dd0c045a9d226", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230815/5UJgiCHfiB-1692066978.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1692066985778_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1692066986289_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1692066987129_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1692066986708_ic_notif_120*120.png.webp" + }, + "title": "Cute Mixed Stitch Couple" + }, + "key": "072fa5a246d64bff926dd0c045a9d226", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1692066984619_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Mixed Stitch Couple" + }, + { + "detail": { + "key": "ExJSKp5v7L", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/BYMc4ADQCu.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201001/u3bDzoURb9-1601544016.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201001/Df9H4WVPaB-1601544017.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201001/T2TE6PyTwt-1601544019.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201001/v7L2gWoRep-1601544018.png.webp" + }, + "title": "Fluffy Cute Dog" + }, + "key": "ExJSKp5v7L", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201001/jsGRjp9ooC-1601544016.jpg", + "thumbUrlGif": "", + "title": "Fluffy Cute Dog" + }, + { + "detail": { + "key": "8864f9e461994548a597b6793b33b3be", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231025/nuEo2AACGs-1698215618.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698215627144_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698215627637_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698215628615_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698215628190_ic_notif_120*120.png.webp" + }, + "title": "Cool Jack Nike" + }, + "key": "8864f9e461994548a597b6793b33b3be", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698215625625_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Jack Nike" + }, + { + "detail": { + "key": "1d334295158d4771a9cf10ee41b0fd46", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230919/E6ScDzqkBf-1695090290.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090298574_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090299071_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090299875_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090299494_ic_notif_120*120.png.webp" + }, + "title": "Cool Broken Batman" + }, + "key": "1d334295158d4771a9cf10ee41b0fd46", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090297380_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Broken Batman" + }, + { + "detail": { + "key": "TMCdrD3LLE", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/PoavayxtIs.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221206/jZidvr4BYH-1670297877.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/qaSJyvKV08-1670297877.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/HW3hs_q_G2-1670298313.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/r68NIldfbh-1670298314.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/OwFKmhNYfJ-1670297878.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221206/T7aGKIAQKV-1670297878.png.webp" + }, + "title": "Corgi Love Kiss Live" + }, + "key": "TMCdrD3LLE", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221206/iyHFwsCfMp-1670297876.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/r68NIldfbh-1670298314.gif.webp", + "title": "Corgi Love Kiss Live" + }, + { + "detail": { + "key": "403c57704e03485aa52fa13e14e716cf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230808/KeDX1KWKL6-1691461416.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461424622_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461425212_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461426196_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461425689_ic_notif_120*120.png.webp" + }, + "title": "Glitter Barbie Pink" + }, + "key": "403c57704e03485aa52fa13e14e716cf", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461423379_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Glitter Barbie Pink" + }, + { + "detail": { + "key": "c8e8cfe547cb49ec92c71635b90e1bbd", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231025/xDbButMqYV-1698215703.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698215711249_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698215711717_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698215712601_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698215712209_ic_notif_120*120.png.webp" + }, + "title": "AIGC Fire Butterfly" + }, + "key": "c8e8cfe547cb49ec92c71635b90e1bbd", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698215709847_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "AIGC Fire Butterfly" + }, + { + "detail": { + "key": "23b0b26b6eec4de79057e5a28b781010", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231024/qWZn7Pe0dQ-1698115973.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698115981656_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698115982062_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698115983186_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698115982578_ic_notif_120*120.png.webp" + }, + "title": "Pray Money Skull" + }, + "key": "23b0b26b6eec4de79057e5a28b781010", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698115980373_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Pray Money Skull" + }, + { + "detail": { + "key": "f0fe9fd263eb4f33a8cd746dc958df46", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231024/YIytenGXdu-1698116544.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116552253_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116552759_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116553594_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116553176_ic_notif_120*120.png.webp" + }, + "title": "Cute Neon Pumpkin Cat" + }, + "key": "f0fe9fd263eb4f33a8cd746dc958df46", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116550632_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Neon Pumpkin Cat" + }, + { + "detail": { + "key": "e87b04fc31304824a207730351775852", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231024/m23CtMSAVx-1698116328.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116336589_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116337107_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116337897_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116337511_ic_notif_120*120.png.webp" + }, + "title": "Cool Natsu" + }, + "key": "e87b04fc31304824a207730351775852", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116335401_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Natsu" + }, + { + "detail": { + "key": "65711f9c9ad6442b8bc05a0f842bde21", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231010/mDN84Xijtm-1696904872.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904880826_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904881323_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904882126_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904881708_ic_notif_120*120.png.webp" + }, + "title": "Cool Skull Rose" + }, + "key": "65711f9c9ad6442b8bc05a0f842bde21", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904879561_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Skull Rose" + }, + { + "detail": { + "key": "ce5b5a0c495c41b09688e53f6ccdee54", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231010/Evz6xoFU5K-1696904609.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904616921_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904617370_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904618169_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904617792_ic_notif_120*120.png.webp" + }, + "title": "Cute Stitch" + }, + "key": "ce5b5a0c495c41b09688e53f6ccdee54", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904615789_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Stitch" + }, + { + "detail": { + "key": "e9e1e4079c25468f8d6739e64a4543b3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231010/5kJ4Y8VKhb-1696904592.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904599974_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904600342_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904601215_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904600791_ic_notif_120*120.png.webp" + }, + "title": "Cute Coffee Yoda" + }, + "key": "e9e1e4079c25468f8d6739e64a4543b3", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904598635_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Coffee Yoda" + }, + { + "detail": { + "key": "79fd324886cc4a4882a389f87f64ad5e", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230919/bpXGh7GTE0-1695090176.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090185889_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090186320_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090187144_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090186770_ic_notif_120*120.png.webp" + }, + "title": "Cool Horror Scream" + }, + "key": "79fd324886cc4a4882a389f87f64ad5e", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090184617_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Horror Scream" + }, + { + "detail": { + "key": "16562586507b404caaf11d8172aa4668", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231010/2EgojX3IYB-1696904370.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904377377_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904377895_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904378707_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904378346_ic_notif_120*120.png.webp" + }, + "title": "Love Bear Couple" + }, + "key": "16562586507b404caaf11d8172aa4668", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904376062_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Love Bear Couple" + }, + { + "detail": { + "key": "852f18065e394807bd37cd4b37d1c57c", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231024/0piuINiG7U-1698116124.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116131870_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116132344_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116133200_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116132838_ic_notif_120*120.png.webp" + }, + "title": "Cute Spooky LV" + }, + "key": "852f18065e394807bd37cd4b37d1c57c", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116130716_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Spooky LV" + }, + { + "detail": { + "key": "3e185e4f62904340abc77efad19df1bc", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230919/9pMNhGBEYU-1695111460.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695111468251_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695111468901_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695111469768_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695111469379_ic_notif_120*120.png.webp" + }, + "title": "Cool Supreme Bart" + }, + "key": "3e185e4f62904340abc77efad19df1bc", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695111467034_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Supreme Bart" + }, + { + "detail": { + "key": "21bf6b8c884c4eb59c8e3276dc319589", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230912/PEbaxK9rRZ-1694486033.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1694486041144_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1694486041550_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1694486042368_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1694486041998_ic_notif_120*120.png.webp" + }, + "title": "AIGC Demon Angel" + }, + "key": "21bf6b8c884c4eb59c8e3276dc319589", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1694486040002_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "AIGC Demon Angel" + }, + { + "detail": { + "key": "651c28aea5464b899cf9e302e23bd790", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231010/hhIaew9Ku9-1696904826.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904834270_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904834661_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904835467_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904835093_ic_notif_120*120.png.webp" + }, + "title": "Cute Purple Witch" + }, + "key": "651c28aea5464b899cf9e302e23bd790", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904832962_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Purple Witch" + }, + { + "detail": { + "key": "2a1e96e6ded8409486b5b5e08e0c0ffe", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230926/XAo6pr9hrX-1695697847.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695697854264_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695697854722_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695697855503_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695697855121_ic_notif_120*120.png.webp" + }, + "title": "Pink Smokey Skull" + }, + "key": "2a1e96e6ded8409486b5b5e08e0c0ffe", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695697852969_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Pink Smokey Skull" + }, + { + "detail": { + "key": "e797acf92f3b430bb470a4d7c3526442", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230919/y3n31zSRaF-1695090746.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090754387_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090754791_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090755732_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090755266_ic_notif_120*120.png.webp" + }, + "title": "Cute Love Stitch" + }, + "key": "e797acf92f3b430bb470a4d7c3526442", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090753113_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Love Stitch" + }, + { + "detail": { + "key": "d942e09061ad4757bc7b793e3be1ed37", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231010/ZG90YzO2YL-1696904345.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904354097_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904354634_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904355404_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904355045_ic_notif_120*120.png.webp" + }, + "title": "Halloween Cat Girl" + }, + "key": "d942e09061ad4757bc7b793e3be1ed37", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904352944_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Halloween Cat Girl" + }, + { + "detail": { + "key": "b71c60a7db864de2b884985c94c044b8", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231010/dxh1bWhyDS-1696904446.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904454458_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904454947_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904455769_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904455370_ic_notif_120*120.png.webp" + }, + "title": "Cute OP Molang" + }, + "key": "b71c60a7db864de2b884985c94c044b8", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1696904453185_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute OP Molang" + }, + { + "detail": { + "key": "3Qgr7WaFMf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/P3Weqf4fo7.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191107/8QUxoEDdnw-1573121227.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191107/jhOiCqWp7s-1573121228.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191107/aSvSerY4t8-1573121229.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200803/MTzX9GM9Rk-1596454080.png.webp" + }, + "title": "Love Parrots" + }, + "key": "3Qgr7WaFMf", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191107/WNGoZXnAAQ-1573121227.jpg", + "thumbUrlGif": "", + "title": "Love Parrots" + }, + { + "detail": { + "key": "165b8f3d3d87419784d2af73340eb22b", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230919/UuGBlKZwpZ-1695090695.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090703234_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090703703_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090704505_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090704133_ic_notif_120*120.png.webp" + }, + "title": "Neon Heart Kitty" + }, + "key": "165b8f3d3d87419784d2af73340eb22b", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090701828_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Neon Heart Kitty" + }, + { + "detail": { + "key": "PYkreqbt5q", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/bXxYRxu9nV.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221013/EuxjpnMLSd-1665652734.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221013/z2IfHIMRZk-1665652735.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221013/t6dlXT1SL5-1665652735.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221013/CgmBPwwcjN-1665652735.png.webp" + }, + "title": "Fly Halloween Kitty" + }, + "key": "PYkreqbt5q", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221013/A1kUbbRH42-1665652734.jpg", + "thumbUrlGif": "", + "title": "Fly Halloween Kitty" + }, + { + "detail": { + "key": "568d075c2bf74392b9b0ef9b2c416cf0", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230926/Cv341m1JxK-1695697884.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695697892067_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695697892483_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695697893284_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695697892866_ic_notif_120*120.png.webp" + }, + "title": "Cool Neon Alien" + }, + "key": "568d075c2bf74392b9b0ef9b2c416cf0", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695697890849_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Neon Alien" + }, + { + "detail": { + "key": "8e2077ecf2d54d14af9a78a5ad0a1a2b", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230919/FvaduQj6WR-1695111612.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695111620815_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695111621227_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695111622034_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695111621665_ic_notif_120*120.png.webp" + }, + "title": "Pink Miami Messi" + }, + "key": "8e2077ecf2d54d14af9a78a5ad0a1a2b", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695111619552_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Pink Miami Messi" + }, + { + "detail": { + "key": "b595900929de466f9f53d255a2972b49", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231008/WMB5FHjmpa-1696733136.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1696733144551_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696733144958_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696733145764_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1696733145399_ic_notif_120*120.png.webp" + }, + "title": "Lovely Moon Cat" + }, + "key": "b595900929de466f9f53d255a2972b49", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1696733143287_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Lovely Moon Cat" + }, + { + "detail": { + "key": "aa34e11866f24569bbe19584740c2fea", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231008/Xj7bNKRK9n-1696733318.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1696733326498_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696733327066_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696733327850_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1696733327476_ic_notif_120*120.png.webp" + }, + "title": "AIGC Neon Cat Girl" + }, + "key": "aa34e11866f24569bbe19584740c2fea", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1696733325246_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "AIGC Neon Cat Girl" + }, + { + "detail": { + "key": "6ce3ec5f4467426d85dd9cba1b77b056", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230919/IR3S59jdtk-1695111390.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695111398403_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695111398837_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695111399703_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695111399285_ic_notif_120*120.png.webp" + }, + "title": "Rose Heart Skull" + }, + "key": "6ce3ec5f4467426d85dd9cba1b77b056", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695111397077_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Rose Heart Skull" + }, + { + "detail": { + "key": "3dca68b63f494e3eadd442a171763908", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230829/2A4W7igOvU-1693277094.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1693277102221_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693277102933_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693277103822_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1693277103416_ic_notif_120*120.png.webp" + }, + "title": "Love Heart Bear" + }, + "key": "3dca68b63f494e3eadd442a171763908", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1693277101040_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Love Heart Bear" + }, + { + "detail": { + "key": "60b43b7ca6f94a2caa64edda3545355f", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230829/GQxmNtjz1j-1693276410.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276419020_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276419444_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276420259_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276419861_ic_notif_120*120.png.webp" + }, + "title": "AIGC Barbie Pink Girl" + }, + "key": "60b43b7ca6f94a2caa64edda3545355f", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276417948_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "AIGC Barbie Pink Girl" + }, + { + "detail": { + "key": "4a67e0ffdc0d4f1f9cc1480ef15540c3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230919/F78QS3X9zF-1695090957.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090966244_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090966877_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090967914_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090967502_ic_notif_120*120.png.webp" + }, + "title": "Romantic Heart Beach" + }, + "key": "4a67e0ffdc0d4f1f9cc1480ef15540c3", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090965048_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Romantic Heart Beach" + }, + { + "detail": { + "key": "6a0090c8e27c41768b5be8b446276e19", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230817/Ey93rmxwaM-1692252806.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1692252821174_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1692252821693_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1692252822556_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1692252822171_ic_notif_120*120.png.webp" + }, + "title": "AIGC Colorful Neon Wolf" + }, + "key": "6a0090c8e27c41768b5be8b446276e19", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1692252820081_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "AIGC Colorful Neon Wolf" + }, + { + "detail": { + "key": "04c895ebb06141589a7e5c0d569fdcbf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230912/tLYSIIECwV-1694488018.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1694488027853_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1694488028415_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1694488029211_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1694488028818_ic_notif_120*120.png.webp" + }, + "title": "Cool Neon Rock Hand" + }, + "key": "04c895ebb06141589a7e5c0d569fdcbf", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1694488026745_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Neon Rock Hand" + }, + { + "detail": { + "key": "04c727970b8f45a99db8284a1f9a8ce0", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230829/74nLs0pVw8-1693276613.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276621199_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276621660_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276622514_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276622076_ic_notif_120*120.png.webp" + }, + "title": "Neon Grim Reaper" + }, + "key": "04c727970b8f45a99db8284a1f9a8ce0", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276620108_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Neon Grim Reaper" + }, + { + "detail": { + "key": "3feddc932c70471c99b594ed65d32316", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230829/t7oFREzuCY-1693276537.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276544291_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276544711_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276545487_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276545122_ic_notif_120*120.png.webp" + }, + "title": "Sailor Moon Girls" + }, + "key": "3feddc932c70471c99b594ed65d32316", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276543137_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Sailor Moon Girls" + }, + { + "detail": { + "key": "af4f9aba27be4277b9ce3454cad5ea59", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230829/oTkgDEXZZv-1693277302.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1693277309965_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693277310407_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693277311297_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1693277310899_ic_notif_120*120.png.webp" + }, + "title": "Colorful Soccer" + }, + "key": "af4f9aba27be4277b9ce3454cad5ea59", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1693277308871_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Colorful Soccer" + }, + { + "detail": { + "key": "34453164781e4578acc6a7c0e281b6c4", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230912/BBIm7QaAO6-1694487828.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1694487836138_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1694487836580_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1694487837436_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1694487837022_ic_notif_120*120.png.webp" + }, + "title": "Cool Glitch Skull" + }, + "key": "34453164781e4578acc6a7c0e281b6c4", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1694487834961_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Glitch Skull" + }, + { + "detail": { + "key": "649019078b764dd186b35b22f5fd38ff", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230905/SCGmNluL9z-1693882895.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1693882904203_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693882904687_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693882905490_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1693882905131_ic_notif_120*120.png.webp" + }, + "title": "Neon Rosy Love" + }, + "key": "649019078b764dd186b35b22f5fd38ff", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1693882903074_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Neon Rosy Love" + }, + { + "detail": { + "key": "6a24564fe9044650a3f04c5c1b527c0d", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230919/6jBxL7FZFI-1695090818.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090827041_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090827609_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090828442_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090828061_ic_notif_120*120.png.webp" + }, + "title": "AIGC Cool Street Boy" + }, + "key": "6a24564fe9044650a3f04c5c1b527c0d", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090825806_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "AIGC Cool Street Boy" + }, + { + "detail": { + "key": "5af13db1450a4740b187ce03ada24b9d", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230829/D6eEOFlGbT-1693276865.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276872879_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276873290_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276874095_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276873709_ic_notif_120*120.png.webp" + }, + "title": "Lakers Legend" + }, + "key": "5af13db1450a4740b187ce03ada24b9d", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276871826_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Lakers Legend" + }, + { + "detail": { + "key": "9516419a94e047b18ca451466bad4276", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230919/SYQBsioR6c-1695091701.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695091709352_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695091709767_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695091710610_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695091710200_ic_notif_120*120.png.webp" + }, + "title": "Neon Pink Scream" + }, + "key": "9516419a94e047b18ca451466bad4276", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695091708137_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Neon Pink Scream" + }, + { + "detail": { + "key": "78256a854d1c4a6f810d8378f1be1b56", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230919/5ahdmYxlCs-1695090532.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090540933_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090541439_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090542247_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090541884_ic_notif_120*120.png.webp" + }, + "title": "Luffy Gear 5" + }, + "key": "78256a854d1c4a6f810d8378f1be1b56", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090539641_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Luffy Gear 5" + }, + { + "detail": { + "key": "c3d25e48364041ee9c0e060eb7911dcb", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230912/8rhkT86iUh-1694487855.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1694487862162_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1694487862562_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1694487863346_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1694487862977_ic_notif_120*120.png.webp" + }, + "title": "Cool Neon Switch" + }, + "key": "c3d25e48364041ee9c0e060eb7911dcb", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1694487861383_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Neon Switch" + }, + { + "detail": { + "key": "d49a1dd3203a49239129f20bef750d53", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230920/JVquODjnWw-1695177034.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695177043537_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695177044002_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695177044796_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695177044413_ic_notif_120*120.png.webp" + }, + "title": "Cute Gothic Bunny" + }, + "key": "d49a1dd3203a49239129f20bef750d53", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695177042307_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Gothic Bunny" + }, + { + "detail": { + "key": "c28760cdd2af43869b12ee6e08069bed", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230919/SY29jlm6hS-1695090226.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090234512_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090234990_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090236123_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090235597_ic_notif_120*120.png.webp" + }, + "title": "Fantasy Castle" + }, + "key": "c28760cdd2af43869b12ee6e08069bed", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090233331_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Fantasy Castle" + }, + { + "detail": { + "key": "a02160f6b1514ad1809c30581cc2100f", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230919/6d3din5ajQ-1695091181.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695091190442_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695091190895_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695091191746_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695091191348_ic_notif_120*120.png.webp" + }, + "title": "Cute Smile Shiba Inu" + }, + "key": "a02160f6b1514ad1809c30581cc2100f", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695091189162_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Smile Shiba Inu" + }, + { + "detail": { + "key": "ccadabb0c11d465e80048ab66ad34d95", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230919/lUefkKJTcZ-1695091683.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695091690543_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695091691046_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695091691944_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695091691507_ic_notif_120*120.png.webp" + }, + "title": "Romantic Sunset Couple" + }, + "key": "ccadabb0c11d465e80048ab66ad34d95", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695091689316_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Romantic Sunset Couple" + }, + { + "detail": { + "key": "_l6WDt9q5T", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/6G3triuZp8.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201111/zN6xrT5Hfp-1605077858.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201111/RqOJwpX6SG-1605077858.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201111/Omma1AwLkU-1605077859.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201111/zYeiKSFaJF-1605077859.png.webp" + }, + "title": "Purple Sparkle Live" + }, + "key": "_l6WDt9q5T", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201111/CgnhvdQcXT-1605077857.jpg", + "thumbUrlGif": "", + "title": "Purple Sparkle Live" + }, + { + "detail": { + "key": "631b8d8eb86b499196276022cea6897c", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230912/Zeb2K7wkZW-1694486289.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1694486297395_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1694486297797_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1694486298576_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1694486298227_ic_notif_120*120.png.webp" + }, + "title": "Pretty Cinnamoroll" + }, + "key": "631b8d8eb86b499196276022cea6897c", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1694486296200_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Pretty Cinnamoroll" + }, + { + "detail": { + "key": "81eff4b282494c64b1f9e89e3deb81cb", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230829/50HzcD5T3a-1693277114.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1693277120795_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693277121373_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693277122232_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1693277121856_ic_notif_120*120.png.webp" + }, + "title": "Cute Ok Smiley" + }, + "key": "81eff4b282494c64b1f9e89e3deb81cb", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1693277119750_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Ok Smiley" + }, + { + "detail": { + "key": "a27aad3fb1b34046831334199cca2caf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230829/yxUoNRnDTL-1693276442.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276449548_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276450070_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276450869_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276450476_ic_notif_120*120.png.webp" + }, + "title": "Happy Heart Cheems" + }, + "key": "a27aad3fb1b34046831334199cca2caf", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276448338_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Happy Heart Cheems" + }, + { + "detail": { + "key": "e505689f68724266990740492366898a", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230824/atMgtde2yi-1692848031.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1692848040701_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1692848041280_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1692848042270_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1692848041842_ic_notif_120*120.png.webp" + }, + "title": "AIGC Pink Barbie Girl" + }, + "key": "e505689f68724266990740492366898a", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1692848039541_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "AIGC Pink Barbie Girl" + }, + { + "detail": { + "key": "e8b9b74608ef40cc92051d497bbce370", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230919/M0FPnyzOgu-1695111690.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695111698454_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695111698873_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695111699690_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695111699309_ic_notif_120*120.png.webp" + }, + "title": "Pretty Glitter Liquid" + }, + "key": "e8b9b74608ef40cc92051d497bbce370", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695111697126_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Pretty Glitter Liquid" + }, + { + "detail": { + "key": "41a8818e72664ea2a85b0af6a039c930", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230829/9lrHxLGv3u-1693277203.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1693277211375_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693277211846_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693277212678_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1693277212278_ic_notif_120*120.png.webp" + }, + "title": "Sad Baby Doge" + }, + "key": "41a8818e72664ea2a85b0af6a039c930", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1693277210138_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Sad Baby Doge" + }, + { + "detail": { + "key": "93d4f6bab4fb43d99684a0045e96ca11", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230815/sajfbGlk5w-1692067403.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1692067411910_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1692067412420_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1692067413283_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1692067412884_ic_notif_120*120.png.webp" + }, + "title": "Purple Neon Wave" + }, + "key": "93d4f6bab4fb43d99684a0045e96ca11", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1692067410693_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Purple Neon Wave" + }, + { + "detail": { + "key": "60877ad5e5cc442e9aa3f534f16dd4f3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230919/qrX9OHwTcp-1695111268.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695111278330_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695111278841_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695111279711_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695111279268_ic_notif_120*120.png.webp" + }, + "title": "Cool Fire Itadori" + }, + "key": "60877ad5e5cc442e9aa3f534f16dd4f3", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695111277038_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Fire Itadori" + }, + { + "detail": { + "key": "ea3db0b8b5ca4be0b46dc27c565331eb", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230905/HVIfxc8ZhM-1693901819.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1693901827570_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693901827983_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693901828778_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1693901828429_ic_notif_120*120.png.webp" + }, + "title": "Cool Melting Smiley" + }, + "key": "ea3db0b8b5ca4be0b46dc27c565331eb", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1693901826396_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Melting Smiley" + }, + { + "detail": { + "key": "5065fea5d8e844368a8c4206dc67c178", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230829/zOvnqMtJBK-1693276147.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276155512_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276155955_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276156833_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276156446_ic_notif_120*120.png.webp" + }, + "title": "Cute Unicorn Icecream" + }, + "key": "5065fea5d8e844368a8c4206dc67c178", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276154312_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Unicorn Icecream" + }, + { + "detail": { + "key": "69b1e0b9c2ac4a50be72b686523a5fc5", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230802/zhXOQebgu6-1690961278.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1690961287584_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1690961288046_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1690961288837_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1690961288464_ic_notif_120*120.png.webp" + }, + "title": "Pretty Pink Barbie" + }, + "key": "69b1e0b9c2ac4a50be72b686523a5fc5", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1690961286397_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Pretty Pink Barbie" + }, + { + "detail": { + "key": "e4b61a175e144d06af6bd2287f2c8f9b", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230829/h4pxwSeuNg-1693279376.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1693279385274_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693279385840_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693279386716_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1693279386270_ic_notif_120*120.png.webp" + }, + "title": "Glittering Pink Chanel" + }, + "key": "e4b61a175e144d06af6bd2287f2c8f9b", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1693279383973_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Glittering Pink Chanel" + }, + { + "detail": { + "key": "0beea9c957b44ab4acfd33691e41492d", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230829/cLsRgnAF61-1693279572.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1693279579898_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693279580453_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693279581301_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1693279580900_ic_notif_120*120.png.webp" + }, + "title": "Neon Green Rick" + }, + "key": "0beea9c957b44ab4acfd33691e41492d", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1693279578809_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Neon Green Rick" + }, + { + "detail": { + "key": "886399ec68a34661a749f4442f5696be", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230913/8SFV3VgRep-1694598136.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1694598146401_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1694598146836_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1694598147635_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1694598147232_ic_notif_120*120.png.webp" + }, + "title": "OS 17" + }, + "key": "886399ec68a34661a749f4442f5696be", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1694598145046_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "OS 17" + }, + { + "detail": { + "key": "3dca31832dc8411a9aecc20ccd80d58a", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230829/SWAYy6bdAA-1693280012.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1693280019813_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693280020348_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693280021286_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1693280020851_ic_notif_120*120.png.webp" + }, + "title": "Purple Heart Circle" + }, + "key": "3dca31832dc8411a9aecc20ccd80d58a", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1693280018717_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Purple Heart Circle" + }, + { + "detail": { + "key": "25faf66dfd1d488e83e2ebcd5a5f7b66", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230829/5Jb42LWwty-1693277186.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1693277195535_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693277195961_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693277196802_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1693277196411_ic_notif_120*120.png.webp" + }, + "title": "Neon Horror Eyes" + }, + "key": "25faf66dfd1d488e83e2ebcd5a5f7b66", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1693277194417_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Neon Horror Eyes" + }, + { + "detail": { + "key": "6275fcdc57834fd6a7881b8045ef8cd2", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230824/4OoFkVWjjC-1692847308.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1692847318297_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1692847318737_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1692847319651_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1692847319202_ic_notif_120*120.png.webp" + }, + "title": "Cute Happy Pikachu" + }, + "key": "6275fcdc57834fd6a7881b8045ef8cd2", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1692847316984_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Happy Pikachu" + }, + { + "detail": { + "key": "49d4301041a24a6daa87a96252006554", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230829/jcuoCNNdP6-1693276970.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276978050_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276978461_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276979262_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276978896_ic_notif_120*120.png.webp" + }, + "title": "Cool Evil Girl" + }, + "key": "49d4301041a24a6daa87a96252006554", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1693276976919_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Evil Girl" + }, + { + "detail": { + "key": "-JY7IpmlOL", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/WrXVz9W6P9.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220809/XmjLOGDj6x-1660017119.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220809/kLjhg7oZOn-1660017119.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220809/qPSgKYHAE3-1660017120.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220809/kTvbkBmf6k-1660017120.png.webp" + }, + "title": "Pink Barbie Girl" + }, + "key": "-JY7IpmlOL", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220809/HPLFt09JAs-1660017118.jpg", + "thumbUrlGif": "", + "title": "Pink Barbie Girl" + }, + { + "detail": { + "key": "cf0ee7ab5adf4173832b0796d5bb8cb2", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230815/dwmjsbDJsj-1692067862.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1692067870433_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1692067870876_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1692067871790_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1692067871378_ic_notif_120*120.png.webp" + }, + "title": "AIGC Cool Gothic Girl" + }, + "key": "cf0ee7ab5adf4173832b0796d5bb8cb2", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1692067868807_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "AIGC Cool Gothic Girl" + }, + { + "detail": { + "key": "b799aa8d79424678a74b00f0ecee2071", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230808/NQTbYYLEgN-1691461605.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461613905_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461614441_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461615267_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461614907_ic_notif_120*120.png.webp" + }, + "title": "Cool Fire Luffy" + }, + "key": "b799aa8d79424678a74b00f0ecee2071", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461612735_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Fire Luffy" + }, + { + "detail": { + "key": "95a21f03dd524de9a69c196cbc25a3ff", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230808/NjM9WdRD81-1691461310.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461320086_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461320551_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461321446_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461321060_ic_notif_120*120.png.webp" + }, + "title": "AIGC Cute Dragon" + }, + "key": "95a21f03dd524de9a69c196cbc25a3ff", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461318913_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "AIGC Cute Dragon" + }, + { + "detail": { + "key": "877b88362e5b4bb5a2122ee9890f1972", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230801/jILb9vXgKH-1690857090.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1690857098812_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1690857099237_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1690857100129_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1690857099696_ic_notif_120*120.png.webp" + }, + "title": "Barbie Pink Beach" + }, + "key": "877b88362e5b4bb5a2122ee9890f1972", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1690857097643_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Barbie Pink Beach" + }, + { + "detail": { + "key": "29981af57db0411ab01099d68aa24231", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230815/yF3rqCF5WK-1692067237.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1692067245102_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1692067245551_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1692067246411_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1692067245989_ic_notif_120*120.png.webp" + }, + "title": "Sad Glitch Boy" + }, + "key": "29981af57db0411ab01099d68aa24231", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1692067243912_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Sad Glitch Boy" + }, + { + "detail": { + "key": "n_eUkyWA1d", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/VEFJtzgP20.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190723/rcvTc3HFYL-1563879180.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190723/eRw5O13aaN-1563879181.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190723/X0Juk0JTtq-1563879182.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190723/4OemVhrzW2-1563879182.png.webp" + }, + "title": "Spooky Skeleton Love" + }, + "key": "n_eUkyWA1d", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190723/xiaDDKGV75-1563879180.jpg", + "thumbUrlGif": "", + "title": "Spooky Skeleton Love" + }, + { + "detail": { + "key": "5616baa6d96945afa8219aa645aa50fe", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230815/Bv8tq9laiY-1692067225.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1692067233435_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1692067233838_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1692067234713_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1692067234302_ic_notif_120*120.png.webp" + }, + "title": "Cute MM Beans" + }, + "key": "5616baa6d96945afa8219aa645aa50fe", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1692067232260_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute MM Beans" + }, + { + "detail": { + "key": "_SVNIxI6JA", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/RP1ecTVjWz.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230110/SmXrnfY49G-1673323515.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230110/kivazz5ZS7-1673323515.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20230110/fTHajZ0TuY-1673330463.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20230110/qrxqLR_9kp-1673330468.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230110/vJXCHj27AS-1673323516.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230110/iQmCprYjjY-1673323516.png.webp" + }, + "title": "Pop Love Kuromi Live" + }, + "key": "_SVNIxI6JA", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230110/OBdudqdS3r-1673323514.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20230110/qrxqLR_9kp-1673330468.gif.webp", + "title": "Pop Love Kuromi Live" + }, + { + "detail": { + "key": "-43J8iGGAe", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230420/qXTD02Juf9-1681973377.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1681973386507_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1681973387046_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1681973387961_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1681973387562_ic_notif_120*120.png.webp" + }, + "title": "Neon Moon Slayer" + }, + "key": "-43J8iGGAe", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1681973385121_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Neon Moon Slayer" + }, + { + "detail": { + "key": "71c12aad4b564285aec45562b246d5b0", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230808/eQ82Aykhke-1691461840.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461848937_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461849424_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461850292_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461849913_ic_notif_120*120.png.webp" + }, + "title": "Neon Magical Mushroom" + }, + "key": "71c12aad4b564285aec45562b246d5b0", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461847799_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Neon Magical Mushroom" + }, + { + "detail": { + "key": "131146e2a4ed4537ae75ba1370848d40", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230905/xsMZ0d1ULU-1693902239.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1693902246660_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693902247055_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693902247824_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1693902247470_ic_notif_120*120.png.webp" + }, + "title": "Cool Skeleton Hand" + }, + "key": "131146e2a4ed4537ae75ba1370848d40", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1693902245652_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Skeleton Hand" + }, + { + "detail": { + "key": "75ad5ff260c24fa29626a4b8e26a0efb", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230905/yHjscioRr4-1693902007.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1693902015140_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693902015532_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1693902016293_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1693902015927_ic_notif_120*120.png.webp" + }, + "title": "Cool Neon Selfie Skeleton" + }, + "key": "75ad5ff260c24fa29626a4b8e26a0efb", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1693902014017_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Neon Selfie Skeleton" + }, + { + "detail": { + "key": "38f74f0fa28d4ed895109c8cf44f5481", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230808/SkugB0KMsY-1691461860.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461868927_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461869486_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461870350_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461869965_ic_notif_120*120.png.webp" + }, + "title": "AIGC Virgin Mary" + }, + "key": "38f74f0fa28d4ed895109c8cf44f5481", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461867641_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "AIGC Virgin Mary" + }, + { + "detail": { + "key": "2bff87ffb06847f999fd1258ff9a06be", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230808/Qd3PoFAJB2-1691461801.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461809175_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461809603_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461810447_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461810068_ic_notif_120*120.png.webp" + }, + "title": "Cute Smile Sunflower" + }, + "key": "2bff87ffb06847f999fd1258ff9a06be", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461807956_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Smile Sunflower" + }, + { + "detail": { + "key": "03564b7fda9a4933b9b81d19972d793d", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230824/0Q4bKeUJ2R-1692847828.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1692847835685_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1692847836091_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1692847836934_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1692847836517_ic_notif_120*120.png.webp" + }, + "title": "Love Toothless Couple" + }, + "key": "03564b7fda9a4933b9b81d19972d793d", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1692847834497_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Love Toothless Couple" + }, + { + "detail": { + "key": "c4a02a6aab324ea4b0d2ae28f1e28afd", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230809/vj0GJQIT80-1691573452.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1691573461558_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1691573462055_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1691573462891_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1691573462489_ic_notif_120*120.png.webp" + }, + "title": "CG Sexy Lady" + }, + "key": "c4a02a6aab324ea4b0d2ae28f1e28afd", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1691573460379_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "CG Sexy Lady" + }, + { + "detail": { + "key": "7650c9465e954e6ab2e6c185df24ce9e", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230808/AgMyn5KAou-1691461333.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461342755_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461343273_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461344176_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461343747_ic_notif_120*120.png.webp" + }, + "title": "Barbie Pink Glass" + }, + "key": "7650c9465e954e6ab2e6c185df24ce9e", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1691461341489_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Barbie Pink Glass" + }, + { + "detail": { + "key": "dc0f090d452547b2ba3394800249fbeb", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230718/vyLkdz4s9N-1689646779.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1689646992426_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1689646992893_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1689646993802_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1689646993389_ic_notif_120*120.png.webp" + }, + "title": "Cool Sasuke Supreme" + }, + "key": "dc0f090d452547b2ba3394800249fbeb", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1689646991428_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Sasuke Supreme" + }, + { + "detail": { + "key": "1NZrzXdKHX", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/XLfJzRGaIP.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221011/5s0LRYfhyI-1665467915.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221011/R4p70BLEnS-1665467915.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221011/AQKt1CCPkr-1665467916.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221011/uIJI0rMLUo-1665467916.png.webp" + }, + "title": "Pink Blue Stitch" + }, + "key": "1NZrzXdKHX", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221011/kWpEALv990-1665467914.jpg", + "thumbUrlGif": "", + "title": "Pink Blue Stitch" + } + ] + }, + { + "parent_name": "Love", + "keyboard_list": [ + { + "detail": { + "key": "3Qgr7WaFMf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/P3Weqf4fo7.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191107/8QUxoEDdnw-1573121227.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191107/jhOiCqWp7s-1573121228.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191107/aSvSerY4t8-1573121229.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200803/MTzX9GM9Rk-1596454080.png.webp" + }, + "title": "Love Parrots" + }, + "key": "3Qgr7WaFMf", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191107/WNGoZXnAAQ-1573121227.jpg", + "thumbUrlGif": "", + "title": "Love Parrots" + }, + { + "detail": { + "key": "fsmD1STzv5", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/y7FXTCjM9h.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200409/aA8fvfHvSr-1586429952.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200409/F3TvyTYVJ2-1586429952.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200409/t8sFG7tkhN-1586429954.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200409/BrXfFgjC5z-1586429953.png.webp" + }, + "title": "Sunset Love" + }, + "key": "fsmD1STzv5", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200409/tyUloyy3Eb-1586429951.jpg", + "thumbUrlGif": "", + "title": "Sunset Love" + }, + { + "detail": { + "key": "YEb969Vr2T", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Ej5EVSz2Ix.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210127/A0HzLuBqSe-1611740623.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210127/LeUssg7svO-1611740624.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210127/iIafvo5zIw-1611740625.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210127/23F0Y6X8Zq-1611740625.png.webp" + }, + "title": "Angel Devil Hearts" + }, + "key": "YEb969Vr2T", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210127/CbzJGwCvB5-1611740623.jpg", + "thumbUrlGif": "", + "title": "Angel Devil Hearts" + }, + { + "detail": { + "key": "1VrmgDCRZk", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/m5JfseqsP4.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220210/JWSLHtP6HL-1644494290.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220210/CQLAtDDbzX-1644494290.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220210/0Wzaiivz6w-1644494291.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220210/VdWeCxfgco-1644494291.png.webp" + }, + "title": "Glitter Rainbow Love" + }, + "key": "1VrmgDCRZk", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220210/4syitIQn7H-1644494289.jpg", + "thumbUrlGif": "", + "title": "Glitter Rainbow Love" + }, + { + "detail": { + "key": "hQPFXVbYy0", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/KREtgDMJlR.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201119/0duQAP6eQy-1605776720.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201119/eCVVsyV7la-1605776721.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201119/va3mpJA5yV-1605776722.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201119/axuCnSrlHB-1605776721.png.webp" + }, + "title": "Purple Love Diamond" + }, + "key": "hQPFXVbYy0", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201119/rXAVzGcHR8-1605776720.jpg", + "thumbUrlGif": "", + "title": "Purple Love Diamond" + }, + { + "detail": { + "key": "Hg7cNwXMKR", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/64F0WnAAqq.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210302/18reCCeH9V-1614655819.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/neD6Lu6DvU-1614655820.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/mVKP4837LZ-1614655821.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211029/ZU94By7194-1635476686.png.webp" + }, + "title": "Romantic Heart Roses" + }, + "key": "Hg7cNwXMKR", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210302/W0DKsKpKcN-1614655819.jpg", + "thumbUrlGif": "", + "title": "Romantic Heart Roses" + }, + { + "detail": { + "key": "DSwqbJb9YA", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/dWQukTtqm7.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210831/seRugKmG50-1630407386.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210831/YPAXxtkZ8f-1630407387.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210831/Yt1PO56vpi-1630407388.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210831/p2USMbqXe4-1630407388.png.webp" + }, + "title": "Sun Moon Love" + }, + "key": "DSwqbJb9YA", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210831/U4pv9gDuwo-1630407385.jpg", + "thumbUrlGif": "", + "title": "Sun Moon Love" + }, + { + "detail": { + "key": "1yk4w2YfZi", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/j1R1KJxbJP.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210127/LAifQoVmdg-1611740992.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210127/xEf3R8iqT9-1611740993.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210127/UIBJs4Il8o-1611740994.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210127/JAgRH6MnCi-1611740993.png.webp" + }, + "title": "Red Valentine Heart" + }, + "key": "1yk4w2YfZi", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210127/EYHL1OPP7g-1611740992.jpg", + "thumbUrlGif": "", + "title": "Red Valentine Heart" + }, + { + "detail": { + "key": "5VIKy0Xgfi", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/NXjLiZn7cm.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210309/1KwMc9YfeJ-1615285957.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210309/wGEJDFTFaD-1615285957.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210309/21prb1p0i6-1615285958.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210309/p892XFjAKO-1615285958.png.webp" + }, + "title": "Pink Doodle Heart" + }, + "key": "5VIKy0Xgfi", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210309/HKhVDf5h9u-1615285956.jpg", + "thumbUrlGif": "", + "title": "Pink Doodle Heart" + }, + { + "detail": { + "key": "B1ltq2Wl8k", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/NMAuaPcMH5.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210302/bN4HAcnB7t-1614656047.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/KeLLXxM8jx-1614656048.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/WGtw5FNmQy-1614656049.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210302/WvkfoJ7ZLd-1614656049.png.webp" + }, + "title": "Puppy Kitty Love" + }, + "key": "B1ltq2Wl8k", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210302/a5ERBUH1eF-1614656046.jpg", + "thumbUrlGif": "", + "title": "Puppy Kitty Love" + }, + { + "detail": { + "key": "B9Au7kQogP", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/3GDHJUmbEO.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210203/EraT0ky9OP-1612324562.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210203/8s0dPxnAzC-1612324562.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210203/04mq68IZLo-1612324563.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210203/g37jJ7hqwi-1612324563.png.webp" + }, + "title": "Red 3D Hearts" + }, + "key": "B9Au7kQogP", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210203/NBMu0nCXPE-1612324562.jpg", + "thumbUrlGif": "", + "title": "Red 3D Hearts" + }, + { + "detail": { + "key": "dFkEPNQ6nF", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/jMgm31xvL6.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20181127/5q592VFfkn-1543311508.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20181127/sqekjw60XV-1543311510.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20181127/knrfF4JUGz-1543311513.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20181127/mNRRdiGOyu-1543311512.png.webp" + }, + "title": "Blue Love Heart" + }, + "key": "dFkEPNQ6nF", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20181127/s2Y8idurHG-1543311506.jpg", + "thumbUrlGif": "", + "title": "Blue Love Heart" + }, + { + "detail": { + "key": "mfFluhd-Zb", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/j6hYY0wEDM.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220927/VGar0bEDAd-1664250458.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220927/5pxFzSvvQU-1664250458.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220927/u6o9V7xDHG-1664250459.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220927/U1ZTklMgwI-1664250459.png.webp" + }, + "title": "Pink Love Mirror" + }, + "key": "mfFluhd-Zb", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220927/qKGTEntglV-1664250457.jpg", + "thumbUrlGif": "", + "title": "Pink Love Mirror" + }, + { + "detail": { + "key": "h3g0RLIqeR", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/lFNlYl3SEa.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210407/9aGJ2iPjwB-1617780406.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210407/S8VxPalULX-1617780407.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210407/WZqk3abXPk-1617780408.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210407/BdiqztJajf-1617780408.png.webp" + }, + "title": "Love Heart" + }, + "key": "h3g0RLIqeR", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210407/pFUxgG7uNt-1617780406.jpg", + "thumbUrlGif": "", + "title": "Love Heart" + }, + { + "detail": { + "key": "aJTkmMyqC7", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/SRfvKq25MD.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210331/yP9pnC4vby-1617188671.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210331/romiq8omeP-1617188672.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210331/Iy5nqYSqwP-1617188673.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210331/NPP7WGqVdc-1617188672.png.webp" + }, + "title": "Sparkle Neon Heart" + }, + "key": "aJTkmMyqC7", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210331/R3bHhigqMl-1617188671.jpg", + "thumbUrlGif": "", + "title": "Sparkle Neon Heart" + }, + { + "detail": { + "key": "sWDlHsXC5f", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/j65nOvuCA6.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210311/9OwDzBcH5n-1615458342.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210311/rc5ST4jqQ8-1615458342.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210311/GEuDX46BAd-1615458343.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210311/fUGlqyiyKp-1615458343.png.webp" + }, + "title": "Glitter Heart Coral" + }, + "key": "sWDlHsXC5f", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210311/zxM3jW5sS8-1615458341.jpg", + "thumbUrlGif": "", + "title": "Glitter Heart Coral" + }, + { + "detail": { + "key": "8xXKy4BCm6", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/SMBAsF2eB8.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190729/L8a8BohlcG-1564386926.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190729/sDB34ceisd-1564386927.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190729/hHdIZ7SlM7-1564386928.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200927/3xH1YvEeIu-1601197547.png.webp" + }, + "title": "Love Heart Neon" + }, + "key": "8xXKy4BCm6", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190729/FY8fmRsV3M-1564386926.jpg", + "thumbUrlGif": "", + "title": "Love Heart Neon" + }, + { + "detail": { + "key": "K363TG4OqN", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/wOIrZywlmA.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210831/RBKaA2rLzp-1630408212.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210831/UrRRnavj8M-1630408213.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210831/gaNGJz9QDS-1630408214.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210831/fKwOKuZbpj-1630408213.png.webp" + }, + "title": "Aesthetic Sunset" + }, + "key": "K363TG4OqN", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210831/zsaFCUK2X2-1630408211.jpg", + "thumbUrlGif": "", + "title": "Aesthetic Sunset" + }, + { + "detail": { + "key": "0_qtWk0kjd", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/UVjnCZPpdn.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210831/sYNDvGk8C7-1630406857.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210831/JUWles1odw-1630406857.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210831/KgO6wqun6r-1630406858.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210831/L7rhJOlic1-1630406858.png.webp" + }, + "title": "Neon Love Light" + }, + "key": "0_qtWk0kjd", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210831/SFeNoDfC9G-1630406856.jpg", + "thumbUrlGif": "", + "title": "Neon Love Light" + }, + { + "detail": { + "key": "VJL8yu8eOB", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ehlHlECeBF.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210706/E9hG7kTYAh-1625551455.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210706/ENFbgHPqyn-1625551455.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210706/p3r033hDkI-1625551456.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210706/q2bATPcKWG-1625551456.png.webp" + }, + "title": "Cute Kitten Love" + }, + "key": "VJL8yu8eOB", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210706/NapLrhKKFU-1625551454.jpg", + "thumbUrlGif": "", + "title": "Cute Kitten Love" + }, + { + "detail": { + "key": "f1UauX2cyA", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/xuF9nHR4vU.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210601/xaJQhgpGuc-1622533847.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210601/vFLsWt6HbN-1622533848.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210601/2lop9mhCxh-1622533850.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210601/kPq0Af4Lkk-1622533849.png.webp" + }, + "title": "Graffiti Rose Pink" + }, + "key": "f1UauX2cyA", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210601/PRBxuQOosg-1622533846.jpg", + "thumbUrlGif": "", + "title": "Graffiti Rose Pink" + }, + { + "detail": { + "key": "f7fRfWzTDR", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/lN7oVD2uFq.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210511/GxEuEyVHzi-1620719586.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210511/fAWsCZ8wA2-1620719587.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210511/PBH3JzTWIS-1620719588.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210511/S9usyOhuWU-1620719587.png.webp" + }, + "title": "Pink Neon Hearts" + }, + "key": "f7fRfWzTDR", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210511/654v1Uzrax-1620719586.jpg", + "thumbUrlGif": "", + "title": "Pink Neon Hearts" + }, + { + "detail": { + "key": "KULLRDXLrN", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/uflGxGqO2C.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210511/uFDVrWzCDh-1620719641.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210511/zHtyp5L9r1-1620719641.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210511/ofV7v3hOj0-1620719642.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210511/JrwKQosbwI-1620719642.png.webp" + }, + "title": "Neon Light Heart" + }, + "key": "KULLRDXLrN", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210511/7V6VfUsj5F-1620719640.jpg", + "thumbUrlGif": "", + "title": "Neon Light Heart" + }, + { + "detail": { + "key": "F3gDH5_CE2", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/D588eGkF11.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210420/Y83CDfbjO5-1618909330.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210420/UMHjluykwC-1618909330.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210420/gwIho1OS6Q-1618909331.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210420/u55L0JXXMu-1618909331.png.webp" + }, + "title": "Red Hearts 3D" + }, + "key": "F3gDH5_CE2", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210420/ca7aIpOQgz-1618909329.jpg", + "thumbUrlGif": "", + "title": "Red Hearts 3D" + }, + { + "detail": { + "key": "SNdiE3KwN_", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/W5OlHqfxZK.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210420/exObLsstum-1618908098.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210420/NvXU90NWmd-1618908099.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210420/66L1zGp3Nw-1618908100.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210420/ixsXVdGU1i-1618908100.png.webp" + }, + "title": "Shy Love Emoji" + }, + "key": "SNdiE3KwN_", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210420/2QYXGqy1mx-1618908097.jpg", + "thumbUrlGif": "", + "title": "Shy Love Emoji" + }, + { + "detail": { + "key": "SkPgWxuw_d", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/I0WaY2YXQh.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210413/4lHX3x6Ynu-1618295018.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210413/6T895w9FKn-1618295019.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210413/OZsisUrjfl-1618295020.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210413/XwWlLmqS6Q-1618295019.png.webp" + }, + "title": "Lovely Birds" + }, + "key": "SkPgWxuw_d", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210413/vegcYSM8LX-1618295018.jpg", + "thumbUrlGif": "", + "title": "Lovely Birds" + }, + { + "detail": { + "key": "-FCZMdATjX", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/cIg30Penoe.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210413/0KXTlG8de4-1618294510.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210413/U2OrytyysC-1618294511.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210413/0Fpk5DtBoR-1618294512.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210413/JstXaGZHL4-1618294512.png.webp" + }, + "title": "Love Balloon" + }, + "key": "-FCZMdATjX", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210413/LAseS1kDat-1618294510.jpg", + "thumbUrlGif": "", + "title": "Love Balloon" + }, + { + "detail": { + "key": "GF5qtlmo23", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/7D5sng3Azo.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191112/Yp92h6vnGw-1573552533.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191112/GFrqR18smM-1573552534.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191112/uxgXJLZoH7-1573552535.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210204/-sm9dUaZhb-1612421724.png.webp" + }, + "title": "Colorful Crystal Heart" + }, + "key": "GF5qtlmo23", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191112/NfQVddgErU-1573552533.jpg", + "thumbUrlGif": "", + "title": "Colorful Crystal Heart" + }, + { + "detail": { + "key": "Vp5ksR6S4Y", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/XNOFCfMfeL.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210707/Sdy7OiM1hQ-1625644757.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210707/yZMBt7i4xp-1625644758.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210707/cAhn0heaPQ-1625644759.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210712/1uXj5z0i9D-1626075582.png.webp" + }, + "title": "Cat Love" + }, + "key": "Vp5ksR6S4Y", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210707/eUvoZvPxrW-1625644756.jpg", + "thumbUrlGif": "", + "title": "Cat Love" + }, + { + "detail": { + "key": "o8P-1havJP", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/pKywnAxvsB.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210923/s3VM3x3a6c-1632396135.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210923/GTQbQyasj5-1632396135.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210923/4dNQ8c8WHK-1632396136.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210923/FlsMNVQddq-1632396136.png.webp" + }, + "title": "Shining Twin Hearts" + }, + "key": "o8P-1havJP", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210923/dr8Oyjrosg-1632396134.jpg", + "thumbUrlGif": "", + "title": "Shining Twin Hearts" + }, + { + "detail": { + "key": "63hk55FNo6", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/OU0YHPC8ub.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210908/7e8TXCTnQ0-1631091970.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210908/DEyfmoZHS3-1631091970.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210908/BYNuy9OQ7q-1631091971.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210908/7rsTwMBMUr-1631091971.png.webp" + }, + "title": "Love Heart Lollipop" + }, + "key": "63hk55FNo6", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210908/mDUObISvTw-1631091969.jpg", + "thumbUrlGif": "", + "title": "Love Heart Lollipop" + }, + { + "detail": { + "key": "B6JfeKp60h", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/yEdaU1kfiH.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210817/GrrsXxAcgV-1629195757.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/Ja7C4AbSo6-1629195757.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/3IW37wGOVE-1629195758.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210817/UvJAM7u1YZ-1629195758.png.webp" + }, + "title": "Neon Kitten Love" + }, + "key": "B6JfeKp60h", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210817/6q79Kc0SdJ-1629195756.jpg", + "thumbUrlGif": "", + "title": "Neon Kitten Love" + }, + { + "detail": { + "key": "JzB8TkIeOS", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/WasRYxBqDO.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210413/NBlBH3CXj2-1618294371.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210413/VWXbjY5DYm-1618294371.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210413/8pwEsMZh6z-1618294373.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210413/kiEC04XyoS-1618294372.png.webp" + }, + "title": "Love Kitten" + }, + "key": "JzB8TkIeOS", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210413/Af67CICdLv-1618294370.jpg", + "thumbUrlGif": "", + "title": "Love Kitten" + }, + { + "detail": { + "key": "mD1C69cQEZ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/SEjait7QdY.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210329/DSKoc9Vtsp-1617015394.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210329/xRgXVGILW7-1617015394.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210329/3b1QdHciLH-1617015395.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210329/gxH12z4EcI-1617015395.png.webp" + }, + "title": "Love And Peace" + }, + "key": "mD1C69cQEZ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210329/wuZhqMTEcR-1617015393.jpg", + "thumbUrlGif": "", + "title": "Love And Peace" + }, + { + "detail": { + "key": "dC9AgpIiym", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/D8wfoiSa5U.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210317/FCe900PsD3-1615975638.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210317/G3uOlEuTNK-1615975639.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210317/HcEC5BJfjC-1615975640.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210317/aI6h1iUk7w-1615975639.png.webp" + }, + "title": "Pink Love Balloons" + }, + "key": "dC9AgpIiym", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210317/3E1kUG5JAr-1615975638.jpg", + "thumbUrlGif": "", + "title": "Pink Love Balloons" + }, + { + "detail": { + "key": "nTe1Sj4hin", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/oO9NsT9gg4.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210302/QA0NqS5ctq-1614655958.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/UMs161SZvG-1614655959.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/wvlyhcCHjE-1614655961.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210302/5y9G7F5r3P-1614655960.png.webp" + }, + "title": "Dog Love" + }, + "key": "nTe1Sj4hin", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210302/6sv9YTfbgj-1614655957.jpg", + "thumbUrlGif": "", + "title": "Dog Love" + }, + { + "detail": { + "key": "zkBzZlqloM", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/zXHu3okh2Z.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210224/aPtmiJOK4G-1614147874.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210224/e5BC8akcjy-1614147875.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210224/o3WM7kQYSK-1614147877.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210224/hgDq28xNCP-1614147877.png.webp" + }, + "title": "Galaxy Marble Heart" + }, + "key": "zkBzZlqloM", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210224/I1x0tUyDAZ-1614147873.jpg", + "thumbUrlGif": "", + "title": "Galaxy Marble Heart" + }, + { + "detail": { + "key": "N4mBGbJ4zn", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/qENAmkqrmz.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210224/pEMQmTyyBw-1614147588.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210224/LrmJunVSps-1614147588.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210224/eX3GjLO9SV-1614147589.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210224/TmFJRGFU0P-1614147589.png.webp" + }, + "title": "Bright Blue Heart" + }, + "key": "N4mBGbJ4zn", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210224/R8sFSR6Iul-1614147587.jpg", + "thumbUrlGif": "", + "title": "Bright Blue Heart" + }, + { + "detail": { + "key": "kq-2UsqCqT", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/j5YWRVjVoE.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201125/ZOQnspUgqt-1606293149.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201125/F5hMVUnoUk-1606293150.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201125/dh6fPXgNlP-1606293151.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201125/UWor68PMz9-1606293150.png.webp" + }, + "title": "Parrot Love" + }, + "key": "kq-2UsqCqT", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201125/aBsOtGW5Bx-1606293149.jpg", + "thumbUrlGif": "", + "title": "Parrot Love" + }, + { + "detail": { + "key": "Ye5y-XG7hf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/nvVlgHdPGe.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201117/cbvrwWfQHZ-1605605318.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/acccpPVxVz-1605605318.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/w2nHzgjAIj-1605605319.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201117/uSRBOuqWwn-1605605319.png.webp" + }, + "title": "Love Pet Life" + }, + "key": "Ye5y-XG7hf", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201117/ds74gvROBQ-1605605317.jpg", + "thumbUrlGif": "", + "title": "Love Pet Life" + }, + { + "detail": { + "key": "DRvDF3oZyo", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/sww5yDYQ63.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191021/k8XrGS5eVy-1571642694.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191021/NYW1GQkBHH-1571642694.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191021/sOm8bxPiN2-1571642695.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210730/qZsq0IiTUf-1627624527.png.webp" + }, + "title": "Cute Bunny Love" + }, + "key": "DRvDF3oZyo", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191021/XfLQNQJTAU-1571642693.jpg", + "thumbUrlGif": "", + "title": "Cute Bunny Love" + }, + { + "detail": { + "key": "erN-9yCSEg", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/WCUlYlpWlE.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201229/5slqPtyuW3-1609237473.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/RGQ9Ub0MXq-1609237473.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/f8vOJ5pcNF-1609237474.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201229/Xolh3UFeia-1609237474.png.webp" + }, + "title": "Neon Finger Heart" + }, + "key": "erN-9yCSEg", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201229/72ZQAnJguq-1609237472.jpg", + "thumbUrlGif": "", + "title": "Neon Finger Heart" + }, + { + "detail": { + "key": "wOOEODILJu", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/qCYSpGGUzK.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201223/5QRRnBlGKs-1608704760.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/5857f0eLCV-1608704761.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/BICZUd6kGe-1608704761.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201223/xplQdbsMpr-1608704761.png.webp" + }, + "title": "Red Love Valentines" + }, + "key": "wOOEODILJu", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201223/gpHfyUWhdX-1608704759.jpg", + "thumbUrlGif": "", + "title": "Red Love Valentines" + }, + { + "detail": { + "key": "n6zrvLWwvd", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/olvz2fhGWu.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201217/LB9NOAKPHM-1608199982.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201217/Nu8TxlsWEO-1608199982.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201217/OWkGYBtzKR-1608199983.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201217/3ycY6GtWbx-1608199983.png.webp" + }, + "title": "Rose Gold Pearls" + }, + "key": "n6zrvLWwvd", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201217/Wz8GfV7D1l-1608199981.jpg", + "thumbUrlGif": "", + "title": "Rose Gold Pearls" + }, + { + "detail": { + "key": "bFj0QNhpnF", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/pXuAZviyFO.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201216/J31I0JG4yx-1608102483.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201216/TJe6fuDQb4-1608102484.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201216/6ivRRLv3Mh-1608102484.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201216/BAX4iRkzWI-1608102484.png.webp" + }, + "title": "XOXO" + }, + "key": "bFj0QNhpnF", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201216/92jQFKfgsV-1608102482.jpg", + "thumbUrlGif": "", + "title": "XOXO" + }, + { + "detail": { + "key": "eMCH6wzNRb", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/MPF6svnJWK.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201124/g59JV4e2rq-1606209816.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201124/FQY8nhS84I-1606209817.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201124/tvUhy4HnEo-1606209818.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201124/RdIm4MVj7W-1606209817.png.webp" + }, + "title": "Pink Glitter Heart 2" + }, + "key": "eMCH6wzNRb", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201124/EOMIDbJs2z-1606209816.jpg", + "thumbUrlGif": "", + "title": "Pink Glitter Heart 2" + }, + { + "detail": { + "key": "DyuXIw6f4a", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/runfFrwwXZ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191230/rHpj2D1D6P-1577698794.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191230/mlZTjv3SMs-1577698795.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191230/YEb9jVcHxT-1577698796.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20191230/ORXxowSlni-1577698796.png.webp" + }, + "title": "Avocado Love" + }, + "key": "DyuXIw6f4a", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191230/39r5Use0X3-1577698794.jpg", + "thumbUrlGif": "", + "title": "Avocado Love" + }, + { + "detail": { + "key": "nP_e4K6FP1", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/z2TUmnuJJo.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200116/tqKoIFQskU-1579171426.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200116/LhP0wAWZwM-1579171426.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200116/ruMXd1K55c-1579171427.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220907/hOJQQOmR2f-1662525081.png.webp" + }, + "title": "Pink RGB Heart" + }, + "key": "nP_e4K6FP1", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200116/fB2p8tkUw9-1579171425.jpg", + "thumbUrlGif": "", + "title": "Pink RGB Heart" + }, + { + "detail": { + "key": "kt9vXDzk-T", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/S022A8PZhf.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220623/tVIQ60rR28-1655953252.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220623/WnQgJUSnSH-1655953252.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220623/VaIv47UjcA-1655953253.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220623/VUQd6xVgVg-1655953253.png.webp" + }, + "title": "Neon Romantic Love" + }, + "key": "kt9vXDzk-T", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220623/eOMBreFF51-1655953251.jpg", + "thumbUrlGif": "", + "title": "Neon Romantic Love" + }, + { + "detail": { + "key": "OCe0tL5CqG", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/eJLXEkBHfV.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220607/I1cQIz9Axe-1654574280.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220607/faVTpVfHxE-1654574280.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220607/GkBlEX9RWh-1654574281.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220607/FW99jJTMwh-1654574281.png.webp" + }, + "title": "Love Couple Cats" + }, + "key": "OCe0tL5CqG", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220607/p5i9Awo4SX-1654574279.jpg", + "thumbUrlGif": "", + "title": "Love Couple Cats" + }, + { + "detail": { + "key": "IsVuBWIQ2p", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/FlR2wj2MWn.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220329/RI2ZaoELeb-1648541984.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220329/by7Y6nzK91-1648541985.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220329/CswUCSj3rX-1648541986.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220329/RKKKUdhse6-1648541985.png.webp" + }, + "title": "Love Heart Kpop" + }, + "key": "IsVuBWIQ2p", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220329/lC7KjoN5ei-1648541984.jpg", + "thumbUrlGif": "", + "title": "Love Heart Kpop" + }, + { + "detail": { + "key": "u9GPY6qj2B", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/RitE4dWlFg.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220111/XOukUTPUqt-1641896788.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220111/aB6II7yZAp-1641896788.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220111/xWOXDo3z7T-1641896789.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220111/HjaF2znxuE-1641896789.png.webp" + }, + "title": "Valentine Lovelight" + }, + "key": "u9GPY6qj2B", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220111/ATMojFPEab-1641896787.jpg", + "thumbUrlGif": "", + "title": "Valentine Lovelight" + }, + { + "detail": { + "key": "NIhT4LH7EL", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/zwiRa8qznN.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211117/QlPMCiQycS-1637121023.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211117/BuzyqcqWor-1637121023.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211117/Uhb6bl3twB-1637121024.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211117/PrKF1OWioN-1637121024.png.webp" + }, + "title": "Love Penguin Couple" + }, + "key": "NIhT4LH7EL", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211117/LysCnlgI25-1637121022.jpg", + "thumbUrlGif": "", + "title": "Love Penguin Couple" + }, + { + "detail": { + "key": "vIaBZmveTe", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/oxyanKfOx3.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211019/9HNmnXzwd3-1634634401.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211019/k8N9Trhc3y-1634634402.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211019/qNuGcSyQFT-1634634403.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211019/U6vWmJvBO4-1634634403.png.webp" + }, + "title": "Love Panda Couple" + }, + "key": "vIaBZmveTe", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211019/0iE44f5vx5-1634634401.jpg", + "thumbUrlGif": "", + "title": "Love Panda Couple" + }, + { + "detail": { + "key": "PTP8BAlPma", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/x1dSrp5JZT.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210713/LQM03TaiS6-1626161821.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210713/rggLS0jwLj-1626161822.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210713/372rH1FjmS-1626161823.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210713/wMad8Wvrxv-1626161823.png.webp" + }, + "title": "Teddy Loving Couple" + }, + "key": "PTP8BAlPma", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210713/4XismKA3Xk-1626161821.jpg", + "thumbUrlGif": "", + "title": "Teddy Loving Couple" + }, + { + "detail": { + "key": "Os0kMKXsE3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/DKp0TfoJs9.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200518/MaFXU4SAaq-1589797327.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200518/0znEtep6fn-1589797328.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200518/pANaXoLlwA-1589797329.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200518/OijXULEcJJ-1589797328.png.webp" + }, + "title": "Sparkle Glitter Heart" + }, + "key": "Os0kMKXsE3", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200518/zuyhjhukec-1589797327.jpg", + "thumbUrlGif": "", + "title": "Sparkle Glitter Heart" + }, + { + "detail": { + "key": "hCiyPbejB4", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/bhjWpHPxbD.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191015/cLpvvyIs1h-1571133274.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191015/dQxQs5fCCz-1571133274.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191015/KZ2b6fl1rc-1571133275.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200910/Sn30przvbG-1599736984.png.webp" + }, + "title": "Black Heartbeat" + }, + "key": "hCiyPbejB4", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191015/eEZVwfySn8-1571133273.jpg", + "thumbUrlGif": "", + "title": "Black Heartbeat" + }, + { + "detail": { + "key": "p3YbjzLG65", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/MFxHDlvygd.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190402/Omk4GgCiiQ-1554175599.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190402/NEiwDx4cVI-1554175604.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190402/4nQ3NMGR2E-1554175611.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200619/XV_b-mFB40-1592552436.png.webp" + }, + "title": "Red Valentine Hearts" + }, + "key": "p3YbjzLG65", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190402/Bc8PLYAu97-1554175596.jpg", + "thumbUrlGif": "", + "title": "Red Valentine Hearts" + }, + { + "detail": { + "key": "6HL4z9orPl", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/3W5is86rHn.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190307/ATBh4au83j-1551940031.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190307/8pebcgAGhU-1551940035.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190307/x7l3cQr9z8-1551940041.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201218/hHp2-SYVzu-1608265078.png.webp" + }, + "title": "Bear Couple" + }, + "key": "6HL4z9orPl", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190307/wKqy7BGrrA-1551940028.jpg", + "thumbUrlGif": "", + "title": "Bear Couple" + }, + { + "detail": { + "key": "-lcSJ0qN0K", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/jQsztix8fM.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210125/TjY8KzI101-1611572805.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210125/r8j20n59hj-1611572805.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210125/IOs5JPN5gE-1611572806.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210125/0OpaqZcD0G-1611572806.png.webp" + }, + "title": "Cute Moon Couple" + }, + "key": "-lcSJ0qN0K", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210125/TsCggEVinr-1611572804.jpg", + "thumbUrlGif": "", + "title": "Cute Moon Couple" + }, + { + "detail": { + "key": "DRvDF3oZyo", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/sww5yDYQ63.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191021/k8XrGS5eVy-1571642694.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191021/NYW1GQkBHH-1571642694.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191021/sOm8bxPiN2-1571642695.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210730/qZsq0IiTUf-1627624527.png.webp" + }, + "title": "Cute Bunny Love" + }, + "key": "DRvDF3oZyo", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191021/XfLQNQJTAU-1571642693.jpg", + "thumbUrlGif": "", + "title": "Cute Bunny Love" + }, + { + "detail": { + "key": "erN-9yCSEg", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/WCUlYlpWlE.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201229/5slqPtyuW3-1609237473.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/RGQ9Ub0MXq-1609237473.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/f8vOJ5pcNF-1609237474.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201229/Xolh3UFeia-1609237474.png.webp" + }, + "title": "Neon Finger Heart" + }, + "key": "erN-9yCSEg", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201229/72ZQAnJguq-1609237472.jpg", + "thumbUrlGif": "", + "title": "Neon Finger Heart" + }, + { + "detail": { + "key": "wOOEODILJu", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/qCYSpGGUzK.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201223/5QRRnBlGKs-1608704760.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/5857f0eLCV-1608704761.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/BICZUd6kGe-1608704761.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201223/xplQdbsMpr-1608704761.png.webp" + }, + "title": "Red Love Valentines" + }, + "key": "wOOEODILJu", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201223/gpHfyUWhdX-1608704759.jpg", + "thumbUrlGif": "", + "title": "Red Love Valentines" + }, + { + "detail": { + "key": "n6zrvLWwvd", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/olvz2fhGWu.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201217/LB9NOAKPHM-1608199982.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201217/Nu8TxlsWEO-1608199982.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201217/OWkGYBtzKR-1608199983.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201217/3ycY6GtWbx-1608199983.png.webp" + }, + "title": "Rose Gold Pearls" + }, + "key": "n6zrvLWwvd", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201217/Wz8GfV7D1l-1608199981.jpg", + "thumbUrlGif": "", + "title": "Rose Gold Pearls" + }, + { + "detail": { + "key": "bFj0QNhpnF", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/pXuAZviyFO.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201216/J31I0JG4yx-1608102483.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201216/TJe6fuDQb4-1608102484.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201216/6ivRRLv3Mh-1608102484.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201216/BAX4iRkzWI-1608102484.png.webp" + }, + "title": "XOXO" + }, + "key": "bFj0QNhpnF", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201216/92jQFKfgsV-1608102482.jpg", + "thumbUrlGif": "", + "title": "XOXO" + }, + { + "detail": { + "key": "eMCH6wzNRb", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/MPF6svnJWK.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201124/g59JV4e2rq-1606209816.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201124/FQY8nhS84I-1606209817.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201124/tvUhy4HnEo-1606209818.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201124/RdIm4MVj7W-1606209817.png.webp" + }, + "title": "Pink Glitter Heart 2" + }, + "key": "eMCH6wzNRb", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201124/EOMIDbJs2z-1606209816.jpg", + "thumbUrlGif": "", + "title": "Pink Glitter Heart 2" + }, + { + "detail": { + "key": "DyuXIw6f4a", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/runfFrwwXZ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191230/rHpj2D1D6P-1577698794.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191230/mlZTjv3SMs-1577698795.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191230/YEb9jVcHxT-1577698796.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20191230/ORXxowSlni-1577698796.png.webp" + }, + "title": "Avocado Love" + }, + "key": "DyuXIw6f4a", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191230/39r5Use0X3-1577698794.jpg", + "thumbUrlGif": "", + "title": "Avocado Love" + }, + { + "detail": { + "key": "nP_e4K6FP1", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/z2TUmnuJJo.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200116/tqKoIFQskU-1579171426.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200116/LhP0wAWZwM-1579171426.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200116/ruMXd1K55c-1579171427.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220907/hOJQQOmR2f-1662525081.png.webp" + }, + "title": "Pink RGB Heart" + }, + "key": "nP_e4K6FP1", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200116/fB2p8tkUw9-1579171425.jpg", + "thumbUrlGif": "", + "title": "Pink RGB Heart" + }, + { + "detail": { + "key": "kt9vXDzk-T", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/S022A8PZhf.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220623/tVIQ60rR28-1655953252.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220623/WnQgJUSnSH-1655953252.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220623/VaIv47UjcA-1655953253.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220623/VUQd6xVgVg-1655953253.png.webp" + }, + "title": "Neon Romantic Love" + }, + "key": "kt9vXDzk-T", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220623/eOMBreFF51-1655953251.jpg", + "thumbUrlGif": "", + "title": "Neon Romantic Love" + }, + { + "detail": { + "key": "OCe0tL5CqG", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/eJLXEkBHfV.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220607/I1cQIz9Axe-1654574280.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220607/faVTpVfHxE-1654574280.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220607/GkBlEX9RWh-1654574281.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220607/FW99jJTMwh-1654574281.png.webp" + }, + "title": "Love Couple Cats" + }, + "key": "OCe0tL5CqG", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220607/p5i9Awo4SX-1654574279.jpg", + "thumbUrlGif": "", + "title": "Love Couple Cats" + }, + { + "detail": { + "key": "IsVuBWIQ2p", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/FlR2wj2MWn.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220329/RI2ZaoELeb-1648541984.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220329/by7Y6nzK91-1648541985.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220329/CswUCSj3rX-1648541986.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220329/RKKKUdhse6-1648541985.png.webp" + }, + "title": "Love Heart Kpop" + }, + "key": "IsVuBWIQ2p", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220329/lC7KjoN5ei-1648541984.jpg", + "thumbUrlGif": "", + "title": "Love Heart Kpop" + }, + { + "detail": { + "key": "u9GPY6qj2B", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/RitE4dWlFg.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220111/XOukUTPUqt-1641896788.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220111/aB6II7yZAp-1641896788.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220111/xWOXDo3z7T-1641896789.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220111/HjaF2znxuE-1641896789.png.webp" + }, + "title": "Valentine Lovelight" + }, + "key": "u9GPY6qj2B", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220111/ATMojFPEab-1641896787.jpg", + "thumbUrlGif": "", + "title": "Valentine Lovelight" + }, + { + "detail": { + "key": "NIhT4LH7EL", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/zwiRa8qznN.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211117/QlPMCiQycS-1637121023.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211117/BuzyqcqWor-1637121023.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211117/Uhb6bl3twB-1637121024.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211117/PrKF1OWioN-1637121024.png.webp" + }, + "title": "Love Penguin Couple" + }, + "key": "NIhT4LH7EL", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211117/LysCnlgI25-1637121022.jpg", + "thumbUrlGif": "", + "title": "Love Penguin Couple" + }, + { + "detail": { + "key": "vIaBZmveTe", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/oxyanKfOx3.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211019/9HNmnXzwd3-1634634401.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211019/k8N9Trhc3y-1634634402.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211019/qNuGcSyQFT-1634634403.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211019/U6vWmJvBO4-1634634403.png.webp" + }, + "title": "Love Panda Couple" + }, + "key": "vIaBZmveTe", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211019/0iE44f5vx5-1634634401.jpg", + "thumbUrlGif": "", + "title": "Love Panda Couple" + }, + { + "detail": { + "key": "PTP8BAlPma", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/x1dSrp5JZT.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210713/LQM03TaiS6-1626161821.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210713/rggLS0jwLj-1626161822.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210713/372rH1FjmS-1626161823.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210713/wMad8Wvrxv-1626161823.png.webp" + }, + "title": "Teddy Loving Couple" + }, + "key": "PTP8BAlPma", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210713/4XismKA3Xk-1626161821.jpg", + "thumbUrlGif": "", + "title": "Teddy Loving Couple" + }, + { + "detail": { + "key": "Os0kMKXsE3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/DKp0TfoJs9.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200518/MaFXU4SAaq-1589797327.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200518/0znEtep6fn-1589797328.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200518/pANaXoLlwA-1589797329.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200518/OijXULEcJJ-1589797328.png.webp" + }, + "title": "Sparkle Glitter Heart" + }, + "key": "Os0kMKXsE3", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200518/zuyhjhukec-1589797327.jpg", + "thumbUrlGif": "", + "title": "Sparkle Glitter Heart" + }, + { + "detail": { + "key": "hCiyPbejB4", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/bhjWpHPxbD.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191015/cLpvvyIs1h-1571133274.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191015/dQxQs5fCCz-1571133274.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191015/KZ2b6fl1rc-1571133275.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200910/Sn30przvbG-1599736984.png.webp" + }, + "title": "Black Heartbeat" + }, + "key": "hCiyPbejB4", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191015/eEZVwfySn8-1571133273.jpg", + "thumbUrlGif": "", + "title": "Black Heartbeat" + }, + { + "detail": { + "key": "p3YbjzLG65", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/MFxHDlvygd.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190402/Omk4GgCiiQ-1554175599.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190402/NEiwDx4cVI-1554175604.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190402/4nQ3NMGR2E-1554175611.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200619/XV_b-mFB40-1592552436.png.webp" + }, + "title": "Red Valentine Hearts" + }, + "key": "p3YbjzLG65", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190402/Bc8PLYAu97-1554175596.jpg", + "thumbUrlGif": "", + "title": "Red Valentine Hearts" + }, + { + "detail": { + "key": "6HL4z9orPl", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/3W5is86rHn.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190307/ATBh4au83j-1551940031.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190307/8pebcgAGhU-1551940035.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190307/x7l3cQr9z8-1551940041.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201218/hHp2-SYVzu-1608265078.png.webp" + }, + "title": "Bear Couple" + }, + "key": "6HL4z9orPl", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190307/wKqy7BGrrA-1551940028.jpg", + "thumbUrlGif": "", + "title": "Bear Couple" + }, + { + "detail": { + "key": "-lcSJ0qN0K", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/jQsztix8fM.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210125/TjY8KzI101-1611572805.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210125/r8j20n59hj-1611572805.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210125/IOs5JPN5gE-1611572806.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210125/0OpaqZcD0G-1611572806.png.webp" + }, + "title": "Cute Moon Couple" + }, + "key": "-lcSJ0qN0K", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210125/TsCggEVinr-1611572804.jpg", + "thumbUrlGif": "", + "title": "Cute Moon Couple" + }, + { + "detail": { + "key": "73lMWNLYQy", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/zpQlpgywmR.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200722/GfyYaKFc9S-1595412255.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200722/OhY2ZHt6bM-1595412255.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200722/mjXkIKhzFu-1595412257.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200722/doYD6WKbYS-1595412256.png.webp" + }, + "title": "Sunset Lovers 2" + }, + "key": "73lMWNLYQy", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200722/VqOpL02E4R-1595412254.jpg", + "thumbUrlGif": "", + "title": "Sunset Lovers 2" + }, + { + "detail": { + "key": "7fwc5FYe_l", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Cgx3vuIZfm.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190823/Ad9V7vxtmu-1566548487.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190823/0YNePjKREk-1566548488.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190823/bZKsUv2tOk-1566548489.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210220/2gE44Q73_H-1613787784.png.webp" + }, + "title": "Couple Love Story" + }, + "key": "7fwc5FYe_l", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190823/gQMlO0OEiX-1566548487.jpg", + "thumbUrlGif": "", + "title": "Couple Love Story" + }, + { + "detail": { + "key": "08Kz9ryWKo", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/B9mAZUYJuX.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201020/ojymWbSuC1-1603190987.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201020/VypYiwwOny-1603190988.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201020/XHYsU7j6wj-1603190989.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210625/L112HEJoa--1624606733.png.webp" + }, + "title": "Teddy Bear Love" + }, + "key": "08Kz9ryWKo", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201020/pEbQaIlXgM-1603190986.jpg", + "thumbUrlGif": "", + "title": "Teddy Bear Love" + }, + { + "detail": { + "key": "dMPrd4yKFj", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Fx0hzgHtMW.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201008/5yGFA4bwGf-1602153689.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201008/Oxzgk7Hcjy-1602153690.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201008/ZyHQWpuWlX-1602153691.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201008/uTkYTTDLec-1602153691.png.webp" + }, + "title": "Diamond Purple Love" + }, + "key": "dMPrd4yKFj", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201008/IifPDzPY20-1602153689.jpg", + "thumbUrlGif": "", + "title": "Diamond Purple Love" + }, + { + "detail": { + "key": "WSH7CaBx6A", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/a4mjxkk9h4.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201019/XRTgLglQ3Q-1603106965.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201019/Otx9y4tMAF-1603106965.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201019/DDzkqEUQWx-1603106966.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201019/s6kUHJnEAP-1603106966.png.webp" + }, + "title": "Doodle Red Heart" + }, + "key": "WSH7CaBx6A", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201019/vgscQXkK0q-1603106964.jpg", + "thumbUrlGif": "", + "title": "Doodle Red Heart" + }, + { + "detail": { + "key": "DUWPe3jbFk", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/dlzdsptC2f.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200924/1QxCkzkce4-1600943790.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200924/WMk0QZw64s-1600943790.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200924/Vsb4WDPDMd-1600943791.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210730/DdrDDyuPSG-1627616803.png.webp" + }, + "title": "Fairy Lights Love" + }, + "key": "DUWPe3jbFk", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200924/kRrjJq48mC-1600943789.jpg", + "thumbUrlGif": "", + "title": "Fairy Lights Love" + }, + { + "detail": { + "key": "J18kUCZI01", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/viyb3vrKzZ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200908/gnmUHfks3L-1599549201.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200908/Q6V5ED1qos-1599549202.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200908/qbKdxG5EH4-1599549203.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200908/05IN4QO74u-1599549203.png.webp" + }, + "title": "Pink Couple Bear" + }, + "key": "J18kUCZI01", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200908/RI5iqL2VMT-1599549201.jpg", + "thumbUrlGif": "", + "title": "Pink Couple Bear" + }, + { + "detail": { + "key": "9JQVefIjLK", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/VXmC5ayVoa.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200618/ZO6ARscjiY-1592446799.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200618/bW67T8H5QF-1592446800.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200618/sGatmoale0-1592446801.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200618/48ZxP2oUwo-1592446801.png.webp" + }, + "title": "Lovely Red Hearts" + }, + "key": "9JQVefIjLK", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200618/bHI6f0Da24-1592446798.jpg", + "thumbUrlGif": "", + "title": "Lovely Red Hearts" + }, + { + "detail": { + "key": "XzKV24hPtH", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ffxhREew8T.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191106/E6GYGfNAys-1573024073.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191106/qG3ThPT3sq-1573024074.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191106/ViRZF5KyvC-1573024075.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200423/4HldnxocIl-1587631291.png.webp" + }, + "title": "Bear Couple Love" + }, + "key": "XzKV24hPtH", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191106/QTqiui5DtS-1573024073.jpg", + "thumbUrlGif": "", + "title": "Bear Couple Love" + }, + { + "detail": { + "key": "BTlCxrbcim", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/p3h5NbCTr9.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20181025/eMezDU77fx-1540437040.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20181025/HZkkT3YNFA-1540437041.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20181025/QyrQ31ErXp-1540437044.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200828/ufNyC_iRzv-1598609429.png.webp" + }, + "title": "Love Red Rose" + }, + "key": "BTlCxrbcim", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20181025/b0OjiT1orC-1540437037.jpg", + "thumbUrlGif": "", + "title": "Love Red Rose" + }, + { + "detail": { + "key": "Uo02paJ9g8", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/4Da4Fbz2ID.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201013/DHJJFVDbwd-1602572337.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201013/f3FQdSRwfy-1602572337.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201013/WYxOyAxW0C-1602572338.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201013/s7dK2ZeS28-1602572338.png.webp" + }, + "title": "Neon Light Rose" + }, + "key": "Uo02paJ9g8", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201013/zAwYRBlq7l-1602572336.jpg", + "thumbUrlGif": "", + "title": "Neon Light Rose" + }, + { + "detail": { + "key": "LNGyIkQPhF", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/XClkgkoxc1.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201013/TKF1JJkolZ-1602572245.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201013/i4w9yYI2Fo-1602572246.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201013/dzgGqvEpJw-1602572246.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201013/7G7ApshIFM-1602572246.png.webp" + }, + "title": "Red Hearts" + }, + "key": "LNGyIkQPhF", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201013/Vt9K6hcO1U-1602572244.jpg", + "thumbUrlGif": "", + "title": "Red Hearts" + }, + { + "detail": { + "key": "705iIDp5zA", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ymxkbJmb1g.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200930/b9DFT0qJQu-1601461542.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200930/2HOwGw6hNi-1601461542.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200930/MeLLBmIr8g-1601461543.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200930/RRvyruMiUW-1601461543.png.webp" + }, + "title": "Neon Streaks Heart" + }, + "key": "705iIDp5zA", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200930/UUYHZYKifk-1601461541.jpg", + "thumbUrlGif": "", + "title": "Neon Streaks Heart" + }, + { + "detail": { + "key": "KAae1zjtVf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/YSliycv6mZ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200930/2IQMhCjR5f-1601461415.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200930/5vjyoHzEzg-1601461416.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200930/W6AM5IR6jN-1601461417.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200930/MLQBidfbsA-1601461417.png.webp" + }, + "title": "True Love Roses" + }, + "key": "KAae1zjtVf", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200930/WNoaafVSYs-1601461414.jpg", + "thumbUrlGif": "", + "title": "True Love Roses" + }, + { + "detail": { + "key": "PWrlJcBYeR", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/QcQ0w3m9mk.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200908/pCIvrsFmLV-1599549291.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200908/yM2nlXyhQB-1599549291.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200908/e6GzTXiXvt-1599549292.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200908/XVQSavUwR6-1599549292.png.webp" + }, + "title": "Love Birds" + }, + "key": "PWrlJcBYeR", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200908/a7rIq4JovT-1599549290.jpg", + "thumbUrlGif": "", + "title": "Love Birds" + }, + { + "detail": { + "key": "LbSKL9RCvV", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/LJNO1aQS5F.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200813/flsTFPZjsX-1597302433.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200813/N3k7IrOmgG-1597302434.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200813/iBwwf9kKOp-1597302435.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200813/z1sruKZeXi-1597302434.png.webp" + }, + "title": "Pink Heart Black" + }, + "key": "LbSKL9RCvV", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200813/OkOjbAcPRB-1597302433.jpg", + "thumbUrlGif": "", + "title": "Pink Heart Black" + }, + { + "detail": { + "key": "yMb9ZdfDL1", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/YBUGmAPlLv.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200805/ZCIJpwBC0X-1596611657.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200805/CyIsGGPIRB-1596611657.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200805/T7mC0lIm2n-1596611658.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200805/bKgR5ifarH-1596611658.png.webp" + }, + "title": "Yellow Couple Lover" + }, + "key": "yMb9ZdfDL1", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200805/hp8Cfbw5Aj-1596611656.jpg", + "thumbUrlGif": "", + "title": "Yellow Couple Lover" + }, + { + "detail": { + "key": "0EAO1FsO_n", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/7Y8tVxpCZ0.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200805/Fn1zjT1sMz-1596611214.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200805/jQQy2NU3Ud-1596611214.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200805/gJ4GEbsL6x-1596611215.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200805/HMVOhjHRkz-1596611215.png.webp" + }, + "title": "Purple Doodle Love" + }, + "key": "0EAO1FsO_n", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200805/LNwl8xyg3h-1596611213.jpg", + "thumbUrlGif": "", + "title": "Purple Doodle Love" + }, + { + "detail": { + "key": "3BvYjs5hm4", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Jt6jMQaSJt.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200805/IC7HccGNGv-1596611029.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200805/jSRfZomx8K-1596611029.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200805/B7jms7b9AR-1596611030.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200805/0vTeeT9PRD-1596611030.png.webp" + }, + "title": "Bubble Heart" + }, + "key": "3BvYjs5hm4", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200805/TIZHiwjEWQ-1596611028.jpg", + "thumbUrlGif": "", + "title": "Bubble Heart" + }, + { + "detail": { + "key": "mOy6EShvI4", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/CcWLqRzu0U.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200729/RP9ezKSxc8-1596007788.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200729/HJ57pj3est-1596007789.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200729/PlM7Rdix5G-1596007790.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200729/mmB2GNsNGS-1596007790.png.webp" + }, + "title": "Sexy Love Lips" + }, + "key": "mOy6EShvI4", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200729/PFN4o5Hgeg-1596007788.jpg", + "thumbUrlGif": "", + "title": "Sexy Love Lips" + }, + { + "detail": { + "key": "o4jd4G3lAO", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/m0Aq9hHVeq.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200729/ggH8FeCd1N-1596007574.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200729/OdfTx4rmHl-1596007575.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200729/1GEJKOmX20-1596007576.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200729/qI2nEzXuD0-1596007575.png.webp" + }, + "title": "Parrots Love" + }, + "key": "o4jd4G3lAO", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200729/WCc0K0YQdj-1596007573.jpg", + "thumbUrlGif": "", + "title": "Parrots Love" + }, + { + "detail": { + "key": "1jUs9kuLuv", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/uJoLZ7Ttkw.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200722/0ml0dFQ7Da-1595412190.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200722/RNaXx8TqVh-1595412191.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200722/KsVDCTeN2A-1595412192.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200722/qyDauO1Wrv-1595412192.png.webp" + }, + "title": "Transparent Hearts" + }, + "key": "1jUs9kuLuv", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200722/YMCWbmJGrI-1595412190.jpg", + "thumbUrlGif": "", + "title": "Transparent Hearts" + }, + { + "detail": { + "key": "99-al4p2gs", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/H7nza1n6iY.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200714/sVCMqCOSPi-1594708194.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200714/BzjEWpwGh7-1594708194.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200714/Dfbr37QYKj-1594708196.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211203/Bp6CNrp_-g-1638512370.png.webp" + }, + "title": "Neon Red Heartbeat" + }, + "key": "99-al4p2gs", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200714/HriayveVO5-1594708193.jpg", + "thumbUrlGif": "", + "title": "Neon Red Heartbeat" + }, + { + "detail": { + "key": "_bZ1RTIPTK", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/7T0n3YcTmc.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200714/vhcdLbUoGe-1594707846.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200714/KWxc1zPZx3-1594707847.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200714/YaVrac984z-1594707848.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200714/Gd3CVT5O9B-1594707848.png.webp" + }, + "title": "Black Gold Heart" + }, + "key": "_bZ1RTIPTK", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200714/2e1eF3Ux1c-1594707846.jpg", + "thumbUrlGif": "", + "title": "Black Gold Heart" + }, + { + "detail": { + "key": "55eGSUP-3B", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/cXhphE96EA.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200630/Zj6VNNa9Df-1593498704.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200630/Yl2HdZJwEb-1593498704.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200630/Jfxidwii0z-1593498705.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200630/meT81BSH5x-1593498705.png.webp" + }, + "title": "Purple Neon Love" + }, + "key": "55eGSUP-3B", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200630/RtaN4BSwUn-1593498703.jpg", + "thumbUrlGif": "", + "title": "Purple Neon Love" + }, + { + "detail": { + "key": "ukR6L-aPsS", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/1ceYlcjgHW.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200630/CZ6UxjSTgX-1593498475.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200630/gr9r4e0sGj-1593498476.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200630/qpzLeCY2L2-1593498477.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200630/Hh7kabCvHe-1593498477.png.webp" + }, + "title": "USA Heart" + }, + "key": "ukR6L-aPsS", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200630/QfT1nrPWix-1593498475.jpg", + "thumbUrlGif": "", + "title": "USA Heart" + }, + { + "detail": { + "key": "p7MH54-asr", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Qxk2R1PRxv.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200604/rXvKx11ZDl-1591236341.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200604/ccVZdeoBfn-1591236342.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200604/X1rxF8grAX-1591236343.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200604/ZxNIKerUMF-1591236343.png.webp" + }, + "title": "Fairy Lights Heart 2" + }, + "key": "p7MH54-asr", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200604/CtNlXwx35p-1591236341.jpg", + "thumbUrlGif": "", + "title": "Fairy Lights Heart 2" + }, + { + "detail": { + "key": "JecJ0KMTn2", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/gqMb4mIBaq.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200526/8wTA4Fi4IF-1590481359.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200526/Gg2PJ2g1AU-1590481360.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200526/ONg22SkWqP-1590481361.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200526/keYNXsaNG4-1590481361.png.webp" + }, + "title": "Neon Hand Love" + }, + "key": "JecJ0KMTn2", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200526/7Iw9okVKkJ-1590481359.jpg", + "thumbUrlGif": "", + "title": "Neon Hand Love" + }, + { + "detail": { + "key": "tpJ4UxzVM3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/6vgvB9RRep.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200526/8x6CIq5JQr-1590477911.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200526/G1YsP1oX5h-1590477911.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200526/APm2ArjQ2Z-1590477913.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200526/FYClXdZK96-1590477912.png.webp" + }, + "title": "Neon Heart Lights 2" + }, + "key": "tpJ4UxzVM3", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200526/O0DFCXGDAY-1590477910.jpg", + "thumbUrlGif": "", + "title": "Neon Heart Lights 2" + }, + { + "detail": { + "key": "EdRd8U6AjQ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/YQnEGZYp25.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200526/ynmE25OARA-1590477642.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200526/or1b2tow7P-1590477643.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200526/1pOekVngZc-1590477644.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200526/B8QxXMOgI5-1590477643.png.webp" + }, + "title": "Love Birds Couple" + }, + "key": "EdRd8U6AjQ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200526/4XTDob9YM7-1590477641.jpg", + "thumbUrlGif": "", + "title": "Love Birds Couple" + }, + { + "detail": { + "key": "jgWtXi-uKX", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/0SXT3jZlXo.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200521/KbYAclsDlH-1590039900.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200521/azgJ5GqR3Q-1590039901.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200521/edRdlyu0gq-1590039902.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200521/dYJhTViKVw-1590039901.png.webp" + }, + "title": "Cactus Love" + }, + "key": "jgWtXi-uKX", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200521/moxROgvekv-1590039899.jpg", + "thumbUrlGif": "", + "title": "Cactus Love" + }, + { + "detail": { + "key": "D4Z7ZZFL5A", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/bVQ4Ek3pXy.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200421/T4xZwIy6lm-1587449620.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200421/OwCu8tBJO2-1587449621.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200421/XSyvYsFWzK-1587449623.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210730/PYn-u31aJJ-1627624645.png.webp" + }, + "title": "Cute Avocado Love" + }, + "key": "D4Z7ZZFL5A", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200421/qGumqU7Mh2-1587449620.jpg", + "thumbUrlGif": "", + "title": "Cute Avocado Love" + }, + { + "detail": { + "key": "BV0rMjRR7K", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Ng4rGPlvzK.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200421/xzGIDavMzp-1587449182.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200421/Pu2f1EXSbH-1587449183.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200421/A4KlGJo3a7-1587449184.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200421/1cXGheLoPW-1587449184.png.webp" + }, + "title": "Cross Heartbeat" + }, + "key": "BV0rMjRR7K", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200421/VprOYGKwwX-1587449182.jpg", + "thumbUrlGif": "", + "title": "Cross Heartbeat" + }, + { + "detail": { + "key": "-aqzMkg2rE", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/pNzZx5l2FR.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200324/64WSjbjRzk-1585047164.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200324/nLV0EaOFBV-1585047165.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200324/4XeXjyfzGQ-1585047166.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200324/wYI8Rwws4M-1585047165.png.webp" + }, + "title": "Rose Gold Marble Love" + }, + "key": "-aqzMkg2rE", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200324/GVagvHKHxa-1585047164.jpg", + "thumbUrlGif": "", + "title": "Rose Gold Marble Love" + }, + { + "detail": { + "key": "N-aGErIOXq", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/3IIcQx3G4h.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200324/66zk9fJ23R-1585046519.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200324/L0hUAsSace-1585046520.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200324/DUF1xG39oK-1585046521.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200324/BW2sgR8WDf-1585046521.png.webp" + }, + "title": "Neon Pink Love" + }, + "key": "N-aGErIOXq", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200324/DQlB2BPeLd-1585046519.jpg", + "thumbUrlGif": "", + "title": "Neon Pink Love" + }, + { + "detail": { + "key": "T9ojMZD3rN", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/veKQf6B4Xa.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200107/pOIRBXK3h4-1578391442.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200107/HHov0FxlDX-1578391443.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200107/FYDyLIbESd-1578391444.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200107/v2wyhW2MY9-1578391444.png.webp" + }, + "title": "Emoji Love" + }, + "key": "T9ojMZD3rN", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200107/xeZ1Phx1Qt-1578391442.jpg", + "thumbUrlGif": "", + "title": "Emoji Love" + }, + { + "detail": { + "key": "ShHlb2h7aw", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/UicEUbngeX.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200225/Ftf3iZx8jo-1582610240.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200225/UZ9uXqhjG3-1582610240.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200225/Hoo1bWEmKY-1582610241.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200225/PrYFXuf78P-1582610241.png.webp" + }, + "title": "Glitter Emoji Love" + }, + "key": "ShHlb2h7aw", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200225/OfxQujfZqI-1582610239.jpg", + "thumbUrlGif": "", + "title": "Glitter Emoji Love" + }, + { + "detail": { + "key": "FGZNt6-RQM", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ZQnkFKxizD.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191028/fERCSsfR0W-1572243499.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191028/PU9OzYxD8R-1572243500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191028/8berfehO0u-1572243501.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200828/0zrXpGslfA-1598610108.png.webp" + }, + "title": "Fairy Lights Heart" + }, + "key": "FGZNt6-RQM", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191028/JQHOyyM8Du-1572243499.jpg", + "thumbUrlGif": "", + "title": "Fairy Lights Heart" + }, + { + "detail": { + "key": "QFa-Qu4KPK", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/rsJsGiAxrE.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191014/mSQQ4HeLBD-1571039223.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191014/ORl0sMexnC-1571039223.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191014/sAmrHZ8oM3-1571039225.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201109/3Bp-aRo6Lt-1604901838.png.webp" + }, + "title": "Grim Reaper Skull Love" + }, + "key": "QFa-Qu4KPK", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191014/IP38mrOjLt-1571039222.jpg", + "thumbUrlGif": "", + "title": "Grim Reaper Skull Love" + }, + { + "detail": { + "key": "2XKk9wYJAQ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/B7ghx5QZoc.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190911/6uk4ZGQqNd-1568197737.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190911/peiqEIvaMH-1568197737.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190911/IAgzPsnOIr-1568197738.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211203/BCTxHqOtNM-1638512677.png.webp" + }, + "title": "Neon Blue Heartbeat" + }, + "key": "2XKk9wYJAQ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190911/lwQyq1yCdA-1568197736.jpg", + "thumbUrlGif": "", + "title": "Neon Blue Heartbeat" + }, + { + "detail": { + "key": "00NITxMFeW", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/8leW1nMEhq.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190814/W6Dug0xL5N-1565750083.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190814/W1oewYVMPX-1565750083.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190814/NS2BHzC0kS-1565750084.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190814/tAcG3W1nle-1565750084.png.webp" + }, + "title": "Love You Emoji" + }, + "key": "00NITxMFeW", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190814/APA72vURit-1565750082.jpg", + "thumbUrlGif": "", + "title": "Love You Emoji" + }, + { + "detail": { + "key": "6AC31MPJcC", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/lP4BfHn5GF.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190807/BaNndSofmT-1565162923.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190807/C9jVbCNTlI-1565162923.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190807/7fzu0ckFjC-1565162924.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190807/8zWw62gJ2I-1565162924.png.webp" + }, + "title": "Doodle Pink Love" + }, + "key": "6AC31MPJcC", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190807/K5GjKHeNlw-1565162922.jpg", + "thumbUrlGif": "", + "title": "Doodle Pink Love" + }, + { + "detail": { + "key": "JERwcLeHyb", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/qibyER2Swf.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190701/tfllRzMw4j-1561975183.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190701/Cd5bzOdN3c-1561975184.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190701/8uYmV2CgPM-1561975185.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190701/cJEKyvY7Yf-1561975184.png.webp" + }, + "title": "Love Sweets" + }, + "key": "JERwcLeHyb", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190701/N16zagdNOb-1561975182.jpg", + "thumbUrlGif": "", + "title": "Love Sweets" + }, + { + "detail": { + "key": "qdCamfMvEj", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/5a9jWjAcpK.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190701/PQxR29tKz0-1561975074.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190701/q8xQQhgN4a-1561975075.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190701/vIuH5fuHa9-1561975076.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190701/8mWqna85l1-1561975076.png.webp" + }, + "title": "Lovely Ragged Bear" + }, + "key": "qdCamfMvEj", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190701/Jaalqb03Gi-1561975074.jpg", + "thumbUrlGif": "", + "title": "Lovely Ragged Bear" + }, + { + "detail": { + "key": "viz6KAbEBJ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/CLatYMwP4G.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190627/ZjxVul4JUP-1561624228.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190627/XCxhXt58ja-1561624228.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190627/qRvMerW6wT-1561624229.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190627/ORuWSz0XWk-1561624229.png.webp" + }, + "title": "Cute Birds Love" + }, + "key": "viz6KAbEBJ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190627/NFWCBqEZs6-1561624227.jpg", + "thumbUrlGif": "", + "title": "Cute Birds Love" + }, + { + "detail": { + "key": "RL9OFdAE8C", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/d51iS1eyVf.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190423/hE7vUimEbw-1556002782.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190423/L2MUFRXx89-1556002786.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190423/LjPWUbxpRb-1556002792.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200619/0Rkrq7Ou-a-1592562535.png.webp" + }, + "title": "Neon Love" + }, + "key": "RL9OFdAE8C", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190423/92OV80ut7r-1556002779.jpg", + "thumbUrlGif": "", + "title": "Neon Love" + }, + { + "detail": { + "key": "B3fKxJ7Q4U", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/BRlivvCiiy.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190221/HctbTOzjI8-1550732660.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190221/72cDvDyx9C-1550732662.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190221/zzGdukxB4w-1550732666.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210413/XfWOwpwNXF-1618282786.png.webp" + }, + "title": "Valentine Hearts" + }, + "key": "B3fKxJ7Q4U", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190221/OlfIyMC1uk-1550732657.jpg", + "thumbUrlGif": "", + "title": "Valentine Hearts" + }, + { + "detail": { + "key": "2T_QdEz5-z", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/iNfWrcF03Q.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190211/WQfjnFAbN0-1549872001.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190211/8MZTMCdopd-1549872002.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190211/j14zYYatCQ-1549872005.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210122/HyUMYX1gP4-1611287221.png.webp" + }, + "title": "Pastel Blue Love" + }, + "key": "2T_QdEz5-z", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190211/zm4Tv2lgYO-1549871998.jpg", + "thumbUrlGif": "", + "title": "Pastel Blue Love" + }, + { + "detail": { + "key": "rQ7YjFgZ-F", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/3Qwn3O8wCT.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200219/7OfV1vr6as-1582094408.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200219/ggTbbHawOm-1582094409.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200219/mxMQXqmpAP-1582094410.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210204/RZkEg9Ip1x-1612412194.png.webp" + }, + "title": "Neon Heart Wings" + }, + "key": "rQ7YjFgZ-F", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200219/LRxE9gqdeK-1582094408.jpg", + "thumbUrlGif": "", + "title": "Neon Heart Wings" + }, + { + "detail": { + "key": "BFMedbO_2v", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/CzqAPRYHDr.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190117/KbCpaVtfk0-1547719348.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190117/UeGAh9Dg1M-1547719350.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190117/PzaoSan2EQ-1547719354.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200910/1obGr4Io32-1599736760.png.webp" + }, + "title": "Love Pink Heart" + }, + "key": "BFMedbO_2v", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190117/LZDmQ1xLvN-1547719344.jpg", + "thumbUrlGif": "", + "title": "Love Pink Heart" + }, + { + "detail": { + "key": "AF2eIrwaVj", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/FH5sReiCWS.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20180919/n4T0KZMAnW-1537338903.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20180919/E4jY1JSBLr-1537338908.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20180919/JNc3JwY78h-1537338923.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201229/pW4qKAgxML-1609233160.png.webp" + }, + "title": "Pink Love Heart" + }, + "key": "AF2eIrwaVj", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20180919/pPzutmQwIP-1537338899.jpg", + "thumbUrlGif": "", + "title": "Pink Love Heart" + }, + { + "detail": { + "key": "xwigpjk0hb", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/olsKVWySX2.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200702/9E3yVCYQ70-1593676058.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200702/BYb4pem487-1593676059.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200702/XvNQjjNtQ1-1593676060.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200717/GBUuOkI8aX-1594955095.png.webp" + }, + "title": "Rose Gold Heart" + }, + "key": "xwigpjk0hb", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200702/ZqKTm9mjpA-1593676058.jpg", + "thumbUrlGif": "", + "title": "Rose Gold Heart" + }, + { + "detail": { + "key": "2Bv4MpHTP0", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/dIzvVBKzJA.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20180202/rieT20buXi-1517551912.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20180202/spW2embcJx-1517551918.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20180202/ccxLIGORks-1517551925.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201217/WfYJjF1jg2-1608195129.png.webp" + }, + "title": "Sweet Love" + }, + "key": "2Bv4MpHTP0", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20180202/xFP48msyW7-1517551915.jpg", + "thumbUrlGif": "", + "title": "Sweet Love" + }, + { + "detail": { + "key": "7pC-u51Xl0", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/r7jRdL9gRY.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20171115/rPcFaEDQs7-1510742344.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20171115/lng47sPHuP-1510742351.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191204/hg9bO4OVHq-1575441873.jpeg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200423/bbwhL2Z8GA-1587631950.png.webp" + }, + "title": "Lovely Teddy" + }, + "key": "7pC-u51Xl0", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20180117/d93lhfe4RN-1516184090.jpg", + "thumbUrlGif": "", + "title": "Lovely Teddy" + }, + { + "detail": { + "key": "34qtowmayU", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/vivfI4Ybjz.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20170913/oGbet3iJhP-1505292957.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20170913/lKr65XmWHx-1505292958.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200701/SdrqJac3Ee-1593585186.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200828/BYZvnciFm4-1598610516.png.webp" + }, + "title": "Rose Love" + }, + "key": "34qtowmayU", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20180117/6I_oMKH7jl-1516185220.jpg", + "thumbUrlGif": "", + "title": "Rose Love" + } + ] + }, + { + "parent_name": "Cute", + "keyboard_list": [ + { + "detail": { + "key": "sFVdQEBcXl", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/fYmIjpgpRY.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221220/auA4x4jvFj-1671508321.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221220/uaYeaaQY3l-1671508322.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221220/Trt0IPEBck-1671508323.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221220/7YNdOH5z30-1671508323.png.webp" + }, + "title": "Cute Nike Stitch" + }, + "key": "sFVdQEBcXl", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221220/2jCsFxEtRh-1671508321.jpg", + "thumbUrlGif": "", + "title": "Cute Nike Stitch" + }, + { + "detail": { + "key": "rc5IE4BAKZ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230427/b0xIq9a4mL-1682587912.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1682587947051_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1682587947455_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1682587948312_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1682587947889_ic_notif_120*120.png.webp" + }, + "title": "Pink Strawberry" + }, + "key": "rc5IE4BAKZ", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1682587945907_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Pink Strawberry" + }, + { + "detail": { + "key": "1bec8794fa3641b89f2da8f153f9d949", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231031/xRoWzATy8L-1698721600.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721608224_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721608691_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721609503_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721609115_ic_notif_120*120.png.webp" + }, + "title": "Cute Powerpuff Girls" + }, + "key": "1bec8794fa3641b89f2da8f153f9d949", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721606980_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Powerpuff Girls" + }, + { + "detail": { + "key": "VJL8yu8eOB", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ehlHlECeBF.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210706/E9hG7kTYAh-1625551455.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210706/ENFbgHPqyn-1625551455.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210706/p3r033hDkI-1625551456.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210706/q2bATPcKWG-1625551456.png.webp" + }, + "title": "Cute Kitten Love" + }, + "key": "VJL8yu8eOB", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210706/NapLrhKKFU-1625551454.jpg", + "thumbUrlGif": "", + "title": "Cute Kitten Love" + }, + { + "detail": { + "key": "3107f06cc5314bfcae210b04ece378d8", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230725/6ccdo9Ogp9-1690256578.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1690256585987_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1690256586451_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1690256587289_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1690256586894_ic_notif_120*120.png.webp" + }, + "title": "Cute Ice Kuromi" + }, + "key": "3107f06cc5314bfcae210b04ece378d8", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1690256584819_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Ice Kuromi" + }, + { + "detail": { + "key": "VjhfCLyMPx", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/cDnRwVEJPj.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230221/5nKkI8xAHL-1676960356.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230221/DfWI0mrYpB-1676960356.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230221/JJKYgdcntp-1676960357.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230221/EuEyvlaaBP-1676960357.png.webp" + }, + "title": "Cute Bubblegum Girl" + }, + "key": "VjhfCLyMPx", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230221/BbN0vaukKr-1676960355.jpg", + "thumbUrlGif": "", + "title": "Cute Bubblegum Girl" + }, + { + "detail": { + "key": "CRpYKFONVO", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/M5vkLHexFL.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220719/YORxp4HoiX-1658201519.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220719/tQuI9NqGIX-1658201520.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220719/jOuPpEaXoD-1658201521.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220719/vRe8GITwfb-1658201521.png.webp" + }, + "title": "Love Simba Nala" + }, + "key": "CRpYKFONVO", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220719/bsFABHdXgk-1658201519.jpg", + "thumbUrlGif": "", + "title": "Love Simba Nala" + }, + { + "detail": { + "key": "SNdiE3KwN_", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/W5OlHqfxZK.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210420/exObLsstum-1618908098.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210420/NvXU90NWmd-1618908099.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210420/66L1zGp3Nw-1618908100.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210420/ixsXVdGU1i-1618908100.png.webp" + }, + "title": "Shy Love Emoji" + }, + "key": "SNdiE3KwN_", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210420/2QYXGqy1mx-1618908097.jpg", + "thumbUrlGif": "", + "title": "Shy Love Emoji" + }, + { + "detail": { + "key": "f6e99408b0b940f899ffbe84260b5680", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231031/yNLW10Be6v-1698721472.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721480307_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721480903_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721481688_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721481297_ic_notif_120*120.png.webp" + }, + "title": "Cute Kuromi Melody" + }, + "key": "f6e99408b0b940f899ffbe84260b5680", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721479083_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Kuromi Melody" + }, + { + "detail": { + "key": "TMCdrD3LLE", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/PoavayxtIs.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221206/jZidvr4BYH-1670297877.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/qaSJyvKV08-1670297877.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/HW3hs_q_G2-1670298313.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/r68NIldfbh-1670298314.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/OwFKmhNYfJ-1670297878.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221206/T7aGKIAQKV-1670297878.png.webp" + }, + "title": "Corgi Love Kiss Live" + }, + "key": "TMCdrD3LLE", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221206/iyHFwsCfMp-1670297876.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/r68NIldfbh-1670298314.gif.webp", + "title": "Corgi Love Kiss Live" + }, + { + "detail": { + "key": "c15d796f127b496fbde97129025b1429", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231031/VLL6JHB63j-1698721313.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721322867_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721323343_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721324113_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721323742_ic_notif_120*120.png.webp" + }, + "title": "Cute Vampire Bear" + }, + "key": "c15d796f127b496fbde97129025b1429", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721321639_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Vampire Bear" + }, + { + "detail": { + "key": "MCqBYUWmgn", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/VP1yuX46pB.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221123/ntbjIzYdDn-1669189978.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221123/lQsvPrk2yt-1669189979.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221123/RQKejff2FA-1669190239.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221123/RjZwz27JsB-1669190242.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221123/7uh1Z5Tzj5-1669189979.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221123/U71Bafvbog-1669189979.png.webp" + }, + "title": "Jumping Corgi Live" + }, + "key": "MCqBYUWmgn", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221123/lxVf4O4dwq-1669189978.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221123/RjZwz27JsB-1669190242.gif.webp", + "title": "Jumping Corgi Live" + }, + { + "detail": { + "key": "1uoEsdcVmM", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/UBCqFi9uoQ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210601/cfFtrvinVY-1622538721.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210601/WrSXg9Pi77-1622538721.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210601/ZvGIvxLJQj-1622538722.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210601/K2IA1RjLSp-1622538722.png.webp" + }, + "title": "Cute White Kitten" + }, + "key": "1uoEsdcVmM", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210601/W5fAyi4uxz-1622538721.jpg", + "thumbUrlGif": "", + "title": "Cute White Kitten" + }, + { + "detail": { + "key": "B1ltq2Wl8k", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/NMAuaPcMH5.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210302/bN4HAcnB7t-1614656047.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/KeLLXxM8jx-1614656048.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/WGtw5FNmQy-1614656049.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210302/WvkfoJ7ZLd-1614656049.png.webp" + }, + "title": "Puppy Kitty Love" + }, + "key": "B1ltq2Wl8k", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210302/a5ERBUH1eF-1614656046.jpg", + "thumbUrlGif": "", + "title": "Puppy Kitty Love" + }, + { + "detail": { + "key": "6620e4ca8dca4c52bc55691d302376a5", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230803/cdpvckLVIn-1691043517.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1691043526323_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1691043526873_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1691043527767_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1691043527332_ic_notif_120*120.png.webp" + }, + "title": "Kawaii Teddy Bunny" + }, + "key": "6620e4ca8dca4c52bc55691d302376a5", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1691043525108_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Kawaii Teddy Bunny" + }, + { + "detail": { + "key": "f1UauX2cyA", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/xuF9nHR4vU.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210601/xaJQhgpGuc-1622533847.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210601/vFLsWt6HbN-1622533848.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210601/2lop9mhCxh-1622533850.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210601/kPq0Af4Lkk-1622533849.png.webp" + }, + "title": "Graffiti Rose Pink" + }, + "key": "f1UauX2cyA", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210601/PRBxuQOosg-1622533846.jpg", + "thumbUrlGif": "", + "title": "Graffiti Rose Pink" + }, + { + "detail": { + "key": "59bea6b8bfcb42f2a9f29c0c07644418", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231025/aL5CQ9lxW0-1698215762.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698215769791_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698215770235_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698215770992_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698215770631_ic_notif_120*120.png.webp" + }, + "title": "Unicorn Cinnamoroll" + }, + "key": "59bea6b8bfcb42f2a9f29c0c07644418", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698215768551_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Unicorn Cinnamoroll" + }, + { + "detail": { + "key": "B6JfeKp60h", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/yEdaU1kfiH.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210817/GrrsXxAcgV-1629195757.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/Ja7C4AbSo6-1629195757.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/3IW37wGOVE-1629195758.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210817/UvJAM7u1YZ-1629195758.png.webp" + }, + "title": "Neon Kitten Love" + }, + "key": "B6JfeKp60h", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210817/6q79Kc0SdJ-1629195756.jpg", + "thumbUrlGif": "", + "title": "Neon Kitten Love" + }, + { + "detail": { + "key": "d77c46d81d754de98cb60c5bab7a8507", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231031/T2TZb2lpsJ-1698721391.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721399333_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721399772_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721400651_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721400234_ic_notif_120*120.png.webp" + }, + "title": "Cute Cup Cat" + }, + "key": "d77c46d81d754de98cb60c5bab7a8507", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721398038_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Cup Cat" + }, + { + "detail": { + "key": "ExJSKp5v7L", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/BYMc4ADQCu.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201001/u3bDzoURb9-1601544016.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201001/Df9H4WVPaB-1601544017.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201001/T2TE6PyTwt-1601544019.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201001/v7L2gWoRep-1601544018.png.webp" + }, + "title": "Fluffy Cute Dog" + }, + "key": "ExJSKp5v7L", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201001/jsGRjp9ooC-1601544016.jpg", + "thumbUrlGif": "", + "title": "Fluffy Cute Dog" + }, + { + "detail": { + "key": "2XfyvKerR4", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Fb1c7KUEiw.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210120/ODKueNxQSp-1611139695.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210120/LGwgccBArr-1611139696.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210120/zR8kFkIjlz-1611139697.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210120/T1f011CP9t-1611139697.png.webp" + }, + "title": "Avocado Lover" + }, + "key": "2XfyvKerR4", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210120/8vSAxGBJnE-1611139695.jpg", + "thumbUrlGif": "", + "title": "Avocado Lover" + }, + { + "detail": { + "key": "IUybdwWW1K", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/UCYhmv1qFh.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230228/tAHp00BRba-1677556507.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230228/IdmRwGlBwE-1677556508.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230228/xKthiUl8IL-1677556509.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230228/sTJQ0uWVkf-1677556508.png.webp" + }, + "title": "Shy Love Pink Bear" + }, + "key": "IUybdwWW1K", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230228/Oz5b0d32wQ-1677556507.jpg", + "thumbUrlGif": "", + "title": "Shy Love Pink Bear" + }, + { + "detail": { + "key": "5rRWKU2N8B", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/0p4mUX9Zm6.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230228/yPvzBuiNbP-1677552793.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230228/c7NqzRXIGN-1677552794.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230228/dk3sKwKy3v-1677552795.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230228/njjtJK8iYB-1677552794.png.webp" + }, + "title": "Cute Wings Kitten" + }, + "key": "5rRWKU2N8B", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230228/xwFYqevlsE-1677552793.jpg", + "thumbUrlGif": "", + "title": "Cute Wings Kitten" + }, + { + "detail": { + "key": "s2S3ztStqi", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/uF6YSLV9YB.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221027/hnmV3RPVKS-1666867146.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221027/bYESGpZKkJ-1666867147.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221101/PpAkXMI27d-1667290180.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221027/rOCtEYO-Os-1666867191.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221027/sW2BtVPRoP-1666867148.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221027/wXs68tJwmt-1666867147.png.webp" + }, + "title": "Cute Teddy Live" + }, + "key": "s2S3ztStqi", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221027/7k6oldMR8G-1666867146.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221027/rOCtEYO-Os-1666867191.gif.webp", + "title": "Cute Teddy Live" + }, + { + "detail": { + "key": "Z7TYhHtEJe", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/2yheLCpdnk.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230217/ekIL9QpITf-1676606176.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230217/oZ7XcbFYxH-1676606176.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230217/GdKl1jUl9B-1676606177.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230217/0nfRPcEIT0-1676606177.png.webp" + }, + "title": "Lovely Teddy Rose" + }, + "key": "Z7TYhHtEJe", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230217/E2qEuurBfR-1676606175.jpg", + "thumbUrlGif": "", + "title": "Lovely Teddy Rose" + }, + { + "detail": { + "key": "WqHHAMIUn5", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/clHGIhHcDa.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230228/4Lp7dBoRnN-1677556503.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230228/CZ2cwcfBvx-1677556503.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230228/N4NwFfx6yL-1677556504.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230228/KfZpttpBip-1677556504.png.webp" + }, + "title": "Alone Goose Duck" + }, + "key": "WqHHAMIUn5", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230228/D0RdP4ad3t-1677556502.jpg", + "thumbUrlGif": "", + "title": "Alone Goose Duck" + }, + { + "detail": { + "key": "zbdkK_QiAH", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/MF7dEkN7LL.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230207/VJubBm5EfR-1675741974.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230207/yQ4p6sdxDZ-1675741975.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230207/cMVPBSr6Il-1675741976.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230207/AqNt9OgqPo-1675741976.png.webp" + }, + "title": "Melody Kuromi Cute" + }, + "key": "zbdkK_QiAH", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230207/BrSzf4dUAA-1675741974.jpg", + "thumbUrlGif": "", + "title": "Melody Kuromi Cute" + }, + { + "detail": { + "key": "DYcn5BUSIz", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/lKCZN1GldH.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221206/Qput0VUwKv-1670297888.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/q5HoXv7My6-1670297889.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/x3THvfzPDo-1670298442.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/LJcHIMLKwU-1670298445.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/6gcMMnxAp6-1670297889.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221206/ytV87wUAAX-1670297889.png.webp" + }, + "title": "Roll Dino Live" + }, + "key": "DYcn5BUSIz", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221206/OUw6lkueZS-1670297887.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/LJcHIMLKwU-1670298445.gif.webp", + "title": "Roll Dino Live" + }, + { + "detail": { + "key": "U20twOPfxG", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/bwBezldiGY.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221108/IdVpmriC4U-1667895484.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221108/XagzTfQqmA-1667895484.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221108/msGUFgvhLE-1667895739.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221108/NVAla3rhdP-1667895744.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221108/2mf3sUYKNY-1667895485.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221108/xIRL0TJx25-1667895485.png.webp" + }, + "title": "Colorful Face Live" + }, + "key": "U20twOPfxG", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221108/RbM5F3HG_L-1667895753.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221108/NVAla3rhdP-1667895744.gif.webp", + "title": "Colorful Face Live" + }, + { + "detail": { + "key": "54642f5a47a4481d8600b2603b561d65", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230801/7R8jfokAWv-1690857348.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1690857357817_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1690857358236_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1690857359081_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1690857358684_ic_notif_120*120.png.webp" + }, + "title": "Funny Cat Club" + }, + "key": "54642f5a47a4481d8600b2603b561d65", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1690857356699_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Funny Cat Club" + }, + { + "detail": { + "key": "yiqcrBmsS1", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/CpAPeQo9hZ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221206/QuIOJAtdbO-1670297900.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/U0JQ7jj6wu-1670297900.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/0b5xHmuJAn-1670298495.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/GybgL77l1O-1670298498.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/P19lZcfL4e-1670297901.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221206/zIcarGVoMS-1670297901.png.webp" + }, + "title": "Pudin Cat Live" + }, + "key": "yiqcrBmsS1", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221206/s55lbMFn0V-1670297900.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/GybgL77l1O-1670298498.gif.webp", + "title": "Pudin Cat Live" + }, + { + "detail": { + "key": "x-tRFq27j3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/9PZ5VCOSWN.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221128/05RoQDNA9G-1669651052.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221128/peg6HgsLPy-1669651053.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221128/wxS2FX2blp-1669651054.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221128/Kfu35sz6Qw-1669651053.png.webp" + }, + "title": "Cute Wizard Kitten" + }, + "key": "x-tRFq27j3", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221128/kzHXLxDED2-1669651052.jpg", + "thumbUrlGif": "", + "title": "Cute Wizard Kitten" + }, + { + "detail": { + "key": "SIzRI7PHfV", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/L0jlm0dPT8.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221128/BE4xWEkbzW-1669650972.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221128/taWFeiVOdO-1669650973.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221128/HJP0uWjs7Z-1669650974.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221128/Q7Z2cD1NTi-1669650973.png.webp" + }, + "title": "Paint Cute Rabbit" + }, + "key": "SIzRI7PHfV", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221128/dURxhkqzSC-1669650972.jpg", + "thumbUrlGif": "", + "title": "Paint Cute Rabbit" + }, + { + "detail": { + "key": "n1C9r5-6pm", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/nF8VpdPiPW.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221121/e6b498anSK-1669041474.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221121/4qKf86J1uP-1669041474.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221121/96gDzN3KZu-1669041475.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221121/6jzXGJrMVI-1669041475.png.webp" + }, + "title": "Pink Bunny Unicorn" + }, + "key": "n1C9r5-6pm", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221121/kzXxu5utcc-1669041473.jpg", + "thumbUrlGif": "", + "title": "Pink Bunny Unicorn" + }, + { + "detail": { + "key": "K_JA8ClzIi", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/iVAYydqlQF.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221108/kRljTIDEd1-1667877120.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221108/sloEtyQaLU-1667877121.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221108/ZgfXXPyHc8-1667877122.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221108/v0gJVWZd4S-1667877121.png.webp" + }, + "title": "Cute Dino Kitties" + }, + "key": "K_JA8ClzIi", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221108/4dQqdGutDM-1667877120.jpg", + "thumbUrlGif": "", + "title": "Cute Dino Kitties" + }, + { + "detail": { + "key": "19f00117a4994febb068d701d8280f44", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230808/OMZtlWlhM5-1691462859.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1691462868970_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1691462869478_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1691462870384_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1691462869987_ic_notif_120*120.png.webp" + }, + "title": "Cute Pink Sanrio" + }, + "key": "19f00117a4994febb068d701d8280f44", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1691462867816_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Pink Sanrio" + }, + { + "detail": { + "key": "MrxtKFQ2ri", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/KK7uLdE8yM.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230228/uxfWAe14s7-1677556498.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230228/21b4SWx4ty-1677556498.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230228/yCYCHyL3hW-1677556499.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230228/fQhtdynQdT-1677556499.png.webp" + }, + "title": "Cute Star Stitch" + }, + "key": "MrxtKFQ2ri", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230228/OjCqQJWAqX-1677556497.jpg", + "thumbUrlGif": "", + "title": "Cute Star Stitch" + }, + { + "detail": { + "key": "uT4zJUGeV5", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/lglLR7ZJiD.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210719/J7DPB4h3yH-1626686504.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210719/AG6tc0l6rM-1626686505.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210719/kcquH0jTBZ-1626686506.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210719/rGyCuGFyPG-1626686505.png.webp" + }, + "title": "Pearl Pink Rose" + }, + "key": "uT4zJUGeV5", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210719/VIBGkL8y3Z-1626686504.jpg", + "thumbUrlGif": "", + "title": "Pearl Pink Rose" + }, + { + "detail": { + "key": "Ud943oRkHn", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/lHJ4gx1wS4.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210622/oKr7SiJyWX-1624344404.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210622/ognCPfb9ry-1624344404.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210622/0XfJ3w74kT-1624344405.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210622/YVYL71saBA-1624344405.png.webp" + }, + "title": "Cartoon Corgi Puppy" + }, + "key": "Ud943oRkHn", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210622/gNqlFjLCAA-1624344403.jpg", + "thumbUrlGif": "", + "title": "Cartoon Corgi Puppy" + }, + { + "detail": { + "key": "f-nN2pTscK", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/64M1h6AQJP.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230110/XbPpt75Blc-1673323563.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230110/2o7LbXE8T9-1673323564.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230110/xGm8H0VNQb-1673323564.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230110/NLYtp70PpG-1673323564.png.webp" + }, + "title": "Cute Reading Stitch" + }, + "key": "f-nN2pTscK", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230110/aqQWFILBGK-1673323563.jpg", + "thumbUrlGif": "", + "title": "Cute Reading Stitch" + }, + { + "detail": { + "key": "nLCotIN9fG", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/MKjwoYmNDU.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210727/iKqMnfpvdV-1627374487.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210727/92kJEyvUzA-1627374487.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210727/BSGbRUPjPs-1627374488.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210727/v3x7FfvTLH-1627374488.png.webp" + }, + "title": "Pink Berry Cheers" + }, + "key": "nLCotIN9fG", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210727/MhzgwuWT1N-1627374486.jpg", + "thumbUrlGif": "", + "title": "Pink Berry Cheers" + }, + { + "detail": { + "key": "DDeqbyUysj", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/Dqi0sU4bz7.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221206/BrTsQVOCNS-1670297995.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/8HskBjoT2b-1670297995.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/QhuRnU5HVN-1670297996.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221206/FaMLhwFNIE-1670297996.png.webp" + }, + "title": "Cute MonaLisa Duck" + }, + "key": "DDeqbyUysj", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221206/OjrYXLD4k6-1670297994.jpg", + "thumbUrlGif": "", + "title": "Cute MonaLisa Duck" + }, + { + "detail": { + "key": "Y1w17K6O27", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/X0C74hhhip.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221213/DkK486DW7H-1670912908.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221213/Eh0NK06DI0-1670912908.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221213/0Rvei9g05x-1670912909.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221213/vvKw1ZaKcV-1670912909.png.webp" + }, + "title": "Cute Zombie Melody" + }, + "key": "Y1w17K6O27", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221213/3Xhol6pPbw-1670912907.jpg", + "thumbUrlGif": "", + "title": "Cute Zombie Melody" + }, + { + "detail": { + "key": "L7SfWaqXRV", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/RiF5hCak4J.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210608/Vyie5xpxLA-1623140597.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210608/eoAlWiC6JO-1623140598.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210608/AMm9u3ZStj-1623140599.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210608/NahRqBIwCS-1623140598.png.webp" + }, + "title": "Kawaii Teddy" + }, + "key": "L7SfWaqXRV", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210608/dz8SLfUkKQ-1623140597.jpg", + "thumbUrlGif": "", + "title": "Kawaii Teddy" + }, + { + "detail": { + "key": "1mwbG6HhjT", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/w7e4tsuLzt.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230131/SeKXlvi7ER-1675138480.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230131/uRCtu2qusG-1675138480.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230131/nWH7OwDSWp-1675138481.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230131/mT2Lq8kDtM-1675138481.png.webp" + }, + "title": "Cute Love Alpaca" + }, + "key": "1mwbG6HhjT", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230131/uxJ8us6ULh-1675138479.jpg", + "thumbUrlGif": "", + "title": "Cute Love Alpaca" + }, + { + "detail": { + "key": "vIaBZmveTe", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/oxyanKfOx3.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211019/9HNmnXzwd3-1634634401.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211019/k8N9Trhc3y-1634634402.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211019/qNuGcSyQFT-1634634403.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211019/U6vWmJvBO4-1634634403.png.webp" + }, + "title": "Love Panda Couple" + }, + "key": "vIaBZmveTe", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211019/0iE44f5vx5-1634634401.jpg", + "thumbUrlGif": "", + "title": "Love Panda Couple" + }, + { + "detail": { + "key": "zjdpX8fe1i", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/eTbSss6Dw5.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230104/tEIC4Zg3c3-1672804896.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230104/WqXjdIaWJn-1672804897.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230104/0SLS1zMfAC-1672804898.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230104/oeJSErHTH0-1672804897.png.webp" + }, + "title": "Cute Gothic Girl" + }, + "key": "zjdpX8fe1i", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230104/fyc6iC1863-1672804896.jpg", + "thumbUrlGif": "", + "title": "Cute Gothic Girl" + }, + { + "detail": { + "key": "XQDd7KLRwP", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/mJQ8NoNh89.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230207/eSoDWU8ID3-1675742006.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230207/kRrzlzi5x6-1675742006.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230207/ng9yBbpT9o-1675742007.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230207/GuZdckDRsP-1675742007.png.webp" + }, + "title": "Beard Puss Cute" + }, + "key": "XQDd7KLRwP", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230207/FFrnNbjnWb-1675742005.jpg", + "thumbUrlGif": "", + "title": "Beard Puss Cute" + }, + { + "detail": { + "key": "eBNWNaji4B", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/SFYHpjnTns.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211019/w8BDWNEMkx-1634636752.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211019/gK6ZtwQ6mM-1634636752.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211019/U1k0IXTkxI-1634636753.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211019/APmXRp2Kyb-1634636753.png.webp" + }, + "title": "Cute Kitten Paw" + }, + "key": "eBNWNaji4B", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211019/jgmwI052bX-1634636751.jpg", + "thumbUrlGif": "", + "title": "Cute Kitten Paw" + }, + { + "detail": { + "key": "D4Z7ZZFL5A", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/bVQ4Ek3pXy.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200421/T4xZwIy6lm-1587449620.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200421/OwCu8tBJO2-1587449621.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200421/XSyvYsFWzK-1587449623.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210730/PYn-u31aJJ-1627624645.png.webp" + }, + "title": "Cute Avocado Love" + }, + "key": "D4Z7ZZFL5A", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200421/qGumqU7Mh2-1587449620.jpg", + "thumbUrlGif": "", + "title": "Cute Avocado Love" + }, + { + "detail": { + "key": "2rGI08iSsz", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/sBTjos9BmB.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211019/kyyV2sm1T0-1634630939.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211019/ALJEEHWq1W-1634630939.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211019/5s4TSWZJVI-1634630940.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211019/xgp5a1JVQ5-1634630940.png.webp" + }, + "title": "Kpop Whale Galaxy" + }, + "key": "2rGI08iSsz", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211019/ubfCFjMeEU-1634630938.jpg", + "thumbUrlGif": "", + "title": "Kpop Whale Galaxy" + }, + { + "detail": { + "key": "fYAU1DtbLe", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/wcC0F5nA5z.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211015/nS5DzO4zcP-1634299391.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211015/Xh4bZp8GG7-1634299392.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211015/UPV0bB6xkD-1634299393.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211015/iYgx0aaJAV-1634299393.png.webp" + }, + "title": "Pink Panda Sleepy" + }, + "key": "fYAU1DtbLe", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211015/qNPNaERekV-1634299391.jpg", + "thumbUrlGif": "", + "title": "Pink Panda Sleepy" + }, + { + "detail": { + "key": "rGeDzJIfu0", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/hUS4zmDlvh.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211015/VX7mw4A9qT-1634289247.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211015/8Fy7l3p8VP-1634289247.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211015/HzLKOVxRoc-1634289248.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211015/2f5qQML0U7-1634289248.png.webp" + }, + "title": "Cute Pink Kitty" + }, + "key": "rGeDzJIfu0", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211015/saR5JKDOjw-1634289246.jpg", + "thumbUrlGif": "", + "title": "Cute Pink Kitty" + }, + { + "detail": { + "key": "_GygquQIZU", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/XSE5jJh7tn.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210928/OBBbqYBnd3-1632821476.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210928/dGqoGyZejJ-1632821477.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210928/v1l7Lv1smX-1632821478.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210928/JasvRQHWqa-1632821477.png.webp" + }, + "title": "Pink Unicorn Kitten" + }, + "key": "_GygquQIZU", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210928/oqRhKmjQZd-1632821476.jpg", + "thumbUrlGif": "", + "title": "Pink Unicorn Kitten" + }, + { + "detail": { + "key": "8T1ufGyKYT", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ZBHHgmQ5QS.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210914/LsET8vPJct-1631611631.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210914/j8kcUQ9Bwd-1631611632.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210914/RL2C31BoRT-1631611633.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210914/WWupW6Cmf9-1631611632.png.webp" + }, + "title": "Pink Cute Macaron" + }, + "key": "8T1ufGyKYT", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210914/c4DzJhFIID-1631611631.jpg", + "thumbUrlGif": "", + "title": "Pink Cute Macaron" + }, + { + "detail": { + "key": "9TSFcHC3T-", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/8xKHsrI5UK.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210908/TBlJz4Dg5n-1631094492.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210908/NYqbMwxKhn-1631094492.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210908/WZalm3X1Zn-1631094493.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210908/HCUgXlUYQk-1631094493.png.webp" + }, + "title": "Adorable Akita Kitty" + }, + "key": "9TSFcHC3T-", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210908/7RYEZpcbcV-1631094491.jpg", + "thumbUrlGif": "", + "title": "Adorable Akita Kitty" + }, + { + "detail": { + "key": "XImvESA8Gs", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/h8HslhxOYQ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210908/WR4BafctTv-1631090982.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210908/mVs0t5pv7f-1631090983.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210908/QVywDMUp8A-1631090984.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210908/RjEaJtbw6M-1631090984.png.webp" + }, + "title": "Fluffy Innocent Cat" + }, + "key": "XImvESA8Gs", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210908/3toEPJ077I-1631090982.jpg", + "thumbUrlGif": "", + "title": "Fluffy Innocent Cat" + }, + { + "detail": { + "key": "RCCAipIpdG", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/zKhyrYPTh3.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210224/1x6wMP76DR-1614147746.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210224/8OX4Ih7tkM-1614147746.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210224/7VUcJV2iNG-1614147747.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210224/Dgl2ccZi2z-1614147747.png.webp" + }, + "title": "Teacup Puppy" + }, + "key": "RCCAipIpdG", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210224/u0FPtyl0Lk-1614147745.jpg", + "thumbUrlGif": "", + "title": "Teacup Puppy" + }, + { + "detail": { + "key": "358dyDp3TV", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ImBL0Qdafb.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200813/i0NQfwzHlw-1597302790.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200813/uMEjZZpglz-1597302791.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200813/bi1WZ2Nl1m-1597302792.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211029/-JYmOqnP2c-1635487302.png.webp" + }, + "title": "Cute Hamster" + }, + "key": "358dyDp3TV", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200813/bV9rXUDWhn-1597302790.jpg", + "thumbUrlGif": "", + "title": "Cute Hamster" + }, + { + "detail": { + "key": "zKjevBcE8J", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/1skKclYwYA.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210831/NAoeQ8C2Nk-1630407294.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210831/Mtrlvum445-1630407295.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210831/xF2huTdmti-1630407296.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210831/jAu1ZTpLFV-1630407296.png.webp" + }, + "title": "Flower Tiara Kitten" + }, + "key": "zKjevBcE8J", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210831/JkOVDbTP2I-1630407294.jpg", + "thumbUrlGif": "", + "title": "Flower Tiara Kitten" + }, + { + "detail": { + "key": "zwTuJjyRjC", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/NiQYyPNTYJ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210831/NQytKHTrqR-1630405244.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210831/z2zuOqNoru-1630405244.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210831/AtQqhQUy60-1630405246.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210831/lPhEF0m9S0-1630405245.png.webp" + }, + "title": "Cute Cartoon Poodle" + }, + "key": "zwTuJjyRjC", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210831/SZv8oP9KCQ-1630405243.jpg", + "thumbUrlGif": "", + "title": "Cute Cartoon Poodle" + }, + { + "detail": { + "key": "SJ9zCPo_zV", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/80TWDbRoM9.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210824/ztrIsploIf-1629795459.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210824/9QwADvPmBf-1629795460.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210824/0PGSrtMh4B-1629795461.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210824/wPzDuvKnJr-1629795461.png.webp" + }, + "title": "Happy Cute Panda" + }, + "key": "SJ9zCPo_zV", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210824/u6XL0AvMre-1629795459.jpg", + "thumbUrlGif": "", + "title": "Happy Cute Panda" + }, + { + "detail": { + "key": "F2THRocdVu", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/qPxm1FMatU.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200316/AQEmJqqtmx-1584341194.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200316/Y5TBYtDhXh-1584341195.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200316/EBoUVazoMq-1584341196.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210730/G9KznxdF4l-1627616860.png.webp" + }, + "title": "Cute Watermelon" + }, + "key": "F2THRocdVu", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200316/ZTyYyU5chB-1584341193.jpg", + "thumbUrlGif": "", + "title": "Cute Watermelon" + }, + { + "detail": { + "key": "DRvDF3oZyo", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/sww5yDYQ63.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191021/k8XrGS5eVy-1571642694.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191021/NYW1GQkBHH-1571642694.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191021/sOm8bxPiN2-1571642695.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210730/qZsq0IiTUf-1627624527.png.webp" + }, + "title": "Cute Bunny Love" + }, + "key": "DRvDF3oZyo", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191021/XfLQNQJTAU-1571642693.jpg", + "thumbUrlGif": "", + "title": "Cute Bunny Love" + }, + { + "detail": { + "key": "XraqKz3kUE", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/yZett9cRec.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210923/EsWOYrItmm-1632392019.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210923/GhDPkHzxYa-1632392020.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210923/6eElWSUHYu-1632392021.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210923/l2QyuerpWa-1632392021.png.webp" + }, + "title": "Cutie Hamster" + }, + "key": "XraqKz3kUE", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210923/NxBIv0yuVU-1632392019.jpg", + "thumbUrlGif": "", + "title": "Cutie Hamster" + }, + { + "detail": { + "key": "R3N2H3oNUJ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/my3Eoc7cHy.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210817/RvjAlPcd87-1629198814.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/L8KPwLSNm4-1629198814.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/wKTNkSWJBU-1629198815.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210817/z3BQxZFxtq-1629198815.png.webp" + }, + "title": "Aesthetic Sky Paint" + }, + "key": "R3N2H3oNUJ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210817/Cn82QVuC68-1629198813.jpg", + "thumbUrlGif": "", + "title": "Aesthetic Sky Paint" + }, + { + "detail": { + "key": "ObaDngFdXe", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/gNyJq7EUoy.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210817/XD4jWBEJRi-1629196604.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/hsc4hNokl1-1629196605.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/yF9Kv4f2A7-1629196606.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210817/V7f7WJoPt4-1629196605.png.webp" + }, + "title": "Pink Strawberry Milk" + }, + "key": "ObaDngFdXe", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210817/8ceFcXVabF-1629196604.jpg", + "thumbUrlGif": "", + "title": "Pink Strawberry Milk" + }, + { + "detail": { + "key": "ar-WWY0Ovw", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/NF8TXwfUvM.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210817/MlcRpBu53T-1629197212.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/oMVSWGkduq-1629197212.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/V8BoTZag7a-1629197213.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210817/JvHG7snmcu-1629197213.png.webp" + }, + "title": "Colorful Cute Flower" + }, + "key": "ar-WWY0Ovw", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210817/gs79DzKVFL-1629197211.jpg", + "thumbUrlGif": "", + "title": "Colorful Cute Flower" + }, + { + "detail": { + "key": "VNEjxeDtrJ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/3SaP7pagvO.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210817/B4EqaXmw31-1629193901.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/jKi8m2Bdbs-1629193901.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/PfhRjxwOSz-1629193902.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210817/ROSbdNk5ll-1629193902.png.webp" + }, + "title": "Aesthetic Pink Rose" + }, + "key": "VNEjxeDtrJ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210817/RmH1gqLvot-1629193900.jpg", + "thumbUrlGif": "", + "title": "Aesthetic Pink Rose" + }, + { + "detail": { + "key": "3tvTNt-pkS", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Miao88OUUn.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210817/SpUCIs2uuB-1629193569.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/nFtAcFOCvV-1629193569.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/V0MFh2yO5Z-1629193570.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210817/xM5thphatO-1629193570.png.webp" + }, + "title": "Cool Funny Pizza" + }, + "key": "3tvTNt-pkS", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210817/4wl0fNSx9W-1629193568.jpg", + "thumbUrlGif": "", + "title": "Cool Funny Pizza" + }, + { + "detail": { + "key": "8OH0CF-D4x", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/myB9NW3mrJ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210817/8Jma2f7Tw9-1629180760.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/6N3nKnnI1V-1629180760.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/2CNMHxS8Z8-1629180761.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210817/JqDXQH2DnX-1629180761.png.webp" + }, + "title": "Cute Pug Puppy" + }, + "key": "8OH0CF-D4x", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210817/oiAhw8o1yz-1629180759.jpg", + "thumbUrlGif": "", + "title": "Cute Pug Puppy" + }, + { + "detail": { + "key": "HiwbyqW5Is", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/HV0PcIJGjP.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210810/MRr9zGs3DZ-1628583783.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210810/LcVqleus9b-1628583784.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210810/wXG5TGv3Ev-1628583785.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210810/XpVPyn2xoQ-1628583784.png.webp" + }, + "title": "Galaxy Sky Unicorn" + }, + "key": "HiwbyqW5Is", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210810/vRv3L2iiou-1628583783.jpg", + "thumbUrlGif": "", + "title": "Galaxy Sky Unicorn" + }, + { + "detail": { + "key": "fLVWAjf6EF", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/I4LSwrYqjj.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210810/40oXUM6GRa-1628583587.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210810/pDuaM1Q9VF-1628583587.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210810/oVSfburmco-1628583588.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210810/U6u4OuoIln-1628583588.png.webp" + }, + "title": "Glitter Black Pink" + }, + "key": "fLVWAjf6EF", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210810/9bf4CB3Yjv-1628583586.jpg", + "thumbUrlGif": "", + "title": "Glitter Black Pink" + }, + { + "detail": { + "key": "C8EvGwoDeB", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/idNWwTuT8O.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210810/nlVPcO9MNY-1628583548.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210810/17kZudwznp-1628583549.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210810/AhiqK8Qk2f-1628583550.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210810/1lqT4aXASc-1628583550.png.webp" + }, + "title": "Sleeping Cute Kitten" + }, + "key": "C8EvGwoDeB", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210810/p66rdxAa5C-1628583548.jpg", + "thumbUrlGif": "", + "title": "Sleeping Cute Kitten" + }, + { + "detail": { + "key": "SHFfGAyHLr", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/vixSFB6Jef.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210810/kLa57DmVna-1628583479.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210810/pIGmSxjrR6-1628583480.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210810/0OHsnO1lZA-1628583480.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210810/hZZeyEjS41-1628583480.png.webp" + }, + "title": "Lucky Clover" + }, + "key": "SHFfGAyHLr", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210810/7EEJnqnYsZ-1628583479.jpg", + "thumbUrlGif": "", + "title": "Lucky Clover" + }, + { + "detail": { + "key": "Wb4Bi9cxvp", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/FThy51nJ6j.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210810/82FBpPt4Vl-1628576739.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210810/9da38DsAn8-1628576740.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210810/YpmgX5MDoZ-1628576741.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210810/uZtaZ8tVTF-1628576740.png.webp" + }, + "title": "Pink Unicorn Toy" + }, + "key": "Wb4Bi9cxvp", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210810/bFO2novvSR-1628576739.jpg", + "thumbUrlGif": "", + "title": "Pink Unicorn Toy" + }, + { + "detail": { + "key": "aWTplwJ8LY", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/50arxjAz5D.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210804/hCKWkyp22j-1628064740.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210804/6Z7Ut9SzLt-1628064741.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210804/EHcQjiPb8K-1628064742.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210804/EkMjlZAvW9-1628064741.png.webp" + }, + "title": "Cool Space Dabbing" + }, + "key": "aWTplwJ8LY", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210804/T1CxA0Mfgi-1628064740.jpg", + "thumbUrlGif": "", + "title": "Cool Space Dabbing" + }, + { + "detail": { + "key": "lzG6JzBtGK", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/2DfRTGg6BG.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210727/lvgYS5VXjn-1627374376.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210727/iFeJ0l4p3u-1627374377.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210727/5xWPYmGOlC-1627374378.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210727/nu9YvzaGSn-1627374377.png.webp" + }, + "title": "Pink Lollipop Kitten" + }, + "key": "lzG6JzBtGK", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210727/89h0SUyVew-1627374376.jpg", + "thumbUrlGif": "", + "title": "Pink Lollipop Kitten" + }, + { + "detail": { + "key": "OiAR09pYey", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ilsrA2fGiN.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200825/Gv1ouKUCb2-1598342720.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200825/bZpaN47H9N-1598342720.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200825/2w9hvpKbOW-1598342721.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200825/YIDyhY5uTp-1598342721.png.webp" + }, + "title": "Cute Fluffy Cloud" + }, + "key": "OiAR09pYey", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200825/4ObrRmYQq9-1598342719.jpg", + "thumbUrlGif": "", + "title": "Cute Fluffy Cloud" + }, + { + "detail": { + "key": "g2zhVAsq20", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/XF1GtUHQqp.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210504/4kSikeuq3u-1620103683.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210504/p4WU1go9Jz-1620103684.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210504/OubQDGwHDv-1620103685.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210504/cXY1oHNr7i-1620103684.png.webp" + }, + "title": "Purple Galaxy Unicorn" + }, + "key": "g2zhVAsq20", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210504/kYx3ogGMEi-1620103683.jpg", + "thumbUrlGif": "", + "title": "Purple Galaxy Unicorn" + }, + { + "detail": { + "key": "Aw7xoTdJcm", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/aRndorf2GR.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210616/VdEwy32qsV-1623822706.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210616/n0LwavE3NI-1623822706.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210616/BpokZPm0t5-1623822707.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210616/xnhv93BIQP-1623822707.png.webp" + }, + "title": "Cute Cartoon Eyes" + }, + "key": "Aw7xoTdJcm", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210616/lCOHHnIwKK-1623822705.jpg", + "thumbUrlGif": "", + "title": "Cute Cartoon Eyes" + }, + { + "detail": { + "key": "sez85-uf0N", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/gIygCkypRB.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210601/zEIVoBZEqb-1622528008.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210601/we5y8aMQrK-1622528009.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210601/NWqkfD0j3L-1622528010.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210601/mWXccubsIf-1622528009.png.webp" + }, + "title": "Pink Roller Skate" + }, + "key": "sez85-uf0N", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210601/ikublGDFfZ-1622528008.jpg", + "thumbUrlGif": "", + "title": "Pink Roller Skate" + }, + { + "detail": { + "key": "kIaYDNezMv", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/eZczo0cI7k.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210601/XAjAGzJBC7-1622534891.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210601/Gfn4qaGA6c-1622534892.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210601/wvIfh3poxN-1622534893.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210601/Si0bOKiYLP-1622534893.png.webp" + }, + "title": "Glitter Pink Eyes" + }, + "key": "kIaYDNezMv", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210601/uNhIXngKjw-1622534890.jpg", + "thumbUrlGif": "", + "title": "Glitter Pink Eyes" + }, + { + "detail": { + "key": "HH-al0G2W-", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/AbqgIB08jQ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210520/BT4UndYy5p-1621502797.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210520/Y2dIbQi0Y3-1621502797.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210520/pNwDslf0Hs-1621502798.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210520/4XPHrz3FvI-1621502798.png.webp" + }, + "title": "Stylish Kitten" + }, + "key": "HH-al0G2W-", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210520/irNp6bWWMr-1621502796.jpg", + "thumbUrlGif": "", + "title": "Stylish Kitten" + }, + { + "detail": { + "key": "hGTt4kPjxA", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/rd0agWKOEt.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210518/DpQ3wHRwjR-1621319969.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210518/EmAxXfJIJ1-1621319969.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210518/nzWNECUEQc-1621319970.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210518/3JNyCgjBkv-1621319970.png.webp" + }, + "title": "Burney Puppy" + }, + "key": "hGTt4kPjxA", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210518/BH7NiB590z-1621319968.jpg", + "thumbUrlGif": "", + "title": "Burney Puppy" + }, + { + "detail": { + "key": "Lg7iiwTWKf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/nBcJLoJhe3.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210505/T2zoPkbpyK-1620183309.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210505/7EAhcH94U3-1620183309.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210505/whqkCzJACM-1620183310.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210505/OWsGwuk7jK-1620183310.png.webp" + }, + "title": "Pink Kitten" + }, + "key": "Lg7iiwTWKf", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210505/4xMDwkdmde-1620183308.jpg", + "thumbUrlGif": "", + "title": "Pink Kitten" + }, + { + "detail": { + "key": "qAO-TRVWQA", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/jySH0oR5BF.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210420/ljgbHpsOvy-1618908645.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210420/y14PeeDwCj-1618908646.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210420/u8Oczw3PqJ-1618908647.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210420/iRlZnoPbVm-1618908646.png.webp" + }, + "title": "Cute Teacup Puppie" + }, + "key": "qAO-TRVWQA", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210420/lyLi6xwsjv-1618908644.jpg", + "thumbUrlGif": "", + "title": "Cute Teacup Puppie" + }, + { + "detail": { + "key": "NQAgOkO7K_", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/GXVcbXR68g.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210601/yy7VGEIBHX-1622538828.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210601/H7jjiQwy58-1622538828.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210601/3DBTdwoxuA-1622538830.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210601/CZJogo49FT-1622538829.png.webp" + }, + "title": "Rainbow Jet Unicorn" + }, + "key": "NQAgOkO7K_", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210601/3fv7BVLmxx-1622538827.jpg", + "thumbUrlGif": "", + "title": "Rainbow Jet Unicorn" + }, + { + "detail": { + "key": "Mlo-4hpIgR", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/NfutLNME1H.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210601/sgyXBQLsJh-1622533497.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210601/QnTq7bErBF-1622533498.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210601/YIDJICMgZr-1622533499.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210601/6ARGTLSqMx-1622533499.png.webp" + }, + "title": "Daisy Pink SMS" + }, + "key": "Mlo-4hpIgR", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210601/ol7g4rxZgo-1622533496.jpg", + "thumbUrlGif": "", + "title": "Daisy Pink SMS" + }, + { + "detail": { + "key": "6mqXI4Oqgr", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/wd053NCMs1.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210511/VcGZOZRwXu-1620720485.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210511/mKaFJB6v5T-1620720486.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210511/nUodU1Q4O1-1620720487.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210511/a56DrHgugr-1620720487.png.webp" + }, + "title": "Funny Puppy" + }, + "key": "6mqXI4Oqgr", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210511/orkHF5Kkox-1620720485.jpg", + "thumbUrlGif": "", + "title": "Funny Puppy" + }, + { + "detail": { + "key": "P3SBPP4Inx", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/a4DqXJrS6r.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210331/IzdWG3Isys-1617172288.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210331/Fx1dIFpQny-1617172288.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210331/GZEYySiAJe-1617172289.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210331/9rNgrbwkhY-1617172289.png.webp" + }, + "title": "Unicorn Doodle" + }, + "key": "P3SBPP4Inx", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210331/yZLcQNEDbp-1617172287.jpg", + "thumbUrlGif": "", + "title": "Unicorn Doodle" + }, + { + "detail": { + "key": "vdNJuu1Vpd", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/PtKX1N8YZ9.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210224/80hvFw7JzZ-1614147913.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210224/am0FgRRVwZ-1614147914.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210224/yhlZR7R5H8-1614147915.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210224/0NnptZ8f0S-1614147914.png.webp" + }, + "title": "Avocado Dab" + }, + "key": "vdNJuu1Vpd", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210224/DNYaz9eeYo-1614147913.jpg", + "thumbUrlGif": "", + "title": "Avocado Dab" + }, + { + "detail": { + "key": "JIGKdTD8Fa", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Ttwqp9HFXV.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20180613/tl9PGAH95F-1528873359.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20180613/pjSKUwzmae-1528873361.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20180613/ujJVCYFYMA-1528873366.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210427/wAOrg4qOu0-1619503840.png.webp" + }, + "title": "Galaxy Cute Panda" + }, + "key": "JIGKdTD8Fa", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20180613/VOgOJ4d2gY-1528873356.jpg", + "thumbUrlGif": "", + "title": "Galaxy Cute Panda" + }, + { + "detail": { + "key": "uKSy3j8qHq", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/UgK3Vt8Nn4.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200722/lbF17CLU7o-1595411328.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200722/aa9yH7POMp-1595411329.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200722/Fn8NCGKdW4-1595411330.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200722/BPrqbI5ymo-1595411329.png.webp" + }, + "title": "Cute Rainbow Stars" + }, + "key": "uKSy3j8qHq", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200722/hPHwS9MLxz-1595411327.jpg", + "thumbUrlGif": "", + "title": "Cute Rainbow Stars" + }, + { + "detail": { + "key": "SkPgWxuw_d", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/I0WaY2YXQh.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210413/4lHX3x6Ynu-1618295018.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210413/6T895w9FKn-1618295019.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210413/OZsisUrjfl-1618295020.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210413/XwWlLmqS6Q-1618295019.png.webp" + }, + "title": "Lovely Birds" + }, + "key": "SkPgWxuw_d", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210413/vegcYSM8LX-1618295018.jpg", + "thumbUrlGif": "", + "title": "Lovely Birds" + }, + { + "detail": { + "key": "G91LrOEax4", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/NTDiyn8yHv.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210413/ogbx7l01q2-1618294748.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210413/yMHjF57lFV-1618294749.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210413/HWhw4s8id3-1618294750.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210413/Dt2hY5XbsQ-1618294750.png.webp" + }, + "title": "Pink Bunny Kitten" + }, + "key": "G91LrOEax4", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210413/GtPyPrwRX3-1618294748.jpg", + "thumbUrlGif": "", + "title": "Pink Bunny Kitten" + }, + { + "detail": { + "key": "-NBPWz6Wwo", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/rBAfVbVLrz.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210413/riQYSSFmCe-1618294450.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210413/VihqS1n7Dq-1618294451.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210413/j3jJRjlFwq-1618294452.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210413/RBfcdpq5uW-1618294451.png.webp" + }, + "title": "Strawberry Pink" + }, + "key": "-NBPWz6Wwo", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210413/G981XiK9kk-1618294450.jpg", + "thumbUrlGif": "", + "title": "Strawberry Pink" + }, + { + "detail": { + "key": "JzB8TkIeOS", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/WasRYxBqDO.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210413/NBlBH3CXj2-1618294371.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210413/VWXbjY5DYm-1618294371.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210413/8pwEsMZh6z-1618294373.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210413/kiEC04XyoS-1618294372.png.webp" + }, + "title": "Love Kitten" + }, + "key": "JzB8TkIeOS", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210413/Af67CICdLv-1618294370.jpg", + "thumbUrlGif": "", + "title": "Love Kitten" + }, + { + "detail": { + "key": "8wB_4w6Nt7", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/OUBcdjATSy.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210331/ujxAany6hr-1617172358.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210331/4CHn7QUDSv-1617172359.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210331/lVRPzUcb8k-1617172360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210331/REkalYFENZ-1617172359.png.webp" + }, + "title": "Happy Penguin" + }, + "key": "8wB_4w6Nt7", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210331/cvNs1dhhLg-1617172358.jpg", + "thumbUrlGif": "", + "title": "Happy Penguin" + }, + { + "detail": { + "key": "B3RaND_fyk", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/LDxZcd85m8.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210202/0Vky35uclJ-1612261527.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210202/YKMy00U0cW-1612261528.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210202/2VnX3h1Bjk-1612261529.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210202/7dIqOBPbJY-1612261528.png.webp" + }, + "title": "Pastel Cloud Cat" + }, + "key": "B3RaND_fyk", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210202/kPBmVY8tS7-1612261527.jpg", + "thumbUrlGif": "", + "title": "Pastel Cloud Cat" + }, + { + "detail": { + "key": "oURroPcl8W", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/bZbrap4n8q.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210407/HU72B7ZAA4-1617780119.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210407/kyUfYFsAlQ-1617780120.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210407/C1XsCruicv-1617780121.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211029/QslEACsDgo-1635477097.png.webp" + }, + "title": "Rainbow Clouds" + }, + "key": "oURroPcl8W", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210407/21TIbqcFAl-1617780119.jpg", + "thumbUrlGif": "", + "title": "Rainbow Clouds" + }, + { + "detail": { + "key": "GQLZHOdecA", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/zbi8gEkak0.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210323/kzg4V7729F-1616482505.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210323/0jdAZwoiDV-1616482506.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210323/xFYI2zbXv9-1616482507.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210323/NhdTgdwsVY-1616482506.png.webp" + }, + "title": "Blue Macaw" + }, + "key": "GQLZHOdecA", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210323/ETqZ5PXYW5-1616482505.jpg", + "thumbUrlGif": "", + "title": "Blue Macaw" + }, + { + "detail": { + "key": "dWUSQhEBdA", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/LXojE9fKlS.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210317/QEgpBTJauT-1615963740.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210317/oIfXt3ZbV4-1615963741.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210317/PN8lkq1wnt-1615963742.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210317/LwlwS8ad3U-1615963741.png.webp" + }, + "title": "Rainbow Galaxy Cake" + }, + "key": "dWUSQhEBdA", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210317/RJuhXcfTgJ-1615963740.jpg", + "thumbUrlGif": "", + "title": "Rainbow Galaxy Cake" + }, + { + "detail": { + "key": "pxJxCWlQpG", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/WroJazv3Sl.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210308/vRu6MUTFVw-1615182327.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210308/5hC1LZJ8Lu-1615182328.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210308/YVzILPMgJu-1615182329.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210308/dS83qqRcMX-1615182328.png.webp" + }, + "title": "Pink Glam Tower" + }, + "key": "pxJxCWlQpG", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210308/OEXNipN9Ng-1615182327.jpg", + "thumbUrlGif": "", + "title": "Pink Glam Tower" + }, + { + "detail": { + "key": "rNJxEKIJ0E", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Gdt195hWd5.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210304/0ydLye2npG-1614850130.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210304/wBFTV2VKDO-1614850131.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210304/OEk8KCyucI-1614850132.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210304/9NRMiMkiT1-1614850132.png.webp" + }, + "title": "Pink Tulips" + }, + "key": "rNJxEKIJ0E", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210304/I0iAleGlfd-1614850129.jpg", + "thumbUrlGif": "", + "title": "Pink Tulips" + }, + { + "detail": { + "key": "UrFJIQ1UT4", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ICdKvR9X7w.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210303/aWaSzPS2G9-1614764422.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210303/EmcWdUUd8q-1614764423.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210303/Mc2xSo0Gjj-1614764424.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210303/qjj7Dk5BRN-1614764423.png.webp" + }, + "title": "Snowy Cat" + }, + "key": "UrFJIQ1UT4", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210303/RVS1sYe8XB-1614764422.jpg", + "thumbUrlGif": "", + "title": "Snowy Cat" + }, + { + "detail": { + "key": "bbXA1An2AC", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/31jsy6ocXa.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210302/jQOIPQSDcR-1614655898.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/i8gftPZo16-1614655899.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/aT3KLi5Jtm-1614655902.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210302/8GPChUgt8u-1614655901.png.webp" + }, + "title": "White Cute Kitty" + }, + "key": "bbXA1An2AC", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210302/RGgo6a9NjQ-1614655897.jpg", + "thumbUrlGif": "", + "title": "White Cute Kitty" + }, + { + "detail": { + "key": "JIWUiGDUPI", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/65pW4eQB44.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210122/EEkhHfhchq-1611286006.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210122/VANI2ukcSQ-1611286007.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210122/yrL4ybkHzv-1611286008.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210122/efiVw0KMb3-1611286008.png.webp" + }, + "title": "Beautiful Sunflower" + }, + "key": "JIWUiGDUPI", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210122/QPKnDnB64R-1611286006.jpg", + "thumbUrlGif": "", + "title": "Beautiful Sunflower" + }, + { + "detail": { + "key": "HgUWC3TXgR", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/NJ6eqV50cX.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210121/Uk7KC4Pa5p-1611224030.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210121/Fle6ay5NLV-1611224030.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210121/TV8EiGDUy2-1611224031.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210121/4EoZWDT4JD-1611224031.png.webp" + }, + "title": "Neon Sad Emoji" + }, + "key": "HgUWC3TXgR", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210121/PrQo9zJVsC-1611224029.jpg", + "thumbUrlGif": "", + "title": "Neon Sad Emoji" + }, + { + "detail": { + "key": "lUfYDEBYwo", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/R5opMpY7ad.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210106/b7Jmo6iZKB-1609928898.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210106/6w3cmQroSE-1609928898.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210106/VEWntneVcz-1609928899.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210106/TZTwY6o0uy-1609928899.png.webp" + }, + "title": "Pastel Kitty" + }, + "key": "lUfYDEBYwo", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210106/60ApkU9PlR-1609928897.jpg", + "thumbUrlGif": "", + "title": "Pastel Kitty" + }, + { + "detail": { + "key": "kq-2UsqCqT", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/j5YWRVjVoE.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201125/ZOQnspUgqt-1606293149.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201125/F5hMVUnoUk-1606293150.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201125/dh6fPXgNlP-1606293151.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201125/UWor68PMz9-1606293150.png.webp" + }, + "title": "Parrot Love" + }, + "key": "kq-2UsqCqT", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201125/aBsOtGW5Bx-1606293149.jpg", + "thumbUrlGif": "", + "title": "Parrot Love" + }, + { + "detail": { + "key": "vGbqECuTsb", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/xKRiD2nNRl.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210302/vygenjfEuB-1614667224.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/wiECQobAcO-1614667225.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/gmAfSkuWhd-1614667226.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210302/NPnRQmz6bW-1614667225.jpg.webp" + }, + "title": "Pink Tulips" + }, + "key": "vGbqECuTsb", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210302/QCY4NoCBLE-1614667224.jpg", + "thumbUrlGif": "", + "title": "Pink Tulips" + }, + { + "detail": { + "key": "gFFHf0yoUE", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/L3aHl9s32v.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210323/NOJjhwFRmf-1616494936.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210323/3rd7AbfLrl-1616494937.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210323/XwSyyYQJAJ-1616494938.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210323/rKVrMqrhVv-1616494937.png.webp" + }, + "title": "Cute Bow Cat" + }, + "key": "gFFHf0yoUE", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210323/MnjPE318Zj-1616494936.jpg", + "thumbUrlGif": "", + "title": "Cute Bow Cat" + }, + { + "detail": { + "key": "sR_EJybkWE", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/wKqw1OX7h8.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210301/O6yaK8OHPw-1614593929.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210301/0fc2xybauG-1614593929.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210301/9SoAJ0foX6-1614593930.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210301/LGIhmrS1BT-1614593930.png.webp" + }, + "title": "Pizza Party" + }, + "key": "sR_EJybkWE", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210301/LdwfX3Dxzk-1614593928.jpg", + "thumbUrlGif": "", + "title": "Pizza Party" + }, + { + "detail": { + "key": "OBkUESYWDE", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/bvDWJU8H3x.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210203/QKxMPbPfdC-1612324372.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210203/5JAf2N8vOO-1612324373.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210203/iojJjU3tvZ-1612324374.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210203/6d7FwfL7Or-1612324373.png.webp" + }, + "title": "Cute Piggy" + }, + "key": "OBkUESYWDE", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210203/10qDlvT837-1612324372.jpg", + "thumbUrlGif": "", + "title": "Cute Piggy" + }, + { + "detail": { + "key": "jwL0WkVGsM", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/LkqjHi9c6O.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210203/7RuZzTh2sL-1612324274.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210203/9xNcIL8Fgd-1612324274.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210203/N30M4r8f9R-1612324275.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210203/pac3pwALC5-1612324275.png.webp" + }, + "title": "Pink Cotton Candy" + }, + "key": "jwL0WkVGsM", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210203/7fq6xfQ18q-1612324273.jpg", + "thumbUrlGif": "", + "title": "Pink Cotton Candy" + }, + { + "detail": { + "key": "NkpRHKD3wU", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/oUww4S9dey.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210203/O1h64meF4i-1612324159.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210203/T47qgPXUS5-1612324160.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210203/8Y8IpxfUYD-1612324161.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210203/3wUEKqo95w-1612324160.png.webp" + }, + "title": "Cutie Kitty" + }, + "key": "NkpRHKD3wU", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210203/uWtXAJWtnf-1612324159.jpg", + "thumbUrlGif": "", + "title": "Cutie Kitty" + }, + { + "detail": { + "key": "ZNzHwSY-4E", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/WCyxctwIqq.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210202/nxRVdNqLTx-1612260992.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210202/RoMAWZaNoi-1612260993.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210202/mojTi8RipE-1612260994.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210202/whZAMC5VVr-1612260994.png.webp" + }, + "title": "Happy Corgi" + }, + "key": "ZNzHwSY-4E", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210202/CjC6aMwd4G-1612260992.jpg", + "thumbUrlGif": "", + "title": "Happy Corgi" + }, + { + "detail": { + "key": "mynwKLSQyO", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/YfWpxAH7uk.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210105/TUYclPZ2M6-1609842934.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210105/hA0n2RMhri-1609842935.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210105/XxzhU90YKw-1609842936.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210105/Ui9kO6Qpvn-1609842935.png.webp" + }, + "title": "White Cute Bunny" + }, + "key": "mynwKLSQyO", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210105/CLhvi4Bacw-1609842934.jpg", + "thumbUrlGif": "", + "title": "White Cute Bunny" + }, + { + "detail": { + "key": "0sHaJPGA4a", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/XBJOfbivOT.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201229/IUYEiFZeEv-1609237511.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/PM35k4L6nX-1609237512.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/vIzr08SeBA-1609237513.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201229/GK6PuUor97-1609237512.png.webp" + }, + "title": "Galaxy Playful Panda" + }, + "key": "0sHaJPGA4a", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201229/kCnNE0QYkW-1609237511.jpg", + "thumbUrlGif": "", + "title": "Galaxy Playful Panda" + }, + { + "detail": { + "key": "LAlSr5zx_-", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/rumZfz0a90.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201202/QekQ5WHled-1606898433.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201202/cZaHhnJrlf-1606898433.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201202/1q0nXK5GRr-1606898434.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201202/tHw4g1yux4-1606898434.png.webp" + }, + "title": "Cute Puppy Pom" + }, + "key": "LAlSr5zx_-", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201202/roj1qekYa8-1606898432.jpg", + "thumbUrlGif": "", + "title": "Cute Puppy Pom" + }, + { + "detail": { + "key": "YrGewy4mm6", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/v20nMlnTGV.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200929/HAE5zgfMkr-1601375734.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200929/QzIR5oVbtx-1601375735.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200929/XyAJY52dSz-1601375736.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200929/mRdvf0DIoR-1601375735.png.webp" + }, + "title": "Cat Thumbs Up" + }, + "key": "YrGewy4mm6", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200929/q0OxKfI5KJ-1601375733.jpg", + "thumbUrlGif": "", + "title": "Cat Thumbs Up" + }, + { + "detail": { + "key": "M_tk0komlP", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/FtvIn2OZ5E.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200922/toUgynTuyJ-1600767922.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200922/z9p0VNOjf0-1600767922.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200922/usxwEGcMky-1600767923.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200922/gux7F2pRMg-1600767923.png.webp" + }, + "title": "Pink Watermelon" + }, + "key": "M_tk0komlP", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200922/i45VfswRZA-1600767921.jpg", + "thumbUrlGif": "", + "title": "Pink Watermelon" + }, + { + "detail": { + "key": "hV0pbkf-Ta", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/gsIOMlYOP5.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201216/4wGoYQKYNF-1608102705.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201216/Fiy6fMbIlO-1608102706.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201216/ZiZ7emXrUM-1608102706.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201216/GjJmIyQm8v-1608102706.png.webp" + }, + "title": "Smiley Flower Emoji" + }, + "key": "hV0pbkf-Ta", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201216/ey3M3W4PrB-1608102704.jpg", + "thumbUrlGif": "", + "title": "Smiley Flower Emoji" + }, + { + "detail": { + "key": "2usA6BSbvT", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/P6EBPLkos2.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201208/nBy8tm6bFH-1607417665.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/z3Jo6v3iCW-1607417666.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/p7nJNIvb82-1607417667.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201208/PF7CRUG1ej-1607417667.png.webp" + }, + "title": "Parakeet Love" + }, + "key": "2usA6BSbvT", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201208/HqYN9OrK5a-1607417664.jpg", + "thumbUrlGif": "", + "title": "Parakeet Love" + }, + { + "detail": { + "key": "xs6Ao4Afev", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/v3dsEymoth.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210127/r91GxlVMmY-1611740723.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210127/U6FUOSJXRX-1611740724.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210127/rFuZbvqHx9-1611740724.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210127/5PgbviBvw2-1611740724.png.webp" + }, + "title": "Pretty Sloth" + }, + "key": "xs6Ao4Afev", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210127/MucOste0I0-1611740722.jpg", + "thumbUrlGif": "", + "title": "Pretty Sloth" + }, + { + "detail": { + "key": "e5tsdo0cGE", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/yce4EDn49l.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201216/pXFdK9xLRs-1608102556.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201216/h99oFGmLeT-1608102556.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201216/8gMNMPGcWH-1608102557.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201216/HSQmGUrIfF-1608102557.png.webp" + }, + "title": "Cute Galaxy Cat" + }, + "key": "e5tsdo0cGE", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201216/M9RbR4fuKi-1608102555.jpg", + "thumbUrlGif": "", + "title": "Cute Galaxy Cat" + }, + { + "detail": { + "key": "Y7uCZ5W_By", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/OBnKxM90MS.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201229/zCyvhi05nE-1609237580.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/G7jnXceJUo-1609237580.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/UGLsYyp0ao-1609237581.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201229/88vPkZKn4Y-1609237581.png.webp" + }, + "title": "Pink Pineapples" + }, + "key": "Y7uCZ5W_By", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201229/wBG8t62l1u-1609237579.jpg", + "thumbUrlGif": "", + "title": "Pink Pineapples" + }, + { + "detail": { + "key": "LzqMcvT5Qg", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/e4xEyUxlJn.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201020/pqxNZy12CX-1603189620.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201020/te1L521KpO-1603189620.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201020/yNzq7DrNAG-1603189622.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201020/Y7o2b0bJcJ-1603189622.png.webp" + }, + "title": "Cute Tongue Pug" + }, + "key": "LzqMcvT5Qg", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201020/I094eHC1qL-1603189619.jpg", + "thumbUrlGif": "", + "title": "Cute Tongue Pug" + }, + { + "detail": { + "key": "Z1T_k4sZa0", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/A0bCVbd1Dm.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210601/sfkVlayi2T-1622533067.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210601/bfdfVdimZw-1622533067.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210601/cWTRZ4hhek-1622533069.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210601/2mmWHy2yD2-1622533068.png.webp" + }, + "title": "Fashion Alpaca" + }, + "key": "Z1T_k4sZa0", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210601/65DI9N5dXm-1622533066.jpg", + "thumbUrlGif": "", + "title": "Fashion Alpaca" + }, + { + "detail": { + "key": "Do1addkWXT", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/plxWIX3c68.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210331/muyP4SeI7k-1617172661.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210331/jI5a6ji4Er-1617172661.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210331/f43XMidMX6-1617172662.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210331/07k9Ei341O-1617172662.png.webp" + }, + "title": "Cute Pink Smiley" + }, + "key": "Do1addkWXT", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210331/8SfSBm6rnC-1617172660.jpg", + "thumbUrlGif": "", + "title": "Cute Pink Smiley" + }, + { + "detail": { + "key": "i-eJzBVfme", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/xupB61UsO3.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210317/UDzpYARd8D-1615963692.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210317/zVXpQrjANq-1615963693.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210317/ZWWQEIgjbj-1615963694.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210317/sz9ft6tgSg-1615963694.png.webp" + }, + "title": "Glitter Gold Butterfly" + }, + "key": "i-eJzBVfme", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210317/KuzFHg6v1n-1615963692.jpg", + "thumbUrlGif": "", + "title": "Glitter Gold Butterfly" + }, + { + "detail": { + "key": "55NQ1tOO5W", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/3V8YcW6YUV.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210127/RjdYaaFnqd-1611740254.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210127/gQ8NLXCBu5-1611740255.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210127/vIWIzvT20R-1611740256.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210127/ZNDff2wEN3-1611740256.png.webp" + }, + "title": "Pink Cute Bear" + }, + "key": "55NQ1tOO5W", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210127/meKxUYnwYs-1611740254.jpg", + "thumbUrlGif": "", + "title": "Pink Cute Bear" + }, + { + "detail": { + "key": "I4jtu3lNLj", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/9TXM0TNE4X.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210120/eE5dUK75VR-1611115068.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210120/MgUbCOUyvw-1611115068.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210120/rO4WtxL4NG-1611115069.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210120/MnxOJITsxK-1611115069.png.webp" + }, + "title": "Pastel Cotton Candy" + }, + "key": "I4jtu3lNLj", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210120/7a7IAYLaSV-1611115067.jpg", + "thumbUrlGif": "", + "title": "Pastel Cotton Candy" + }, + { + "detail": { + "key": "u4MlJC3aTm", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/djOUblYNYT.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201229/mYZzU54alz-1609237193.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/OFClndygjz-1609237194.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/aXVn86Fluw-1609237195.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201229/weUl5JmCd3-1609237194.png.webp" + }, + "title": "Angelic Cat" + }, + "key": "u4MlJC3aTm", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201229/pZ8IAMHIQT-1609237193.jpg", + "thumbUrlGif": "", + "title": "Angelic Cat" + }, + { + "detail": { + "key": "-B9Wn3jWmV", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/qRNle4ELQe.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201201/1fCCwTSna6-1606804891.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201201/DHJnPg7q9C-1606804892.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201201/AizCdl8Dbt-1606804894.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201201/xppBDqFnEJ-1606804893.png.webp" + }, + "title": "Glitter Watermelon" + }, + "key": "-B9Wn3jWmV", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201201/yXP6Vikkqt-1606804890.jpg", + "thumbUrlGif": "", + "title": "Glitter Watermelon" + }, + { + "detail": { + "key": "kjvB2AQ7Oa", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/SYJZqlhzvg.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201201/gKcJxznSKj-1606804643.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201201/6v6IF4bNvd-1606804644.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201201/b0WAOweqYb-1606804645.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201201/xWFC8wPK4d-1606804644.png.webp" + }, + "title": "Romantic Bear" + }, + "key": "kjvB2AQ7Oa", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201201/jAOo3ehKit-1606804643.jpg", + "thumbUrlGif": "", + "title": "Romantic Bear" + }, + { + "detail": { + "key": "iodEW1t43z", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/EmRH2FKWI2.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201201/ApDbqT0x4i-1606804492.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201201/h0uScr6JCg-1606804493.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201201/gFIJ7Sy64p-1606804494.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201201/lvpnhjBI7B-1606804493.png.webp" + }, + "title": "Chilling Chilis" + }, + "key": "iodEW1t43z", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201201/5sLRtOf6MD-1606804492.jpg", + "thumbUrlGif": "", + "title": "Chilling Chilis" + }, + { + "detail": { + "key": "COZ8_AFl_r", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/v14CYsJ31R.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201201/02wg5LLVeH-1606804448.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201201/2ioNnB1h5K-1606804449.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201201/eJ6rtdiqs0-1606804450.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201201/KR4zf83loq-1606804449.png.webp" + }, + "title": "Watercolor Pineapple" + }, + "key": "COZ8_AFl_r", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201201/FEXHkc5iqs-1606804448.jpg", + "thumbUrlGif": "", + "title": "Watercolor Pineapple" + }, + { + "detail": { + "key": "yLhfkKqKDB", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/aEk2kCt5Sx.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201125/21GIcoFnIb-1606293290.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201125/FBeu7F8rjk-1606293291.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201125/wujv8Vu58d-1606293292.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201125/LeXZZ8d0Nw-1606293292.png.webp" + }, + "title": "Floral Bear Cup" + }, + "key": "yLhfkKqKDB", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201125/3WYMKHHR0E-1606293290.jpg", + "thumbUrlGif": "", + "title": "Floral Bear Cup" + }, + { + "detail": { + "key": "rDHq3VQqZV", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ZkHmcaWb6E.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201125/qwCeX9O1NO-1606293191.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201125/GjDi65g31M-1606293191.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201125/0f0o78v2I7-1606293192.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201125/BB7VovQCSo-1606293192.png.webp" + }, + "title": "Glitter Macaroons" + }, + "key": "rDHq3VQqZV", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201125/Sgt9RrzG1p-1606293190.jpg", + "thumbUrlGif": "", + "title": "Glitter Macaroons" + }, + { + "detail": { + "key": "nsNWUkyXAs", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Y3JVWnMY2p.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201117/Y6kkNlkXLM-1605608083.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/vzTiLeMkti-1605608084.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/8KDrr0EAR0-1605608085.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201117/3RL8m8Rt9t-1605608084.png.webp" + }, + "title": "Kitty Paws" + }, + "key": "nsNWUkyXAs", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201117/MoNvXShVdZ-1605608083.jpg", + "thumbUrlGif": "", + "title": "Kitty Paws" + }, + { + "detail": { + "key": "Ye5y-XG7hf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/nvVlgHdPGe.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201117/cbvrwWfQHZ-1605605318.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/acccpPVxVz-1605605318.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/w2nHzgjAIj-1605605319.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201117/uSRBOuqWwn-1605605319.png.webp" + }, + "title": "Love Pet Life" + }, + "key": "Ye5y-XG7hf", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201117/ds74gvROBQ-1605605317.jpg", + "thumbUrlGif": "", + "title": "Love Pet Life" + }, + { + "detail": { + "key": "UDbmCbaJk3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Zn8IAWGEyL.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201105/OqA9r80cxa-1604544530.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201105/5VqemnlytI-1604544530.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201105/FYczRCkOst-1604544531.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201105/3tsz15NwwB-1604544531.png.webp" + }, + "title": "Funny Cat Face" + }, + "key": "UDbmCbaJk3", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201105/euQCigEdOz-1604544529.jpg", + "thumbUrlGif": "", + "title": "Funny Cat Face" + }, + { + "detail": { + "key": "PWrlJcBYeR", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/QcQ0w3m9mk.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200908/pCIvrsFmLV-1599549291.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200908/yM2nlXyhQB-1599549291.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200908/e6GzTXiXvt-1599549292.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200908/XVQSavUwR6-1599549292.png.webp" + }, + "title": "Love Birds" + }, + "key": "PWrlJcBYeR", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200908/a7rIq4JovT-1599549290.jpg", + "thumbUrlGif": "", + "title": "Love Birds" + }, + { + "detail": { + "key": "J18kUCZI01", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/viyb3vrKzZ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200908/gnmUHfks3L-1599549201.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200908/Q6V5ED1qos-1599549202.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200908/qbKdxG5EH4-1599549203.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200908/05IN4QO74u-1599549203.png.webp" + }, + "title": "Pink Couple Bear" + }, + "key": "J18kUCZI01", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200908/RI5iqL2VMT-1599549201.jpg", + "thumbUrlGif": "", + "title": "Pink Couple Bear" + }, + { + "detail": { + "key": "EbCk7EwSOZ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Zt6mo7PXJI.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200825/ipTk2d9OHF-1598342317.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200825/zSABJjdPnb-1598342317.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200825/dE6FcxNqnS-1598342318.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200825/O9Zojxpnar-1598342318.png.webp" + }, + "title": "Cute White Puppy" + }, + "key": "EbCk7EwSOZ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200825/xetZL2afOj-1598342317.jpg", + "thumbUrlGif": "", + "title": "Cute White Puppy" + }, + { + "detail": { + "key": "SV0L7WKNld", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/2J7ioS5M8C.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200722/cAlTHg90mL-1595411621.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200722/k2Pwb5L8GG-1595411621.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200722/D3OHXglcVy-1595411622.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200722/wLXFd5XJvW-1595411622.png.webp" + }, + "title": "Cute Unicorn Fluffy" + }, + "key": "SV0L7WKNld", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200722/fp8jNTDF1s-1595411620.jpg", + "thumbUrlGif": "", + "title": "Cute Unicorn Fluffy" + }, + { + "detail": { + "key": "KNwhOSSxL6", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/hsFC5myoOD.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200507/Q81bYLd58u-1588823444.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200507/j9nvgoemOs-1588823445.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200507/hnPDJO25Hv-1588823447.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200507/133GwWNPg2-1588823446.png.webp" + }, + "title": "Watermelon Doodle" + }, + "key": "KNwhOSSxL6", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200507/PxvH7xFk9C-1588823444.jpg", + "thumbUrlGif": "", + "title": "Watermelon Doodle" + }, + { + "detail": { + "key": "qdCamfMvEj", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/5a9jWjAcpK.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190701/PQxR29tKz0-1561975074.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190701/q8xQQhgN4a-1561975075.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190701/vIuH5fuHa9-1561975076.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190701/8mWqna85l1-1561975076.png.webp" + }, + "title": "Lovely Ragged Bear" + }, + "key": "qdCamfMvEj", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190701/Jaalqb03Gi-1561975074.jpg", + "thumbUrlGif": "", + "title": "Lovely Ragged Bear" + }, + { + "detail": { + "key": "JPoNmyp0IE", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/DCUcTCLfaF.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200722/D58KT3heVK-1595412599.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200722/19I1GvHAAV-1595412600.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200722/giBiuSv0cr-1595412601.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200722/vcnCrcaf0E-1595412600.png.webp" + }, + "title": "Chubby Puppy Tongue" + }, + "key": "JPoNmyp0IE", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200722/xvb221UzXo-1595412598.jpg", + "thumbUrlGif": "", + "title": "Chubby Puppy Tongue" + }, + { + "detail": { + "key": "vE8KvJYa6C", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/GWUwNiptaL.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20180530/16cGruz9wI-1527676644.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20180530/QrQMWJfUjN-1527676653.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20180530/FrRkH8bTaT-1527676662.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210129/RrxMUQKUo7-1611887312.png.webp" + }, + "title": "Galaxy Cute Smile Cat" + }, + "key": "vE8KvJYa6C", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20180530/g3x4S0B7ij-1527676649.jpg", + "thumbUrlGif": "", + "title": "Galaxy Cute Smile Cat" + }, + { + "detail": { + "key": "tTM4-0UOnn", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/pdLuSYfHeR.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210127/rYspo8p2ec-1611740808.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210127/BQpwSVsMEZ-1611740809.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210127/wXGQ6YMAt5-1611740810.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210127/rrEpwquL4C-1611740809.png.webp" + }, + "title": "Flower Bicycle" + }, + "key": "tTM4-0UOnn", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210127/Zu3PKqlNkJ-1611740808.jpg", + "thumbUrlGif": "", + "title": "Flower Bicycle" + }, + { + "detail": { + "key": "9d4hUjQzJv", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/iC0EvpW2e4.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201216/2bItT0Slok-1608103022.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201216/mhe6vlMMTA-1608103023.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201216/nYpNSf5c8i-1608103024.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201216/0yMuVvVZ15-1608103023.png.webp" + }, + "title": "Cute White Dog" + }, + "key": "9d4hUjQzJv", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201216/CaouMmPqwk-1608103022.jpg", + "thumbUrlGif": "", + "title": "Cute White Dog" + }, + { + "detail": { + "key": "nITuEhmJf9", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/HAaDoXNE0t.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201216/xDa59X6UK7-1608102617.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201216/1JOXLvNAuS-1608102617.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201216/ruD8DkpgVh-1608102619.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201216/2FSHDawxZE-1608102618.png.webp" + }, + "title": "Floral Cyan Unicorn" + }, + "key": "nITuEhmJf9", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201216/5TXkqgnC63-1608102616.jpg", + "thumbUrlGif": "", + "title": "Floral Cyan Unicorn" + }, + { + "detail": { + "key": "3cYeMs8QDL", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/gZJRBxnNLi.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201208/H9WQxA08gD-1607423839.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/xXdzHtiwZr-1607423839.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/xQ21LFS5Tv-1607423840.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201208/whe4lL4F4o-1607423840.png.webp" + }, + "title": "Cute Llama" + }, + "key": "3cYeMs8QDL", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201208/RZkDmEUBdn-1607423839.jpg", + "thumbUrlGif": "", + "title": "Cute Llama" + }, + { + "detail": { + "key": "QYFo8ON3Ks", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/4EYDYOCNPi.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201110/saINMt1y2z-1604998889.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201110/ESnS6NT38v-1604998889.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201110/YVAFyyR4fO-1604998890.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201110/ccMAeZd4PT-1604998890.png.webp" + }, + "title": "Rainbow Butterflies" + }, + "key": "QYFo8ON3Ks", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201110/yaPh18EJH9-1604998888.jpg", + "thumbUrlGif": "", + "title": "Rainbow Butterflies" + }, + { + "detail": { + "key": "G_G0QJjaLS", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/MGbia6QG9C.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201110/5lVcqTkaqG-1604995953.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201110/nBfdWNaU6p-1604995953.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201110/Lx5dRMs242-1604995954.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201110/HspcO8xZVG-1604995954.png.webp" + }, + "title": "Cute Innocent Puppy" + }, + "key": "G_G0QJjaLS", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201110/muasGVptRn-1604995952.jpg", + "thumbUrlGif": "", + "title": "Cute Innocent Puppy" + }, + { + "detail": { + "key": "bVKx5epTAF", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/YFvUy3YsZS.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200902/aiIRNKfYfb-1599029118.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200902/QCsCMbmdv2-1599029119.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200902/QZ9LQDw8mY-1599029120.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200902/cnFOtmu3dm-1599029119.png.webp" + }, + "title": "Pink Cute Corgi" + }, + "key": "bVKx5epTAF", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200902/xkmkyBRe1i-1599029118.jpg", + "thumbUrlGif": "", + "title": "Pink Cute Corgi" + }, + { + "detail": { + "key": "lBovhJgRs0", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/boyfVHtNOa.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200604/sP2GeSwaoF-1591269952.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200604/eaNeVHRmku-1591269953.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200604/TAoPPel7n2-1591269954.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200604/8nKfN8ejbE-1591269953.png.webp" + }, + "title": "Cute Circus Elephant" + }, + "key": "lBovhJgRs0", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200604/Z3B5aZLB69-1591269952.jpg", + "thumbUrlGif": "", + "title": "Cute Circus Elephant" + }, + { + "detail": { + "key": "qiIjxCPLz6", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/X05OER8YTt.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190506/QJj3XBoXQt-1557135513.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190506/QpqsCOndwR-1557135519.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190506/7VMuG078o4-1557135527.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190506/82rKzZtYDr-1557135526.png.webp" + }, + "title": "Glitter Bunny" + }, + "key": "qiIjxCPLz6", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190506/dcmnDVUkIH-1557135511.jpg", + "thumbUrlGif": "", + "title": "Glitter Bunny" + }, + + { + "detail": { + "key": "UuoS9O9dzF", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/mc8hKA3BsV.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210331/7FHvyiE2AE-1617172546.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210331/gidU3BtTsS-1617172547.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210331/YJCcLPMmcW-1617172548.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210331/AokaUttJyw-1617172547.png.webp" + }, + "title": "Summer Watermelon" + }, + "key": "UuoS9O9dzF", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210331/XcbCLgqnfN-1617172546.jpg", + "thumbUrlGif": "", + "title": "Summer Watermelon" + }, + { + "detail": { + "key": "1kFQDQr68E", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Eugm7D1Yrs.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201117/HBtKICpn74-1605608156.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/YoTB2LfhZu-1605608156.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/sAyv8ffwJZ-1605608157.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201117/JtZ5DQOkb6-1605608157.png.webp" + }, + "title": "Cute Mushrooms" + }, + "key": "1kFQDQr68E", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201117/TjMn2szr8o-1605608155.jpg", + "thumbUrlGif": "", + "title": "Cute Mushrooms" + }, + + + { + "detail": { + "key": "mEYDzdAXIO", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/FadWlAawUt.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200707/zaHwajKAIx-1594109769.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200707/2IYJXmBzzt-1594109770.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200707/GvBZNDInWJ-1594109771.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200707/08U7Bwp3Od-1594109770.png.webp" + }, + "title": "Candy Doodle" + }, + "key": "mEYDzdAXIO", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200707/UOsCf6CSok-1594109769.jpg", + "thumbUrlGif": "", + "title": "Candy Doodle" + }, + + { + "detail": { + "key": "cEvQ8foRyA", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/kInknmt6He.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221128/OoXUO3qvvC-1669651039.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221128/SSSDu8YUid-1669651040.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221128/Ftp2IRp00e-1669651041.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221128/NSVGwBVr03-1669651041.png.webp" + }, + "title": "Cute Big Eyes Puss" + }, + "key": "cEvQ8foRyA", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221128/khOScSuADj-1669651039.jpg", + "thumbUrlGif": "", + "title": "Cute Big Eyes Puss" + }, + { + "detail": { + "key": "6uwBBpsHvZ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/oYPI5HIcV9.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201223/MEj79wdKqT-1608704968.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/VtTS4OKPyS-1608704969.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/lLZWhqmQ2y-1608704970.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201223/papmJkTUci-1608704970.png.webp" + }, + "title": "Gingerbread Man" + }, + "key": "6uwBBpsHvZ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201223/GlCmLiyecB-1608704968.jpg", + "thumbUrlGif": "", + "title": "Gingerbread Man" + }, + + { + "detail": { + "key": "WCy2Kj4PZ7", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/MasMYN6HPC.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200902/WzJOxDTRG7-1599029014.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200902/WnTumsIZlL-1599029015.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200902/FdPW5y74rR-1599029016.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200902/QuKSUI6OXj-1599029016.png.webp" + }, + "title": "Pink Cat Unicorn" + }, + "key": "WCy2Kj4PZ7", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200902/Cc8EPUBCUU-1599029014.jpg", + "thumbUrlGif": "", + "title": "Pink Cat Unicorn" + }, + + { + "detail": { + "key": "Lbpb_lS8Rh", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/BmN84EuF3O.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210118/Eo8DhpVDnl-1610967550.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210118/m6hp4zQEy9-1610967550.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210118/Izw6QEVV2k-1610967551.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210118/A9S8SJeRPJ-1610967551.png.webp" + }, + "title": "Rainbow Pinwheel" + }, + "key": "Lbpb_lS8Rh", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210118/ITtUcVfEzy-1610967549.jpg", + "thumbUrlGif": "", + "title": "Rainbow Pinwheel" + } + + ] + }, + { + "parent_name": "Neon", + "keyboard_list": [ + { + "detail": { + "key": "_wSjkfP8HC", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/hhRLBm4p5d.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230220/bfTO9RBJ73-1676888597.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230220/A4QBtmxyiv-1676888597.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230220/D4TQXa1bp3-1676888598.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230220/Bqr2nOChR6-1676888598.png.webp" + }, + "title": "Cool Neon Wednesday" + }, + "key": "_wSjkfP8HC", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230220/UnyzZsMXLU-1676888596.jpg", + "thumbUrlGif": "", + "title": "Cool Neon Wednesday" + }, + { + "detail": { + "key": "rMF19oXPr0", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ulxlZaSNDE.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210421/6MjefDLSAr-1618975544.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210421/9qvs5R7yYV-1618975544.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210421/8AFaFaZbCp-1618975545.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210421/SwmtRU78Yt-1618975545.png.webp" + }, + "title": "Colorful Neon LED" + }, + "key": "rMF19oXPr0", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210421/e2o5XGJYjm-1618975543.jpg", + "thumbUrlGif": "", + "title": "Colorful Neon LED" + }, + { + "detail": { + "key": "WgXSaSsK16", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/cDxB1cwPDB.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230228/3mJGBJiNp8-1677552757.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230228/6qSREdHgfb-1677552757.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230228/xZbeC8tKxi-1677552758.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230228/cXArVAFAVz-1677552758.png.webp" + }, + "title": "Cyber Girl Neon" + }, + "key": "WgXSaSsK16", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230228/o64PuXWcJq-1677552756.jpg", + "thumbUrlGif": "", + "title": "Cyber Girl Neon" + }, + { + "detail": { + "key": "ykOCo0Wt1y", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/5LQz2wkRAR.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210225/lG8SdDAqRo-1614245470.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210225/Dicu3f294s-1614245471.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210225/Qw6C6cTGYr-1614245472.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210225/G4pLHS64dp-1614245471.png.webp" + }, + "title": "Pink Heartbeat" + }, + "key": "ykOCo0Wt1y", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210225/zZEfIwJaF5-1614245470.jpg", + "thumbUrlGif": "", + "title": "Pink Heartbeat" + }, + { + "detail": { + "key": "hmSseHB-LM", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/bJobS4FrkI.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230221/FNLdbPS52x-1676960346.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230221/s5cRFySZU9-1676960346.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230221/1ORG1kEMbq-1676960347.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230221/kaQze6hyCy-1676960347.png.webp" + }, + "title": "Neon Dark Sasuke" + }, + "key": "hmSseHB-LM", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230221/4QqXvCBqvV-1676960345.jpg", + "thumbUrlGif": "", + "title": "Neon Dark Sasuke" + }, + { + "detail": { + "key": "yQII8lt-Jo", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/lf346vHeV4.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210713/Vh1VuaofNf-1626165984.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210713/yTIEVRn9oj-1626165985.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210713/MbPof8szco-1626165986.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210713/NCwOJdgMar-1626165985.png.webp" + }, + "title": "Galaxy Deer Neon" + }, + "key": "yQII8lt-Jo", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210713/40KZsT3Nbu-1626165983.jpg", + "thumbUrlGif": "", + "title": "Galaxy Deer Neon" + }, + { + "detail": { + "key": "IG3WPUqLMb", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/690UIPhsGb.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200911/KNZCDnOXfo-1599817759.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200911/WqlfsYIXra-1599817759.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200911/cVTwZwvHmF-1599817760.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200911/TKQeA7oFrD-1599817760.png.webp" + }, + "title": "Love LED Neon" + }, + "key": "IG3WPUqLMb", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200911/iLsjtME4R1-1599817758.jpg", + "thumbUrlGif": "", + "title": "Love LED Neon" + }, + { + "detail": { + "key": "I85W1kF5Jk", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/GvBjWfnYVZ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230221/xKSVYTYBXt-1676949700.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230221/vspYtkRhtm-1676949700.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230221/oRSkmAbZ3q-1676949701.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230221/EmtvLkC0N3-1676949701.png.webp" + }, + "title": "Smoke Neon Heart" + }, + "key": "I85W1kF5Jk", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230221/am39kS3phh-1676949699.jpg", + "thumbUrlGif": "", + "title": "Smoke Neon Heart" + }, + { + "detail": { + "key": "T-vwafREiR", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/wLf6mosE7R.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210413/puuKAliIOG-1618294558.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210413/2Q2fKL9rdY-1618294558.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210413/jnEAaT95SQ-1618294559.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210413/tKVeCfXzyM-1618294559.png.webp" + }, + "title": "Neon Green SMS" + }, + "key": "T-vwafREiR", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210413/QUCFlzdV7Y-1618294557.jpg", + "thumbUrlGif": "", + "title": "Neon Green SMS" + }, + { + "detail": { + "key": "UdaJnN_uH-", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/0DvUauWUDd.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200731/98fudYJ9BE-1596161178.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200731/ID6d0RrLXD-1596161179.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200731/E0DznjieiW-1596161180.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211029/je-a-rU5IQ-1635476773.png.webp" + }, + "title": "LED" + }, + "key": "UdaJnN_uH-", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200731/OejFeUpkh5-1596161178.jpg", + "thumbUrlGif": "", + "title": "LED" + }, + { + "detail": { + "key": "co6TYR8euy", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/BTq7KE3nu6.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221227/XYxmB4ksYy-1672110992.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221227/Y5GdwjckRb-1672110993.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221227/2iw3zevpHi-1672110994.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221227/Z6EOIZS37L-1672110993.png.webp" + }, + "title": "Neon Nike Green" + }, + "key": "co6TYR8euy", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221227/i0hKEPR9g7-1672110992.jpg", + "thumbUrlGif": "", + "title": "Neon Nike Green" + }, + { + "detail": { + "key": "wHK_dQLy_H", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Hdy3VHiGXm.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201223/wa4K3QUSpB-1608704585.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/PLkdQhBC6M-1608704585.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/7HtvmoQ0jj-1608704586.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201223/ucPrc3EDCK-1608704586.png.webp" + }, + "title": "Neon Smokey Wolf" + }, + "key": "wHK_dQLy_H", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201223/sx7W7uP0X9-1608704584.jpg", + "thumbUrlGif": "", + "title": "Neon Smokey Wolf" + }, + { + "detail": { + "key": "z8slNflfye", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/T8pPKKIdGD.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200909/jujfKxYeIt-1599634390.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200909/fkl2vrime0-1599634391.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200909/X8Rm71ts7f-1599634392.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200909/FVJcDv3GkO-1599634391.png.webp" + }, + "title": "LED Heart Live" + }, + "key": "z8slNflfye", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200909/KTuc9S5dWd-1599634390.jpg", + "thumbUrlGif": "", + "title": "LED Heart Live" + }, + { + "detail": { + "key": "K2EGCU0HdQ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/kzmTVWX48z.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221220/dee9NWGbbL-1671508328.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221220/n7hlV69H23-1671508328.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221220/8Rq19dZ1ZK-1671508329.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221220/dgHAHOUqxy-1671508328.png.webp" + }, + "title": "Neon Blue Jordan" + }, + "key": "K2EGCU0HdQ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221220/9tIRj8QueK-1671508327.jpg", + "thumbUrlGif": "", + "title": "Neon Blue Jordan" + }, + { + "detail": { + "key": "2Pcs2FvG0Y", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/5MXiZwTf5K.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210713/zsLqdl0yLM-1626165805.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210713/O8Mmox4pLF-1626165806.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210713/Cctg5zZZbB-1626165808.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210713/UHymmrHC4R-1626165807.png.webp" + }, + "title": "LED Cool Cat DJ" + }, + "key": "2Pcs2FvG0Y", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210713/rkka5piI7h-1626165805.jpg", + "thumbUrlGif": "", + "title": "LED Cool Cat DJ" + }, + { + "detail": { + "key": "8xXKy4BCm6", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/SMBAsF2eB8.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190729/L8a8BohlcG-1564386926.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190729/sDB34ceisd-1564386927.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190729/hHdIZ7SlM7-1564386928.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200927/3xH1YvEeIu-1601197547.png.webp" + }, + "title": "Love Heart Neon" + }, + "key": "8xXKy4BCm6", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190729/FY8fmRsV3M-1564386926.jpg", + "thumbUrlGif": "", + "title": "Love Heart Neon" + }, + { + "detail": { + "key": "hQuYkPSZZk", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/7oj1M58tgk.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221206/NEP8vhE7bn-1670297949.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/HnguJpYeCZ-1670297949.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/qFKlF7tnnD-1670297950.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221206/qAwub11fNU-1670297950.png.webp" + }, + "title": "Neon Sonic Knuckles" + }, + "key": "hQuYkPSZZk", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221206/AbpuSSga3d-1670297948.jpg", + "thumbUrlGif": "", + "title": "Neon Sonic Knuckles" + }, + { + "detail": { + "key": "YEb969Vr2T", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Ej5EVSz2Ix.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210127/A0HzLuBqSe-1611740623.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210127/LeUssg7svO-1611740624.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210127/iIafvo5zIw-1611740625.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210127/23F0Y6X8Zq-1611740625.png.webp" + }, + "title": "Angel Devil Hearts" + }, + "key": "YEb969Vr2T", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210127/CbzJGwCvB5-1611740623.jpg", + "thumbUrlGif": "", + "title": "Angel Devil Hearts" + }, + { + "detail": { + "key": "omBNSpDFiW", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/CZ8ILKFKZs.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201013/Xt7BX5Cxcd-1602558967.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201013/rhmlTbGoI1-1602558968.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201013/lRUlLH1IE7-1602558969.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201013/hydSQfKMkO-1602558969.png.webp" + }, + "title": "LED Neon Glow" + }, + "key": "omBNSpDFiW", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201013/NoYfjsbn8E-1602558966.jpg", + "thumbUrlGif": "", + "title": "LED Neon Glow" + }, + { + "detail": { + "key": "RZn8EGHUYM", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/ZeN59IUUBE.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221121/tk98dfqiPE-1669041380.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221121/3bdliDaiqH-1669041381.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221121/CS7PWW4KG1-1669041382.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221121/yieRL8mD9a-1669041381.png.webp" + }, + "title": "Cute Neon Spidy" + }, + "key": "RZn8EGHUYM", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221121/RdDebu5340-1669041380.jpg", + "thumbUrlGif": "", + "title": "Cute Neon Spidy" + }, + { + "detail": { + "key": "g3Wfu6fvx3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/KTmU60YGGx.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210615/7IdJJ0TPUP-1623738111.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210615/SNqNJ2ixbS-1623738111.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210615/hozxaVgJD7-1623738112.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210615/rhgoACi7M8-1623738112.png.webp" + }, + "title": "Neon Drips" + }, + "key": "g3Wfu6fvx3", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210615/S5QjJzZLcz-1623738110.jpg", + "thumbUrlGif": "", + "title": "Neon Drips" + }, + { + "detail": { + "key": "UoF5RqConQ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/HZzjWxxIHu.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230117/ywtm6hqe5g-1673924821.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230117/a7t4nyqbMr-1673924821.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230117/p9jSGSJUtv-1673924822.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230117/RHFF1Jlu9v-1673924822.png.webp" + }, + "title": "Neon Blue Kakashi" + }, + "key": "UoF5RqConQ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230117/2YI5YpRjyB-1673924820.jpg", + "thumbUrlGif": "", + "title": "Neon Blue Kakashi" + }, + { + "detail": { + "key": "GwH5Kt6eoW", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/QJavKZWYq0.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20171019/j5kZPT4vmQ-1508412968.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20180920/ncLxwEkj4d-1537427480.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20180130/8H9AYFDbwi-1517280895.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200814/MSmDiry2ZR-1597392412.png.webp" + }, + "title": "Neon Wolf" + }, + "key": "GwH5Kt6eoW", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20180920/RNLzTHAboF-1537427474.jpg", + "thumbUrlGif": "", + "title": "Neon Wolf" + }, + { + "detail": { + "key": "PK6FTn0Yns", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/RuLdiAgs4U.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221018/ZZgTlSifr4-1666060813.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221018/nhldeN4uCM-1666060813.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221018/8pgjN1KZ6t-1666060814.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221018/3CVUVJKRXc-1666060814.png.webp" + }, + "title": "Neon Rick Morty" + }, + "key": "PK6FTn0Yns", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221018/8F48vNkBNq-1666060812.jpg", + "thumbUrlGif": "", + "title": "Neon Rick Morty" + }, + { + "detail": { + "key": "no_SGnnBr8", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/A8qRZsnz5d.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200828/hPthdahNhL-1598580748.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200828/5RgCwC6NA3-1598580748.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200828/NmjS10x3cU-1598580749.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200828/4lzllnSeTN-1598580749.png.webp" + }, + "title": "LED Gradient" + }, + "key": "no_SGnnBr8", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200828/7uPAYBRdjY-1598580747.jpg", + "thumbUrlGif": "", + "title": "LED Gradient" + }, + { + "detail": { + "key": "wV49UMjSke", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/zMsXEgHA03.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230207/jLC8FeNmLM-1675742012.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230207/PYgYS5s7c7-1675742013.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230207/3HV2ncRjif-1675742014.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230207/lE3JiNDJRP-1675742014.png.webp" + }, + "title": "Poison Neon Girl" + }, + "key": "wV49UMjSke", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230207/N8uTNgKeHM-1675742012.jpg", + "thumbUrlGif": "", + "title": "Poison Neon Girl" + }, + { + "detail": { + "key": "80JDLb9whD", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/QIWX5nPOcs.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200924/qpPGb0Qi0b-1600943319.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200924/QuqgLjylwL-1600943319.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200924/a5CBC7g1zV-1600943321.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200924/HHTMZwWBW1-1600943320.png.webp" + }, + "title": "LED Laser Beam" + }, + "key": "80JDLb9whD", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200924/y3z0YTL015-1600943319.jpg", + "thumbUrlGif": "", + "title": "LED Laser Beam" + }, + { + "detail": { + "key": "gUH4Kce_EA", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/DzEhKVFUEr.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230207/rUua0uuBeV-1675741960.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230207/89K3bYRWML-1675741961.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230207/IMA2Be2k0t-1675741962.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230207/DmgX83IWPZ-1675741961.png.webp" + }, + "title": "Purple Neon Kuromi" + }, + "key": "gUH4Kce_EA", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230207/UOfog5aGwf-1675741959.jpg", + "thumbUrlGif": "", + "title": "Purple Neon Kuromi" + }, + { + "detail": { + "key": "_VWk9H0wpg", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/sKgITCCDWz.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230117/968AxezSAJ-1673924827.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230117/858dma2ssG-1673924827.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230117/CBUe1FnhKo-1673924828.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230117/4jkWRKGpe6-1673924828.png.webp" + }, + "title": "Cool Neon Gengar" + }, + "key": "_VWk9H0wpg", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230117/44dja1dAvS-1673924826.jpg", + "thumbUrlGif": "", + "title": "Cool Neon Gengar" + }, + { + "detail": { + "key": "X2DMF3mo-E", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/BEn6t5MgqH.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220816/sRZ02IasvU-1660648243.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220816/YxwGFB2qEE-1660648243.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220816/tok7f5UnqZ-1660648244.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220816/q9ZXaFi9wF-1660648244.png.webp" + }, + "title": "Neon Monster Claw" + }, + "key": "X2DMF3mo-E", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220816/TWow0XAZuq-1660648242.jpg", + "thumbUrlGif": "", + "title": "Neon Monster Claw" + }, + { + "detail": { + "key": "j57GMpHhsc", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/U7iUi2i5IO.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221011/s3PtkuxRAf-1665467897.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221011/3trFtWjuvm-1665467897.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221011/rSThXii7FC-1665467898.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221011/NRP0f3fxWZ-1665467898.png.webp" + }, + "title": "Cool Neon Hero Dabi" + }, + "key": "j57GMpHhsc", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221011/1K5EDVA4SB-1665467896.jpg", + "thumbUrlGif": "", + "title": "Cool Neon Hero Dabi" + }, + { + "detail": { + "key": "OIyxsYJhUd", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/AM0GliuMzD.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230117/BG1BFOhaon-1673924783.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230117/eGPVmfyWbo-1673924784.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230117/bOvIcT4W0a-1673924785.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230117/IkcuGz2rRT-1673924785.png.webp" + }, + "title": "Neon Voodoo Doll" + }, + "key": "OIyxsYJhUd", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230117/CK1V9RQMM8-1673924783.jpg", + "thumbUrlGif": "", + "title": "Neon Voodoo Doll" + }, + { + "detail": { + "key": "f4xgIIBi-e", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/TiK1ZGSXsq.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221227/g9U4MiTgHy-1672110974.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221227/X7DbMZgqbN-1672110975.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221227/VJQq7mxnAy-1672110976.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221227/P4S3m2PxB9-1672110975.png.webp" + }, + "title": "Neon Cool Itachi" + }, + "key": "f4xgIIBi-e", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221227/wcCaLQU8Hf-1672110974.jpg", + "thumbUrlGif": "", + "title": "Neon Cool Itachi" + }, + { + "detail": { + "key": "yFbARtVRlD", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/1arwLseGjH.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201208/9g1q5QdFFt-1607418088.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/DihUjzjoGY-1607418089.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/AYO2LAddCF-1607418090.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201208/pGHBlbOnWU-1607418089.png.webp" + }, + "title": "Neon Skates" + }, + "key": "yFbARtVRlD", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201208/6eloTsLaoT-1607418088.jpg", + "thumbUrlGif": "", + "title": "Neon Skates" + }, + { + "detail": { + "key": "IXuh7AZj4s", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/UJrbGucZTp.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230220/wRKkDVpTrQ-1676888611.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230220/0MICEGuxWA-1676888611.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230220/cFgGkFSxQz-1676888612.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230220/DfEWk4y9RI-1676888612.png.webp" + }, + "title": "Neon Obito Naruto" + }, + "key": "IXuh7AZj4s", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230220/U2mfYsvssk-1676888610.jpg", + "thumbUrlGif": "", + "title": "Neon Obito Naruto" + }, + { + "detail": { + "key": "EZpcmnEJv-", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/JnJF6qPOiC.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221101/9CO0HQgiWh-1667272936.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221101/hePDSig27Q-1667272936.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221101/mCfxWqacIx-1667272937.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221101/BxEco46Wb8-1667272937.png.webp" + }, + "title": "Neon Devil Girl" + }, + "key": "EZpcmnEJv-", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221101/afMkqgFdNV-1667272935.jpg", + "thumbUrlGif": "", + "title": "Neon Devil Girl" + }, + { + "detail": { + "key": "LsMLV35duM", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/1oWAxyRAgC.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221025/A59JYIYR3M-1666663604.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221025/62kauIcv2A-1666663605.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221025/SixoqAGQwD-1666663606.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221025/3mLKzgO4aB-1666663605.png.webp" + }, + "title": "Neon Revengers Mikey" + }, + "key": "LsMLV35duM", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221025/5xN9PowW3t-1666663604.jpg", + "thumbUrlGif": "", + "title": "Neon Revengers Mikey" + }, + { + "detail": { + "key": "E_Q8UwbFuc", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/laqZsSvNxr.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20180523/rqBFAmdTqA-1527059013.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20180523/EaKtYQlU8U-1527059016.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20180523/bHzsHft876-1527059020.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201204/1XtLco5GdW-1607077468.png.webp" + }, + "title": "Luminous Neon Raindrops" + }, + "key": "E_Q8UwbFuc", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210818/2a3PP4bOyT-1629259856.jpg", + "thumbUrlGif": "", + "title": "Luminous Neon Raindrops" + }, + { + "detail": { + "key": "SqYBCWIN9N", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/LZlakq11Hs.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230131/5uMGqhQkwI-1675138532.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230131/yMHEn3Hhrm-1675138533.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230131/MXPc34eXfx-1675138533.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230131/l4yiPrmbsa-1675138533.png.webp" + }, + "title": "Neon Future Yuno" + }, + "key": "SqYBCWIN9N", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230131/HOYSHfMfGH-1675138532.jpg", + "thumbUrlGif": "", + "title": "Neon Future Yuno" + }, + { + "detail": { + "key": "yygahBluqU", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/nUMsb0zspS.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200603/3QgrscAQZJ-1591153475.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200603/QAJBaz8fuj-1591153476.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200603/EgkHAqSa5C-1591153477.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200603/RG00hO9VKy-1591153477.png.webp" + }, + "title": "Sparkle Lights" + }, + "key": "yygahBluqU", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200603/dDAP8ehd6K-1591153475.jpg", + "thumbUrlGif": "", + "title": "Sparkle Lights" + }, + { + "detail": { + "key": "f7fRfWzTDR", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/lN7oVD2uFq.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210511/GxEuEyVHzi-1620719586.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210511/fAWsCZ8wA2-1620719587.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210511/PBH3JzTWIS-1620719588.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210511/S9usyOhuWU-1620719587.png.webp" + }, + "title": "Pink Neon Hearts" + }, + "key": "f7fRfWzTDR", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210511/654v1Uzrax-1620719586.jpg", + "thumbUrlGif": "", + "title": "Pink Neon Hearts" + }, + { + "detail": { + "key": "JdFdXzvmDA", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/8XRS5D3ixl.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201201/5VEsVbszdh-1606804690.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201201/cNE6d8d4uj-1606804690.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201201/sjNCLu5krv-1606804691.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201201/sKq7KZ0mEi-1606804691.png.webp" + }, + "title": "Neon Pink Wolf" + }, + "key": "JdFdXzvmDA", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201201/VMnzVLvGtd-1606804689.jpg", + "thumbUrlGif": "", + "title": "Neon Pink Wolf" + }, + { + "detail": { + "key": "lyklhpC-BB", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/owl8uWpx3r.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210511/Z6Npf2mTwV-1620719696.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210511/5BW8N4ojRX-1620719697.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210511/Urj3RrBn3l-1620719698.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210511/Ht9Ye1bbev-1620719697.png.webp" + }, + "title": "Neon Ice Wolf" + }, + "key": "lyklhpC-BB", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210511/Y4VEwpZSLk-1620719696.jpg", + "thumbUrlGif": "", + "title": "Neon Ice Wolf" + }, + { + "detail": { + "key": "XFsIggCqGZ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/gWztKshaoQ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210323/fsWBQdGnkI-1616482055.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210323/cSTyMtwDp3-1616482055.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210323/Om4pcWRoqf-1616482056.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210323/zqhhy2Z3rV-1616482056.png.webp" + }, + "title": "Neon Light Unicorn" + }, + "key": "XFsIggCqGZ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210323/X16HL1JWFx-1616482054.jpg", + "thumbUrlGif": "", + "title": "Neon Light Unicorn" + }, + { + "detail": { + "key": "H2HXZqtmJ6", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/jJKdyyfR8q.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210322/MLoox75y4v-1616410306.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210322/WmFCRN72IG-1616410306.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210322/rKBYcTrlWp-1616410307.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210322/BqZTPOBEWK-1616410307.png.webp" + }, + "title": "Neon Cyan Wolf" + }, + "key": "H2HXZqtmJ6", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210322/HbZKvDxBWT-1616410305.jpg", + "thumbUrlGif": "", + "title": "Neon Cyan Wolf" + }, + { + "detail": { + "key": "HgUWC3TXgR", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/NJ6eqV50cX.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210121/Uk7KC4Pa5p-1611224030.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210121/Fle6ay5NLV-1611224030.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210121/TV8EiGDUy2-1611224031.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210121/4EoZWDT4JD-1611224031.png.webp" + }, + "title": "Neon Sad Emoji" + }, + "key": "HgUWC3TXgR", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210121/PrQo9zJVsC-1611224029.jpg", + "thumbUrlGif": "", + "title": "Neon Sad Emoji" + }, + { + "detail": { + "key": "unxNlbRRr-", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/HwwRPM2BAv.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210525/lYx7lAvXHS-1621930488.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210525/xKiICN7G8U-1621930489.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210525/yGzG9wzw47-1621930490.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210525/ib9rG7RYfv-1621930490.png.webp" + }, + "title": "Ice Neon Wolf" + }, + "key": "unxNlbRRr-", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210525/rMpxbl8oqI-1621930488.jpg", + "thumbUrlGif": "", + "title": "Ice Neon Wolf" + }, + { + "detail": { + "key": "Tqp4_-Z8Y3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/5CjkbiobKd.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210525/qRKfIi01YV-1621929308.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210525/QWwMPQDjPG-1621929309.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210525/I6x3oPH2vX-1621929310.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210525/AAwKCwkh0W-1621929310.png.webp" + }, + "title": "Glow Neon Tech" + }, + "key": "Tqp4_-Z8Y3", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210525/14s7zswbzx-1621929307.jpg", + "thumbUrlGif": "", + "title": "Glow Neon Tech" + }, + { + "detail": { + "key": "osQAoyUTMX", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/zCwdsTqNMc.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210506/7spPsTqRZc-1620282435.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210506/ewzzqPIgEt-1620282435.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210506/NzbyR6c2Vz-1620282437.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210506/GvBN8K3d0O-1620282436.png.webp" + }, + "title": "Neon Party Time" + }, + "key": "osQAoyUTMX", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210506/o8UmMMu0wR-1620282434.jpg", + "thumbUrlGif": "", + "title": "Neon Party Time" + }, + { + "detail": { + "key": "AnAz32s0F5", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Mti222pRYI.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210413/RlvAAqgpeD-1618294937.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210413/LEMOMyt44l-1618294937.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210413/9aRUNHXqT6-1618294938.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210413/oIxcLd9v4G-1618294938.png.webp" + }, + "title": "Neon Heartbeat" + }, + "key": "AnAz32s0F5", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210413/5TVWkSGvAH-1618294936.jpg", + "thumbUrlGif": "", + "title": "Neon Heartbeat" + }, + { + "detail": { + "key": "aJTkmMyqC7", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/SRfvKq25MD.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210331/yP9pnC4vby-1617188671.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210331/romiq8omeP-1617188672.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210331/Iy5nqYSqwP-1617188673.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210331/NPP7WGqVdc-1617188672.png.webp" + }, + "title": "Sparkle Neon Heart" + }, + "key": "aJTkmMyqC7", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210331/R3bHhigqMl-1617188671.jpg", + "thumbUrlGif": "", + "title": "Sparkle Neon Heart" + }, + { + "detail": { + "key": "GVQymqDXkJ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/XFqYddt5TH.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210318/4fVt3IZZxw-1616063850.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210318/IIhA4afqwO-1616063850.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210318/UxL9mWT6EY-1616063851.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210318/I6w5Fp4jF8-1616063851.png.webp" + }, + "title": "Rainbow Neon Stones" + }, + "key": "GVQymqDXkJ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210318/sztTXYSzK2-1616063849.jpg", + "thumbUrlGif": "", + "title": "Rainbow Neon Stones" + }, + { + "detail": { + "key": "Cpnx7_24dE", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/78ijsG4QOQ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210114/3yM87gk1oD-1610617143.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210114/V9xWaigb9F-1610617144.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210114/6DpCfTWY6O-1610617144.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210114/u65BxisDRt-1610617144.png.webp" + }, + "title": "Cool Neon Dragon" + }, + "key": "Cpnx7_24dE", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210114/1Xf3E3sUqC-1610617142.jpg", + "thumbUrlGif": "", + "title": "Cool Neon Dragon" + }, + { + "detail": { + "key": "MzhAkmYjT3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/mObybVOySF.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210331/p17Lrm0HzQ-1617172070.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210331/tx2lVmLjs5-1617172071.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210331/0Zkc46RVX3-1617172072.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210331/UelpBgzhQt-1617172072.png.webp" + }, + "title": "Glow Dreamcatcher" + }, + "key": "MzhAkmYjT3", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210331/iqMEbjBlgG-1617172070.jpg", + "thumbUrlGif": "", + "title": "Glow Dreamcatcher" + }, + { + "detail": { + "key": "uiQ1L0v82w", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/JGBnVNnuZs.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210311/RlxMDxleif-1615458445.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210311/JNzfbibMLS-1615458446.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210311/rosEZ8Dnsl-1615458447.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210311/FTabN5PfTD-1615458446.png.webp" + }, + "title": "Purple Rosy Black" + }, + "key": "uiQ1L0v82w", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210311/C26aTiqKXh-1615458445.jpg", + "thumbUrlGif": "", + "title": "Purple Rosy Black" + }, + { + "detail": { + "key": "HElGnI5WkC", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/62L3CXA5p6.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210302/t6SgVZH6MO-1614657504.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/ifgflpVtOx-1614657504.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/nHkdcDlQWP-1614657505.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210302/DLBseepn1X-1614657505.png.webp" + }, + "title": "Bright Neon Flash" + }, + "key": "HElGnI5WkC", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210302/0FhyVmcTK0-1614657503.jpg", + "thumbUrlGif": "", + "title": "Bright Neon Flash" + }, + { + "detail": { + "key": "9Y2hZ_MRDZ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Klc3SFh8SQ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210302/bDeez6FUKo-1614656006.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/fm92vNgh5Z-1614656006.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/uV5bvTdYpw-1614656008.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210302/lLG6qSrSCC-1614656007.png.webp" + }, + "title": "Red Neon Skates" + }, + "key": "9Y2hZ_MRDZ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210302/FRgfnHZfzF-1614656005.jpg", + "thumbUrlGif": "", + "title": "Red Neon Skates" + }, + { + "detail": { + "key": "xkILq_Iwwj", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/w5kTre8BPT.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210302/KNciuigB5Q-1614655857.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/Z4tV3ndxIu-1614655858.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/Y8q1Gu9QrY-1614655859.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210302/hFUDejGHac-1614655858.png.webp" + }, + "title": "Neon Glow Butterfly" + }, + "key": "xkILq_Iwwj", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210302/e7GmSlJYqt-1614655856.jpg", + "thumbUrlGif": "", + "title": "Neon Glow Butterfly" + }, + { + "detail": { + "key": "Gsu09REhk7", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ahYbT7nwR4.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210125/HEjLS9xZv3-1611572925.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210125/6MdGoKWsG3-1611572925.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210125/461bz4c8fw-1611572926.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210125/XudeVn3VqQ-1611572926.png.webp" + }, + "title": "Neon Urban" + }, + "key": "Gsu09REhk7", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210125/YXXWLewJQV-1611572924.jpg", + "thumbUrlGif": "", + "title": "Neon Urban" + }, + { + "detail": { + "key": "aYArFvw0Ap", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/U2qy5jooyG.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210317/8J8WwnZFBT-1615963555.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210317/96rMK0LceV-1615963556.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210317/pVnSITmHfX-1615963557.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210317/sim2xUn47q-1615963557.png.webp" + }, + "title": "Neon Blue Doodle" + }, + "key": "aYArFvw0Ap", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210317/W6TIzHN6Qh-1615963555.jpg", + "thumbUrlGif": "", + "title": "Neon Blue Doodle" + }, + { + "detail": { + "key": "UwvhjPnLPo", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/4HdFByhQRW.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210317/eGAYXRktIm-1615963504.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210317/fM8XTza1oL-1615963504.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210317/0Evzf9MQtF-1615963505.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210317/2EgOdNttT1-1615963505.png.webp" + }, + "title": "Heart USA Flag" + }, + "key": "UwvhjPnLPo", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210317/sPqzoS3rdr-1615963503.jpg", + "thumbUrlGif": "", + "title": "Heart USA Flag" + }, + { + "detail": { + "key": "3NbFXAAWk_", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/6s4JJvAzJG.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210308/akFt0uTkVV-1615181637.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210308/6P6srIAoqQ-1615181638.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210308/P63LCvqeBh-1615181639.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210308/F8ta1T7uAK-1615181638.png.webp" + }, + "title": "RGB Neon Heart" + }, + "key": "3NbFXAAWk_", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210308/YHjShhCPV0-1615181637.jpg", + "thumbUrlGif": "", + "title": "RGB Neon Heart" + }, + { + "detail": { + "key": "-HPEIc5cd1", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/U9tb6qrRqo.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210224/cdzzTofLzc-1614147669.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210224/sMfBweqaUn-1614147670.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210224/eLUuhrhL7b-1614147671.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210224/jZgpcGcQFi-1614147671.png.webp" + }, + "title": "Cool Neon Blue Wolf" + }, + "key": "-HPEIc5cd1", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210224/Oie2tSNdHH-1614147668.jpg", + "thumbUrlGif": "", + "title": "Cool Neon Blue Wolf" + }, + { + "detail": { + "key": "Q1kJwjiRXo", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/uS10lLJ9Om.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210419/1q6P0rZhMO-1618804715.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210419/swdKJ9Nqwp-1618804716.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210419/mEH73KuEbr-1618804717.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210419/NFJQcccZto-1618804717.png.webp" + }, + "title": "Neon Light Wolf" + }, + "key": "Q1kJwjiRXo", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210419/LxXB2fGVsN-1618804715.jpg", + "thumbUrlGif": "", + "title": "Neon Light Wolf" + }, + { + "detail": { + "key": "-lcSJ0qN0K", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/jQsztix8fM.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210125/TjY8KzI101-1611572805.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210125/r8j20n59hj-1611572805.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210125/IOs5JPN5gE-1611572806.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210125/0OpaqZcD0G-1611572806.png.webp" + }, + "title": "Cute Moon Couple" + }, + "key": "-lcSJ0qN0K", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210125/TsCggEVinr-1611572804.jpg", + "thumbUrlGif": "", + "title": "Cute Moon Couple" + }, + { + "detail": { + "key": "mnNj2pbYdz", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/rnSbpjYRWm.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210120/0FoeqZDOEH-1611115563.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210120/LIvES4autG-1611115564.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210120/iDx9NEOGaY-1611115565.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210120/IwKqDu8lWV-1611115564.png.webp" + }, + "title": "Fantasy Lights" + }, + "key": "mnNj2pbYdz", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210120/VbcBaBEdyY-1611115563.jpg", + "thumbUrlGif": "", + "title": "Fantasy Lights" + }, + { + "detail": { + "key": "f81ARyf7C7", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/SF9vkLMh06.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210120/ZMS0Ay5WdI-1611115005.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210120/LGl1cibHo8-1611115005.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210120/GiS5VnUyPB-1611115006.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210120/A3bDmnDAJ2-1611115006.png.webp" + }, + "title": "Neon Cyan Heart" + }, + "key": "f81ARyf7C7", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210120/4BGX5jyPCj-1611115004.jpg", + "thumbUrlGif": "", + "title": "Neon Cyan Heart" + }, + { + "detail": { + "key": "fvuJwNrJkl", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/f8GUxoGPfG.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201223/rp65qORDkC-1608704666.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/LJI4zU65Ih-1608704667.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/ipY3Ucju3D-1608704668.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201223/GxT4Lv31tC-1608704668.png.webp" + }, + "title": "LED Heart Balloons" + }, + "key": "fvuJwNrJkl", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201223/vsBFiqwW8G-1608704666.jpg", + "thumbUrlGif": "", + "title": "LED Heart Balloons" + }, + { + "detail": { + "key": "HZ0ZONAOJt", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/e53Ys5Xa0o.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201104/xIdwKYU8u8-1604487537.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201104/rhhZ8ROFtU-1604487538.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201104/XfWSlLnnnd-1604487540.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201104/i8hVcNwltj-1604487539.png.webp" + }, + "title": "Melting Galaxy Diamond" + }, + "key": "HZ0ZONAOJt", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201104/vjDFEreXxg-1604487536.jpg", + "thumbUrlGif": "", + "title": "Melting Galaxy Diamond" + }, + { + "detail": { + "key": "f1ruTJaj-y", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/UyYhAhy8LF.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190225/qw2MQwHvVr-1551080550.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190225/115EbBe0YU-1551080552.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190225/UUdDO5k9KI-1551080555.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210106/qwpXoOQIKk-1609928877.png.webp" + }, + "title": "Neon Wolf New" + }, + "key": "f1ruTJaj-y", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190225/ttqqFplTPw-1551080548.jpg", + "thumbUrlGif": "", + "title": "Neon Wolf New" + }, + { + "detail": { + "key": "iOwCe1XKNO", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/3JY1RWZ0of.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210203/RuDQ34Qbed-1612324616.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210203/aCFPAKNUcE-1612324616.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210203/hdVJVUF7hR-1612324617.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210203/k6Qygs0XvJ-1612324617.png.webp" + }, + "title": "Rainbow Neon Tiger" + }, + "key": "iOwCe1XKNO", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210203/QnCaWe064U-1612324615.jpg", + "thumbUrlGif": "", + "title": "Rainbow Neon Tiger" + }, + { + "detail": { + "key": "EK6nRHMvI_", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/6O9pSqa6Ov.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201229/LbDmQquQUt-1609237252.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/8c9UxQX0Iq-1609237252.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/5HefEj1yP0-1609237253.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201229/sUJOaG5s0h-1609237253.png.webp" + }, + "title": "Red Rose Neon" + }, + "key": "EK6nRHMvI_", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201229/bmtEw6fCBn-1609237251.jpg", + "thumbUrlGif": "", + "title": "Red Rose Neon" + }, + { + "detail": { + "key": "xy6SKrO5HN", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Baam4gYIx4.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201208/67l9ax2mzs-1607417817.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/TY3vzi8c5G-1607417817.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/r9zbDbKluK-1607417818.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201208/cfNjItmEkM-1607417818.png.webp" + }, + "title": "Neon Holy Cross" + }, + "key": "xy6SKrO5HN", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201208/nhfzr8kXrW-1607417816.jpg", + "thumbUrlGif": "", + "title": "Neon Holy Cross" + }, + { + "detail": { + "key": "eI1TXb2hDo", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/O7A2UjKOIJ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201125/NNagqfVdEs-1606292666.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201125/XoxWmxnBJb-1606292667.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201125/LRbutYChBp-1606292668.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201125/j8EP2jTR2C-1606292668.png.webp" + }, + "title": "Neon Pink Rose" + }, + "key": "eI1TXb2hDo", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201125/CYH9vwSP6P-1606292665.jpg", + "thumbUrlGif": "", + "title": "Neon Pink Rose" + }, + { + "detail": { + "key": "D8SFVqJ9BY", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/vrFJriJ3Xj.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201215/HLL4w9nABb-1608019327.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201215/k2raAVFzow-1608019328.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201215/7LquEmEmLa-1608019329.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201215/PUvIxiQGPM-1608019329.png.webp" + }, + "title": "Shiny Sparkle Heart" + }, + "key": "D8SFVqJ9BY", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201215/KS0gbar8Vn-1608019325.jpg", + "thumbUrlGif": "", + "title": "Shiny Sparkle Heart" + }, + { + "detail": { + "key": "zj_cWThFnV", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/hKiYZ1YJqH.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190911/lHRW3yviWk-1568172724.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190911/DPV7mhRme3-1568172725.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190911/s61AscUF5u-1568172726.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220720/qx9R-hfFeT-1658285886.png.webp" + }, + "title": "Super Neon 3D" + }, + "key": "zj_cWThFnV", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190911/hiO0v7X4rz-1568172723.jpg", + "thumbUrlGif": "", + "title": "Super Neon 3D" + }, + { + "detail": { + "key": "ugwzk0UOm5", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/rIvHRNsrfq.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190604/6LXj0lBr3c-1559644164.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190604/apfaVntZVf-1559644165.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190604/TsvfS3AxWq-1559644166.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190604/iu3vegoxP5-1559644165.png.webp" + }, + "title": "Dreamy Tree" + }, + "key": "ugwzk0UOm5", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190604/Z70jitwrbk-1559644164.jpg", + "thumbUrlGif": "", + "title": "Dreamy Tree" + }, + { + "detail": { + "key": "fiGvtKJrI6", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/3GV3a9wylb.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20171026/OoM549BJTS-1508989522.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20180817/U-DfMWoJLs-1534489261.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20180130/TB-NxV2d12-1517280637.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20180130/fSjNDHE4gJ-1517280634.png.webp" + }, + "title": "Hologram Neon" + }, + "key": "fiGvtKJrI6", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20180226/3wjiOCM2x7-1519642112.jpeg", + "thumbUrlGif": "", + "title": "Hologram Neon" + }, + { + "detail": { + "key": "erN-9yCSEg", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/WCUlYlpWlE.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201229/5slqPtyuW3-1609237473.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/RGQ9Ub0MXq-1609237473.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/f8vOJ5pcNF-1609237474.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201229/Xolh3UFeia-1609237474.png.webp" + }, + "title": "Neon Finger Heart" + }, + "key": "erN-9yCSEg", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201229/72ZQAnJguq-1609237472.jpg", + "thumbUrlGif": "", + "title": "Neon Finger Heart" + }, + { + "detail": { + "key": "XFWMbVry3t", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/oimreUFlEA.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201215/zi01dcaGaG-1608018237.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201215/NKTVzJnolO-1608018238.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201215/XKpflxxPZm-1608018239.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201215/CVXBMj6Dhx-1608018239.png.webp" + }, + "title": "Blue Neon Couple" + }, + "key": "XFWMbVry3t", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201215/tzCDHkqbix-1608018237.jpg", + "thumbUrlGif": "", + "title": "Blue Neon Couple" + }, + { + "detail": { + "key": "aUlWWjrmmQ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/fUMuysBurK.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201125/qkHIJXCDgl-1606292884.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201125/TCY1eNeAX8-1606292885.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201125/RXPFtIEpH1-1606292886.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201125/eeGlvvvDpv-1606292885.png.webp" + }, + "title": "Neon Pink Lips" + }, + "key": "aUlWWjrmmQ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201125/etYh1Hm37u-1606292884.jpg", + "thumbUrlGif": "", + "title": "Neon Pink Lips" + }, + { + "detail": { + "key": "xZ6itI5i67", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/IJFfbuAhWR.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201117/bLljfoPcxZ-1605608200.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/vieOMBEipQ-1605608201.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/3TbnLQU30P-1605608202.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201117/BO3fhtd1PV-1605608201.png.webp" + }, + "title": "Neon Galaxy Infinity" + }, + "key": "xZ6itI5i67", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201117/kHE0CTmneW-1605608199.jpg", + "thumbUrlGif": "", + "title": "Neon Galaxy Infinity" + }, + { + "detail": { + "key": "0HD1mspPtP", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Z3OEa1JuE7.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201119/r8ODrw1TFc-1605752069.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201119/fxlZcnktyI-1605752069.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201119/JVUS6xehlN-1605752070.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201119/vNfk7T4LbE-1605752070.png.webp" + }, + "title": "Neon Parrot" + }, + "key": "0HD1mspPtP", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201119/C3xGdy8GiA-1605752068.jpg", + "thumbUrlGif": "", + "title": "Neon Parrot" + }, + { + "detail": { + "key": "6njzh7Mzwv", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Ws9WWA037X.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200805/jpemlRo0Du-1596611478.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200805/0WqEG69wDR-1596611479.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200805/9xWo5s13pN-1596611480.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200805/kh5B5ykoxy-1596611479.png.webp" + }, + "title": "Sneaky Neon Cat" + }, + "key": "6njzh7Mzwv", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200805/K0VRzv3EEv-1596611478.jpg", + "thumbUrlGif": "", + "title": "Sneaky Neon Cat" + }, + { + "detail": { + "key": "lCsEdyFYnV", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/DGywjXh95R.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20180403/45X8PgrDQM-1522751091.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20180403/zxW9Q7j4kH-1522751093.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20180403/y2IaIdrDKZ-1522751096.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210220/K3FMQglcGC-1613789830.png.webp" + }, + "title": "Sparkle Neon Butterfly" + }, + "key": "lCsEdyFYnV", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20180403/gFggIkOwkd-1522751088.jpg", + "thumbUrlGif": "", + "title": "Sparkle Neon Butterfly" + }, + { + "detail": { + "key": "UJRztmcLOK", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/A1nOAD8egi.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201208/Mw4OWBJTw7-1607417324.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/ZR6PHazszl-1607417324.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/nPa1AfAeC2-1607417325.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201208/NXygPAiNfw-1607417325.png.webp" + }, + "title": "Neon Pink Flowers 2" + }, + "key": "UJRztmcLOK", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201208/kFwAOaPzUr-1607417323.jpg", + "thumbUrlGif": "", + "title": "Neon Pink Flowers 2" + }, + { + "detail": { + "key": "6GWIHopECi", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/F3W98lOZEJ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200722/S8QT0JBH49-1595411414.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200722/UnjZuyzQkE-1595411414.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200722/rYITiim7Ic-1595411416.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200722/SheTlSaZzp-1595411415.png.webp" + }, + "title": "Neon Leaves" + }, + "key": "6GWIHopECi", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200722/TMKl3Doyfq-1595411413.jpg", + "thumbUrlGif": "", + "title": "Neon Leaves" + }, + { + "detail": { + "key": "7dbosMmR9L", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/JMRNaOlJmG.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20171129/h_PxEgwhzA-1511945038.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20171129/4EgdaO4_3Y-1511945050.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190520/6FGghJIR2E-1558338316.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221008/jnHV80kmqh-1665198827.png.webp" + }, + "title": "Neon Tiger" + }, + "key": "7dbosMmR9L", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20180724/MW12hbGRA0-1532404800.jpg", + "thumbUrlGif": "", + "title": "Neon Tiger" + }, + { + "detail": { + "key": "4RKssqJyiQ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ThNzmcaBXi.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201119/LGanVRMbaF-1605778014.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201119/baaHofsGSZ-1605778015.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201119/miAt5qnTAY-1605778016.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201119/CINrINUoGd-1605778015.png.webp" + }, + "title": "Neon Army Bomb" + }, + "key": "4RKssqJyiQ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201119/FFKoveo3rt-1605778014.jpg", + "thumbUrlGif": "", + "title": "Neon Army Bomb" + }, + { + "detail": { + "key": "9__E9-L0Ad", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/h3cCIuFeLW.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201117/aJVZdG8Ykd-1605595494.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/vSgXyCSBpi-1605595495.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/pz5WqYCLdN-1605595496.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201117/LEbfUjBbHu-1605595495.png.webp" + }, + "title": "Neon Blue Cross" + }, + "key": "9__E9-L0Ad", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201117/BDyt1AaFzs-1605595494.jpg", + "thumbUrlGif": "", + "title": "Neon Blue Cross" + }, + { + "detail": { + "key": "99-al4p2gs", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/H7nza1n6iY.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200714/sVCMqCOSPi-1594708194.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200714/BzjEWpwGh7-1594708194.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200714/Dfbr37QYKj-1594708196.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211203/Bp6CNrp_-g-1638512370.png.webp" + }, + "title": "Neon Red Heartbeat" + }, + "key": "99-al4p2gs", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200714/HriayveVO5-1594708193.jpg", + "thumbUrlGif": "", + "title": "Neon Red Heartbeat" + }, + { + "detail": { + "key": "Y-5KovnyRD", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/QEDBXz5x29.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191022/Mgm99hrDBY-1571724662.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191022/mHtSPKR5CS-1571724662.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191022/TQrJ5yONq1-1571724664.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20191022/YoEOWyxWlz-1571724663.png.webp" + }, + "title": "Neon Flash Hearts" + }, + "key": "Y-5KovnyRD", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191022/SF6x6hOLC3-1571724661.jpg", + "thumbUrlGif": "", + "title": "Neon Flash Hearts" + }, + { + "detail": { + "key": "wovKqzVHkf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/gLNO7Eu6Kg.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201223/dVqNy9T3AC-1608704838.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/lJt3IulkaF-1608704838.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/S3nlvIGRhV-1608704839.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201223/V6G6Uf0Rwt-1608704839.png.webp" + }, + "title": "Galaxy Neon Cat" + }, + "key": "wovKqzVHkf", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201223/wWtipZcskg-1608704837.jpg", + "thumbUrlGif": "", + "title": "Galaxy Neon Cat" + }, + { + "detail": { + "key": "2Da0BIaZNL", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Fq9J6tTREm.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200729/gSlEg9ysl2-1596007131.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200729/tQ7SLkE9Kv-1596007132.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200729/4pIVbjAYJF-1596007133.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200729/xa0DnFIH89-1596007132.png.webp" + }, + "title": "Neon Purple Stars" + }, + "key": "2Da0BIaZNL", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200729/ZF2dwyrax0-1596007131.jpg", + "thumbUrlGif": "", + "title": "Neon Purple Stars" + }, + { + "detail": { + "key": "Xu4pKVolCk", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/cUaKQJpyay.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221115/ALaMOUutws-1668483445.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221115/iq3oLCYIbU-1668483446.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221115/LZ8S0lWECA-1668483447.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221115/M5KtL9BYbk-1668483447.png.webp" + }, + "title": "Neon Hello Kitty" + }, + "key": "Xu4pKVolCk", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221115/1L2k0EUzVv-1668483445.jpg", + "thumbUrlGif": "", + "title": "Neon Hello Kitty" + }, + { + "detail": { + "key": "Uo02paJ9g8", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/4Da4Fbz2ID.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201013/DHJJFVDbwd-1602572337.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201013/f3FQdSRwfy-1602572337.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201013/WYxOyAxW0C-1602572338.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201013/s7dK2ZeS28-1602572338.png.webp" + }, + "title": "Neon Light Rose" + }, + "key": "Uo02paJ9g8", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201013/zAwYRBlq7l-1602572336.jpg", + "thumbUrlGif": "", + "title": "Neon Light Rose" + }, + { + "detail": { + "key": "euPn6IRWwL", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/b8tZ63IUSl.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200825/iyVhs8LDGm-1598342596.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200825/RayZDwJtfm-1598342597.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200825/hwQseWygM3-1598342598.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200825/OJJQzF9gNd-1598342597.png.webp" + }, + "title": "Neon Zodiac Galaxy" + }, + "key": "euPn6IRWwL", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200825/ZKnot4M3zD-1598342595.jpg", + "thumbUrlGif": "", + "title": "Neon Zodiac Galaxy" + }, + { + "detail": { + "key": "wwposYqMZe", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/pn2IZBlx1p.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200805/WQTquy74b6-1596611814.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200805/UkDhcQ1az9-1596611815.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200805/VHoJ8NiTL0-1596611816.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200805/c40vKMaA2C-1596611816.png.webp" + }, + "title": "Neon Magic Star" + }, + "key": "wwposYqMZe", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200805/U2DJsXcQq7-1596611814.jpg", + "thumbUrlGif": "", + "title": "Neon Magic Star" + }, + { + "detail": { + "key": "z2X7SFsziJ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/6L89UvXUng.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200804/hkwdt2wbke-1596512948.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200804/3dqT0uoeui-1596512949.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200804/gntSHrS3Yw-1596512950.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200804/ZtxO72ulml-1596512950.png.webp" + }, + "title": "Neon Green Tech 2" + }, + "key": "z2X7SFsziJ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200804/EixgcpJOgz-1596512948.jpg", + "thumbUrlGif": "", + "title": "Neon Green Tech 2" + }, + { + "detail": { + "key": "qj06prYXDG", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/oqnGnn9yYS.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200729/nQEtILtPUl-1596007002.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200729/c8sJnakm7c-1596007002.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200729/TJ9vHCZ91q-1596007003.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200729/UJQFtO7tt6-1596007003.png.webp" + }, + "title": "Pink Neon Drops" + }, + "key": "qj06prYXDG", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200729/nLkymTJtEo-1596007001.jpg", + "thumbUrlGif": "", + "title": "Pink Neon Drops" + }, + { + "detail": { + "key": "4WF53KC8fD", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/CsuZZc4tWj.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200715/A9usx3Th8e-1594801121.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200715/WSYVMoWgR1-1594801121.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200715/N0ZpstxFkB-1594801122.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200715/HF5DMZp4yv-1594801122.png.webp" + }, + "title": "Neon Blue Wolf" + }, + "key": "4WF53KC8fD", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200715/l3gXkI66j9-1594801120.jpg", + "thumbUrlGif": "", + "title": "Neon Blue Wolf" + }, + { + "detail": { + "key": "8Cgd209F0f", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/70YakUpp2t.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200714/BSus8GL6M0-1594707928.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200714/RkG4iDs4my-1594707929.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200714/UD6u0Jd0Gr-1594707930.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200714/QOjJxH4jKR-1594707929.png.webp" + }, + "title": "Purple Neon Flowers" + }, + "key": "8Cgd209F0f", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200714/H7vGf3Wa2k-1594707928.jpg", + "thumbUrlGif": "", + "title": "Purple Neon Flowers" + }, + { + "detail": { + "key": "qSk3uHm2sM", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/2H4IyX2DHh.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200707/uxV2kHNNlb-1594109497.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200707/ZFPLc6cypF-1594109498.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200707/L7XPH8ZCeU-1594109499.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200707/mUnPdYGlnw-1594109499.png.webp" + }, + "title": "Neon Headphones" + }, + "key": "qSk3uHm2sM", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200707/zDK0AJ4MaF-1594109497.jpg", + "thumbUrlGif": "", + "title": "Neon Headphones" + }, + { + "detail": { + "key": "55eGSUP-3B", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/cXhphE96EA.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200630/Zj6VNNa9Df-1593498704.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200630/Yl2HdZJwEb-1593498704.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200630/Jfxidwii0z-1593498705.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200630/meT81BSH5x-1593498705.png.webp" + }, + "title": "Purple Neon Love" + }, + "key": "55eGSUP-3B", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200630/RtaN4BSwUn-1593498703.jpg", + "thumbUrlGif": "", + "title": "Purple Neon Love" + }, + { + "detail": { + "key": "R-hVOTXit7", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Xig7CT6Ynz.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200630/M2h7uUaK9y-1593498260.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200630/sLPbJoNkHx-1593498260.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200630/ZXDskRYWqJ-1593498261.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200630/TMluM6uhfJ-1593498261.png.webp" + }, + "title": "Neon Water Drops" + }, + "key": "R-hVOTXit7", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200630/VFrLuW0E8i-1593498259.jpg", + "thumbUrlGif": "", + "title": "Neon Water Drops" + }, + { + "detail": { + "key": "CUzJGVltoh", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/0MVQhYz7aw.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200623/DG3FvkPD57-1592900141.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200623/PJbvNuWViA-1592900142.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200623/zzmfUhPiyi-1592900143.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200623/anYgnVcJ22-1592900143.png.webp" + }, + "title": "Pink Neon Love" + }, + "key": "CUzJGVltoh", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200623/No7GZE8Bc6-1592900141.jpg", + "thumbUrlGif": "", + "title": "Pink Neon Love" + }, + { + "detail": { + "key": "DkPJOVEVbC", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/a1vGddHITl.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200605/J0xVBO3hiq-1591322946.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200605/pEqs7WPYwJ-1591322947.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200605/OFSBvbLRJ5-1591322948.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200605/YFxDZYMW9p-1591322947.png.webp" + }, + "title": "Neon Transparent" + }, + "key": "DkPJOVEVbC", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200605/5Z9w9LySfz-1591322945.jpg", + "thumbUrlGif": "", + "title": "Neon Transparent" + }, + { + "detail": { + "key": "KqxDBQHfxo", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/EVlB4UVE6D.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200527/zEq5GZe2gk-1590573302.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200527/EQmHJo6lr6-1590573303.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200527/GKKS1PoPdI-1590573304.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210219/Al4CSlgCe5-1613721089.png.webp" + }, + "title": "Shiny Neon Butterfly" + }, + "key": "KqxDBQHfxo", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200527/JgWrkvP8l4-1590573301.jpg", + "thumbUrlGif": "", + "title": "Shiny Neon Butterfly" + }, + { + "detail": { + "key": "JecJ0KMTn2", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/gqMb4mIBaq.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200526/8wTA4Fi4IF-1590481359.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200526/Gg2PJ2g1AU-1590481360.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200526/ONg22SkWqP-1590481361.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200526/keYNXsaNG4-1590481361.png.webp" + }, + "title": "Neon Hand Love" + }, + "key": "JecJ0KMTn2", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200526/7Iw9okVKkJ-1590481359.jpg", + "thumbUrlGif": "", + "title": "Neon Hand Love" + }, + { + "detail": { + "key": "tpJ4UxzVM3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/6vgvB9RRep.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200526/8x6CIq5JQr-1590477911.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200526/G1YsP1oX5h-1590477911.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200526/APm2ArjQ2Z-1590477913.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200526/FYClXdZK96-1590477912.png.webp" + }, + "title": "Neon Heart Lights 2" + }, + "key": "tpJ4UxzVM3", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200526/O0DFCXGDAY-1590477910.jpg", + "thumbUrlGif": "", + "title": "Neon Heart Lights 2" + }, + { + "detail": { + "key": "m-kj5U6V0u", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/1nBz9HS2qO.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200511/DlJ3NrvZpd-1589182882.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200511/VUDItnPBeq-1589182883.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200511/tb8GCAY75k-1589182884.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200511/FIxZ8hWrll-1589182884.png.webp" + }, + "title": "Neon Butterflies" + }, + "key": "m-kj5U6V0u", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200511/s2FJOQryo3-1589182882.jpg", + "thumbUrlGif": "", + "title": "Neon Butterflies" + }, + { + "detail": { + "key": "KlPtLutlix", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/CQTdyr27EL.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200528/5yzs7ajqWs-1590661876.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200528/tblfGgnvxY-1590661877.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200528/JBATnBoEns-1590661878.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200528/Krw5ODkmZ1-1590661878.png.webp" + }, + "title": "Shiny Moon" + }, + "key": "KlPtLutlix", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200528/M1xG2nG11W-1590661875.jpg", + "thumbUrlGif": "", + "title": "Shiny Moon" + }, + { + "detail": { + "key": "ZA-yP9Tf_p", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/uDKTAN2FUQ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200426/JD2IkzX217-1587894536.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200426/mj2bEubdpM-1587894537.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200426/DUdMb1EeWz-1587894538.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200426/MgipOpJizX-1587894538.png.webp" + }, + "title": "Neon Universe Doodle" + }, + "key": "ZA-yP9Tf_p", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200426/8rbI4bh4Tb-1587894536.jpg", + "thumbUrlGif": "", + "title": "Neon Universe Doodle" + }, + { + "detail": { + "key": "dZmaNRMPdH", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/TW8WT0ba87.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200810/fsNOBe1VSZ-1597041709.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200810/OSe596mogk-1597041709.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200810/3fsseEmDts-1597041710.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200810/h6yeDGK30G-1597041710.png.webp" + }, + "title": "Neon Heart Wings 2" + }, + "key": "dZmaNRMPdH", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200810/JCAjaJQpNt-1597041708.jpg", + "thumbUrlGif": "", + "title": "Neon Heart Wings 2" + }, + { + "detail": { + "key": "GxkdYRjPNE", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/jXsixxtr7W.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200407/9ZlhFxLDKB-1586241168.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200407/LKHWliEJDX-1586241169.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200407/EJD2SVllPb-1586241170.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200407/Sf0YGXTo4V-1586241169.png.webp" + }, + "title": "Neon Lips" + }, + "key": "GxkdYRjPNE", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200407/y2890CVSSk-1586241167.jpg", + "thumbUrlGif": "", + "title": "Neon Lips" + }, + { + "detail": { + "key": "E2ThR6dqLf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/2CZzLWKvRB.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200331/Rxy8a2OylQ-1585651786.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200331/Gxe2UYaDKa-1585651786.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200331/5soIT1txGv-1585651787.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200331/AO88KDKOfO-1585651787.png.webp" + }, + "title": "Neon Heart Lights" + }, + "key": "E2ThR6dqLf", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200331/KMeHXa1w20-1585651785.jpg", + "thumbUrlGif": "", + "title": "Neon Heart Lights" + }, + { + "detail": { + "key": "N-aGErIOXq", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/3IIcQx3G4h.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200324/66zk9fJ23R-1585046519.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200324/L0hUAsSace-1585046520.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200324/DUF1xG39oK-1585046521.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200324/BW2sgR8WDf-1585046521.png.webp" + }, + "title": "Neon Pink Love" + }, + "key": "N-aGErIOXq", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200324/DQlB2BPeLd-1585046519.jpg", + "thumbUrlGif": "", + "title": "Neon Pink Love" + }, + { + "detail": { + "key": "90Hz15DNzY", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/iAn9cg0z5e.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200220/epSdrt3pVy-1582187976.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200220/eQp8hNcDtZ-1582187976.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200220/jGQdwcG7X8-1582187978.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200220/TGNjigMmrB-1582187977.png.webp" + }, + "title": "Neon Flash Color Lights" + }, + "key": "90Hz15DNzY", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200220/BsDMax57Dt-1582187975.jpg", + "thumbUrlGif": "", + "title": "Neon Flash Color Lights" + }, + { + "detail": { + "key": "aijEt9mRsY", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/tRe2vOQ0Nv.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200219/D9K1CCdoha-1582112598.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200219/ZclXiAunIu-1582112598.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200219/F6kRQGocC5-1582112599.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210730/O-3d4xdiMS-1627617952.png.webp" + }, + "title": "Purple Neon Cat" + }, + "key": "aijEt9mRsY", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200219/NacBw4XIpW-1582112597.jpg", + "thumbUrlGif": "", + "title": "Purple Neon Cat" + }, + { + "detail": { + "key": "tuilvPSSh2", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/0uHz3ZOKAc.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200211/7lps05D2MX-1581417248.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200211/NY4B49oiWB-1581417248.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200211/VLoMXziavJ-1581417249.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200211/yj6lFNovMx-1581417249.png.webp" + }, + "title": "Neon Feathers" + }, + "key": "tuilvPSSh2", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200211/QOo5oPxaAf-1581417247.jpg", + "thumbUrlGif": "", + "title": "Neon Feathers" + }, + { + "detail": { + "key": "A9JxXjhyiG", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/OIUzbPYHij.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200115/cCXZVLvZj9-1579058261.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200115/7e0YEEMwCr-1579058262.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200115/InQEBVPefD-1579058263.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200115/OCxpCfUJG7-1579058262.png.webp" + }, + "title": "Blue Neon Galaxy" + }, + "key": "A9JxXjhyiG", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200115/miVVIQKgH1-1579058261.jpg", + "thumbUrlGif": "", + "title": "Blue Neon Galaxy" + }, + { + "detail": { + "key": "PwqObDmmiZ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/MT6ePQH4UG.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200115/zU1eu8S0ER-1579058278.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200115/khWEAeWXIH-1579058278.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200115/KBiM5F3SR4-1579058280.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200717/PYQYA1dSSJ-1594954793.png.webp" + }, + "title": "Black Neon Kitty" + }, + "key": "PwqObDmmiZ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200115/YJdyWuZ08X-1579058277.jpg", + "thumbUrlGif": "", + "title": "Black Neon Kitty" + }, + { + "detail": { + "key": "a65jyoPUg5", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Of2R1RHJIx.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191211/igj3V4BXYJ-1576052488.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191211/Z4iMKuiubs-1576052489.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191211/yEHpa2Ezix-1576052490.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20191211/PJcpvi2AY2-1576052489.png.webp" + }, + "title": "Blue Neon Tech" + }, + "key": "a65jyoPUg5", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191211/zf187yj0WA-1576052488.jpg", + "thumbUrlGif": "", + "title": "Blue Neon Tech" + }, + { + "detail": { + "key": "fdx4BBlt1W", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/aElM4THX8E.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200407/SqMVaolG1W-1586244783.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200407/B6iepa6qLo-1586244784.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200407/ztrTUevXVd-1586244785.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200407/KK0RwpdvEB-1586244785.png.webp" + }, + "title": "Neon Purple Bright" + }, + "key": "fdx4BBlt1W", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200407/jQ4IDzn5Zu-1586244783.jpg", + "thumbUrlGif": "", + "title": "Neon Purple Bright" + }, + { + "key": "dhvu1z2lDU", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191107/cYpr2O3IiG-1573121816.jpg", + "thumbUrlGif": "", + "title": "Bright Neon Heart" + }, + { + "detail": { + "key": "V6qihBcrO5", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/pOPS8ylY1l.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191029/jfwCL7UJyJ-1572339621.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191029/HozzhjSXu2-1572339621.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191029/qEHtSvYIot-1572339622.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200619/XCygz8FM8J-1592563962.png.webp" + }, + "title": "Thunder Neon Wolf" + }, + "key": "V6qihBcrO5", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191029/Zdb06XcxOV-1572339620.jpg", + "thumbUrlGif": "", + "title": "Thunder Neon Wolf" + }, + { + "detail": { + "key": "I-Ie5ncL7D", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/jAsFnNo3XJ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190923/hFzCnMM40L-1569221831.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190923/9GBBjW9nZf-1569221831.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190923/K8sLSmwWtU-1569221832.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190923/MRmNl3rkpM-1569221832.png.webp" + }, + "title": "Pink Neon Heart" + }, + "key": "I-Ie5ncL7D", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190923/nuIj0jIL1r-1569221830.jpg", + "thumbUrlGif": "", + "title": "Pink Neon Heart" + }, + { + "detail": { + "key": "5tRp5l6dCT", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/2dnVqiR2Gg.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190816/jr0104FfKq-1565954804.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190816/wPWxvi4c5P-1565954805.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190816/mgVdrILtwz-1565954806.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190816/aAzILoBG3p-1565954805.png.webp" + }, + "title": "Purple Glow" + }, + "key": "5tRp5l6dCT", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190816/ruSPaOW1nH-1565954803.jpg", + "thumbUrlGif": "", + "title": "Purple Glow" + }, + { + "detail": { + "key": "AvxLR2f-Wy", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/xaSehH0v69.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200616/cAqwjlSKkL-1592290441.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200616/2DzdUG25O8-1592290441.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200616/CWHwGWj2gQ-1592290443.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200616/k7OsTP0AD8-1592290442.png.webp" + }, + "title": "Neon Cool Lion" + }, + "key": "AvxLR2f-Wy", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200616/cMbrrTmyrK-1592290440.jpg", + "thumbUrlGif": "", + "title": "Neon Cool Lion" + }, + { + "key": "RL9OFdAE8C", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190423/92OV80ut7r-1556002779.jpg", + "thumbUrlGif": "", + "title": "Neon Love" + }, + { + "detail": { + "key": "mZI2iAXTov", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/2JLNnWQaph.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190320/eBL51Igucf-1553063636.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190320/wtqXwCLgFU-1553063643.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190320/EFnwQWJySw-1553063650.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190320/E7WzW8svVg-1553063649.png.webp" + }, + "title": "Neon Raindrops" + }, + "key": "mZI2iAXTov", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190320/J15uZXj3lT-1553063631.jpg", + "thumbUrlGif": "", + "title": "Neon Raindrops" + }, + { + "detail": { + "key": "rQ7YjFgZ-F", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/3Qwn3O8wCT.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200219/7OfV1vr6as-1582094408.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200219/ggTbbHawOm-1582094409.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200219/mxMQXqmpAP-1582094410.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210204/RZkEg9Ip1x-1612412194.png.webp" + }, + "title": "Neon Heart Wings" + }, + "key": "rQ7YjFgZ-F", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200219/LRxE9gqdeK-1582094408.jpg", + "thumbUrlGif": "", + "title": "Neon Heart Wings" + }, + { + "detail": { + "key": "ryq4rm8K-2", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/cKGBGh2bGe.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20180307/dvCSBlsZbX-1520414646.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20180307/sZWOwVeXst-1520414648.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20180307/UQDhVaQEnD-1520414652.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200529/p9vgPkfCkN-1590739854.png.webp" + }, + "title": "Blue Neon Tech Beam" + }, + "key": "ryq4rm8K-2", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20180307/1pnDMCbkLt-1520414643.jpg", + "thumbUrlGif": "", + "title": "Blue Neon Tech Beam" + }, + { + "detail": { + "key": "PwqObDmmiZ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/MT6ePQH4UG.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200115/zU1eu8S0ER-1579058278.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200115/khWEAeWXIH-1579058278.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200115/KBiM5F3SR4-1579058280.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200717/PYQYA1dSSJ-1594954793.png.webp" + }, + "title": "Black Neon Kitty" + }, + "key": "PwqObDmmiZ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200115/YJdyWuZ08X-1579058277.jpg", + "thumbUrlGif": "", + "title": "Black Neon Kitty" + }, + { + "detail": { + "key": "a65jyoPUg5", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Of2R1RHJIx.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191211/igj3V4BXYJ-1576052488.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191211/Z4iMKuiubs-1576052489.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191211/yEHpa2Ezix-1576052490.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20191211/PJcpvi2AY2-1576052489.png.webp" + }, + "title": "Blue Neon Tech" + }, + "key": "a65jyoPUg5", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191211/zf187yj0WA-1576052488.jpg", + "thumbUrlGif": "", + "title": "Blue Neon Tech" + }, + { + "detail": { + "key": "fdx4BBlt1W", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/aElM4THX8E.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200407/SqMVaolG1W-1586244783.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200407/B6iepa6qLo-1586244784.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200407/ztrTUevXVd-1586244785.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200407/KK0RwpdvEB-1586244785.png.webp" + }, + "title": "Neon Purple Bright" + }, + "key": "fdx4BBlt1W", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200407/jQ4IDzn5Zu-1586244783.jpg", + "thumbUrlGif": "", + "title": "Neon Purple Bright" + }, + { + "detail": { + "key": "V6qihBcrO5", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/pOPS8ylY1l.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191029/jfwCL7UJyJ-1572339621.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191029/HozzhjSXu2-1572339621.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191029/qEHtSvYIot-1572339622.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200619/XCygz8FM8J-1592563962.png.webp" + }, + "title": "Thunder Neon Wolf" + }, + "key": "V6qihBcrO5", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191029/Zdb06XcxOV-1572339620.jpg", + "thumbUrlGif": "", + "title": "Thunder Neon Wolf" + }, + { + "detail": { + "key": "I-Ie5ncL7D", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/jAsFnNo3XJ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190923/hFzCnMM40L-1569221831.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190923/9GBBjW9nZf-1569221831.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190923/K8sLSmwWtU-1569221832.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190923/MRmNl3rkpM-1569221832.png.webp" + }, + "title": "Pink Neon Heart" + }, + "key": "I-Ie5ncL7D", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190923/nuIj0jIL1r-1569221830.jpg", + "thumbUrlGif": "", + "title": "Pink Neon Heart" + }, + { + "detail": { + "key": "5tRp5l6dCT", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/2dnVqiR2Gg.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190816/jr0104FfKq-1565954804.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190816/wPWxvi4c5P-1565954805.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190816/mgVdrILtwz-1565954806.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190816/aAzILoBG3p-1565954805.png.webp" + }, + "title": "Purple Glow" + }, + "key": "5tRp5l6dCT", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190816/ruSPaOW1nH-1565954803.jpg", + "thumbUrlGif": "", + "title": "Purple Glow" + }, + { + "detail": { + "key": "AvxLR2f-Wy", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/xaSehH0v69.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200616/cAqwjlSKkL-1592290441.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200616/2DzdUG25O8-1592290441.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200616/CWHwGWj2gQ-1592290443.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200616/k7OsTP0AD8-1592290442.png.webp" + }, + "title": "Neon Cool Lion" + }, + "key": "AvxLR2f-Wy", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200616/cMbrrTmyrK-1592290440.jpg", + "thumbUrlGif": "", + "title": "Neon Cool Lion" + }, + { + "detail": { + "key": "mZI2iAXTov", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/2JLNnWQaph.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190320/eBL51Igucf-1553063636.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190320/wtqXwCLgFU-1553063643.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190320/EFnwQWJySw-1553063650.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190320/E7WzW8svVg-1553063649.png.webp" + }, + "title": "Neon Raindrops" + }, + "key": "mZI2iAXTov", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190320/J15uZXj3lT-1553063631.jpg", + "thumbUrlGif": "", + "title": "Neon Raindrops" + }, + { + "detail": { + "key": "rQ7YjFgZ-F", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/3Qwn3O8wCT.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200219/7OfV1vr6as-1582094408.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200219/ggTbbHawOm-1582094409.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200219/mxMQXqmpAP-1582094410.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210204/RZkEg9Ip1x-1612412194.png.webp" + }, + "title": "Neon Heart Wings" + }, + "key": "rQ7YjFgZ-F", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200219/LRxE9gqdeK-1582094408.jpg", + "thumbUrlGif": "", + "title": "Neon Heart Wings" + }, + { + "detail": { + "key": "ryq4rm8K-2", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/cKGBGh2bGe.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20180307/dvCSBlsZbX-1520414646.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20180307/sZWOwVeXst-1520414648.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20180307/UQDhVaQEnD-1520414652.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200529/p9vgPkfCkN-1590739854.png.webp" + }, + "title": "Blue Neon Tech Beam" + }, + "key": "ryq4rm8K-2", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20180307/1pnDMCbkLt-1520414643.jpg", + "thumbUrlGif": "", + "title": "Blue Neon Tech Beam" + } + ] + }, + { + "parent_name": "Live", + "keyboard_list": [ + { + "detail": { + "key": "2946-UN1zd", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/M2BFQr6sn0.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230110/BTHu1CF5ff-1673323527.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230110/PWL6O0RAuf-1673323527.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20230110/1kui-NBInp-1673330625.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20230110/sZC_Xb-YaI-1673330628.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230110/SsBvrPcDBw-1673323528.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230110/Lh9buAcFes-1673323528.png.webp" + }, + "title": "Demon Butterfly Live" + }, + "key": "2946-UN1zd", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230110/tUU4f4ewYg-1673323526.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20230110/sZC_Xb-YaI-1673330628.gif.webp", + "title": "Demon Butterfly Live" + }, + { + "detail": { + "key": "M1umHN-UfB", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/cIH1OqUaN0.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221227/6wF8jf0Ssb-1672110939.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221227/rHsOLKZk13-1672110940.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221227/YH3hfiiW3u-1672111210.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221227/Mz9um4wlzD-1672111215.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221227/I8RoCvZNPL-1672110941.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221227/XaflNtOs0p-1672110940.png.webp" + }, + "title": "Neon Demon Eye Live" + }, + "key": "M1umHN-UfB", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221227/Uqb74zr2T3-1672110939.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221227/Mz9um4wlzD-1672111215.gif.webp", + "title": "Neon Demon Eye Live" + }, + { + "detail": { + "key": "9nTGJ5pKlO", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/93EldartBt.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221108/tcuwO5AIHe-1667895153.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221108/XUsHBcdjcT-1667895154.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221101/6YZR5pXSPu-1667290370.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221021/qo3mQjLVep-1666340091.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221108/1gOp36qG7q-1667895155.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221108/3wv7WGd8Ya-1667895154.png.webp" + }, + "title": "Stitch Love Live" + }, + "key": "9nTGJ5pKlO", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221108/D1agGS1Z9k-1667895182.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221021/qo3mQjLVep-1666340091.gif.webp", + "title": "Stitch Love Live" + }, + { + "detail": { + "key": "Em_xh1-l6g", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/dv5ojMVKZe.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221221/CyQPBgWbfv-1671609530.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221221/O3s7lx9P4w-1671609531.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221221/hWuqQoSXNN-1671609652.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221221/cE2_KAF1sZ-1671609657.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221221/MKIfGnS0Dx-1671609533.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221221/ki4Zv8WTw4-1671609532.png.webp" + }, + "title": "Wednesday Dance Live" + }, + "key": "Em_xh1-l6g", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221221/ehj5uwwVg1-1671609530.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221221/cE2_KAF1sZ-1671609657.gif.webp", + "title": "Wednesday Dance Live" + }, + { + "detail": { + "key": "PGL_vygqE-", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/z6qLujvKfg.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221220/FYUWrnC4Eh-1671508243.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221220/a2ChzYOfil-1671508244.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221220/jVYk9igI-D-1671508453.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221220/oMVPfBpu3J-1671508461.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221220/ARYpYp3lrv-1671508244.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221220/zmWMgwtmVP-1671508244.png.webp" + }, + "title": "Neon Skull Live" + }, + "key": "PGL_vygqE-", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221220/J7W0tHElkx-1671508243.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221220/oMVPfBpu3J-1671508461.gif.webp", + "title": "Neon Skull Live" + }, + { + "detail": { + "key": "Je5rBDP5I0", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/hiHZflZX68.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221028/h0XWfwZcgC-1666933900.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221028/2jXNRKQQeF-1666933900.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221101/-W7lwgv5Ca-1667282797.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221028/2-PXdhu38n-1666933941.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221028/kL06PJj2NH-1666933901.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221028/wP16r0wZF9-1666933901.png.webp" + }, + "title": "Cute Pikachu Live" + }, + "key": "Je5rBDP5I0", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221028/Wv7BzcG9Q5-1666933899.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221028/2-PXdhu38n-1666933941.gif.webp", + "title": "Cute Pikachu Live" + }, + { + "detail": { + "key": "34kiFBCmyO", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/x48ESquTad.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221027/2Ptc9UDW6x-1666867428.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221027/ajrC201G8v-1666867428.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221101/mQnVChGE24-1667290239.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221027/ulRaeN2VqN-1666865234.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221027/ZH5pme4Xuz-1666867429.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221027/XOLNPeoCN9-1666867429.png.webp" + }, + "title": "Baby Yoda Live" + }, + "key": "34kiFBCmyO", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221027/xOIu0nvKzR-1666867427.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221027/ulRaeN2VqN-1666865234.gif.webp", + "title": "Baby Yoda Live" + }, + { + "detail": { + "key": "2ZklHz-l5u", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/RKbVkmgI7P.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221028/sgwciQAuAm-1666929570.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221028/4k9PA5wcGm-1666929570.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221101/Y4inHVSTGp-1667282757.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221028/2V5CKGKF---1666929610.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221028/nPwTkgf3sp-1666929571.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221028/brgmoB8gMj-1666929571.png.webp" + }, + "title": "Pink Kuromi Live" + }, + "key": "2ZklHz-l5u", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221028/7dRpi9spXK-1666929569.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221028/2V5CKGKF---1666929610.gif.webp", + "title": "Pink Kuromi Live" + }, + { + "detail": { + "key": "qOhUlfg0fO", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/zUmNAzLU6d.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230220/a6bpqYbxc0-1676888574.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230220/uDEU89rIgw-1676888575.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20230220/0qEN1AMgUE-1676889419.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20230220/dM0OChSTAe-1676889421.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230220/fIJk1MMO4q-1676888576.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230220/ubadLzHn2y-1676888575.png.webp" + }, + "title": "Gengar Lick Live" + }, + "key": "qOhUlfg0fO", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230220/TsAZllfxq6-1676888574.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20230220/dM0OChSTAe-1676889421.gif.webp", + "title": "Gengar Lick Live" + }, + { + "detail": { + "key": "XAcBOMHz5R", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/hcErGD7mhQ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230104/vmOl7iDyJ8-1672804785.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230104/Z1YEXRYP5e-1672804786.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20230104/R8dlw6A_80-1672804969.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20230104/YZ_AUJrj4L-1672804972.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230104/8WMrJN57G0-1672804787.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230104/nuXg2Bq5Ai-1672804787.png.webp" + }, + "title": "Dance Wednesday Live" + }, + "key": "XAcBOMHz5R", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230104/5I9EHiducF-1672804785.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20230104/YZ_AUJrj4L-1672804972.gif.webp", + "title": "Dance Wednesday Live" + }, + { + "detail": { + "key": "z7OtubQhlV", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/M9MnH3pjBu.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221220/aoOZbqDXiI-1671508843.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221220/wkZlT3P53k-1671508844.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/lw6UiaqvMV-1670298569.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/d0dMkxQmCu-1670298576.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221220/jynRJm4upb-1671508844.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221220/79lKzyjlU6-1671508844.png.webp" + }, + "title": "Broken Kakashi Live" + }, + "key": "z7OtubQhlV", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221220/rmhFdRrtnl-1671508843.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/d0dMkxQmCu-1670298576.gif.webp", + "title": "Broken Kakashi Live" + }, + { + "detail": { + "key": "G9GyIvFJ3h", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/xY6GGOhYkb.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230117/0o3rcSaYSC-1673924753.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230117/emXbJevtC2-1673924754.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20230117/4umxLAhKGE-1673925134.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20230117/H-DcoaiQN8-1673925137.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230117/Q49iOmiCNn-1673924755.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230117/Aon7MMwf09-1673924754.png.webp" + }, + "title": "Lazy Cat Live" + }, + "key": "G9GyIvFJ3h", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230117/Xf0c7k8VP5-1673924753.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20230117/H-DcoaiQN8-1673925137.gif.webp", + "title": "Lazy Cat Live" + }, + { + "detail": { + "key": "DJe-HmwsrL", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/eSovt8276V.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230117/hugWZGVuQ7-1673924747.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230117/hXMYftIJ0Q-1673924748.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20230117/eSGc65lbw6-1673925090.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20230117/s9NNn0SOdi-1673925094.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230117/1v41qdCgJq-1673924748.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230117/v6gMkSJJJM-1673924748.png.webp" + }, + "title": "Cute Molang Live" + }, + "key": "DJe-HmwsrL", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230117/4lF5bPOMpF-1673924747.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20230117/s9NNn0SOdi-1673925094.gif.webp", + "title": "Cute Molang Live" + }, + { + "detail": { + "key": "DYcn5BUSIz", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/lKCZN1GldH.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221206/Qput0VUwKv-1670297888.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/q5HoXv7My6-1670297889.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/x3THvfzPDo-1670298442.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/LJcHIMLKwU-1670298445.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/6gcMMnxAp6-1670297889.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221206/ytV87wUAAX-1670297889.png.webp" + }, + "title": "Roll Dino Live" + }, + "key": "DYcn5BUSIz", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221206/OUw6lkueZS-1670297887.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/LJcHIMLKwU-1670298445.gif.webp", + "title": "Roll Dino Live" + }, + { + "detail": { + "key": "NJdaNiPy98", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/AxndJWnEJm.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221128/C1VPyhFUaQ-1669633513.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221128/2W9mKQCzkj-1669633514.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221123/PD55c-SMC0-1669190183.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221123/KC9LxM8uzb-1669190184.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221128/NPhLTukDdU-1669633515.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221128/bNp6hICkPt-1669633514.png.webp" + }, + "title": "Neon Heart Live" + }, + "key": "NJdaNiPy98", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221128/piDOkvRwJm-1669633513.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221123/KC9LxM8uzb-1669190184.gif.webp", + "title": "Neon Heart Live" + }, + { + "detail": { + "key": "MR5I90krBQ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/iwmaTohrsI.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221116/YEr33fGy05-1668589710.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221116/7cbS5FmmRK-1668589711.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221116/wbfYNJxogU-1668589755.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221116/H5rND62zzO-1668589761.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221116/UjzqGtrdTN-1668589712.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221116/lmBPTLkjv6-1668589711.png.webp" + }, + "title": "Happy Deadpool Live" + }, + "key": "MR5I90krBQ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221116/QbJv8sPKUm-1668589710.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221116/H5rND62zzO-1668589761.gif.webp", + "title": "Happy Deadpool Live" + }, + { + "detail": { + "key": "nhGfr1L1xx", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/5S4ahjAa1H.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221128/pNCof2aaGq-1669633547.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221128/gCyzeJbSgD-1669633547.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221101/afgwkEGL3F-1667290299.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221021/9ZCVx9TjtJ-1666340219.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221128/z10U5G4sQ0-1669633548.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221128/gAt14MmGNq-1669633548.png.webp" + }, + "title": "Monokuma Live" + }, + "key": "nhGfr1L1xx", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221128/OSP1ar3n5T-1669633546.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221021/9ZCVx9TjtJ-1666340219.gif.webp", + "title": "Monokuma Live" + }, + { + "detail": { + "key": "67Yh2WbaX0", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/WsqqbAsHkS.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221221/E4h3AlV8zT-1671609523.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221221/igfZE6XbjA-1671609523.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221221/WGb4-hjjct-1671609628.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221221/5znkYHLdeh-1671609629.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221221/79eQOxBfFs-1671609525.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221221/qqOtW8fokS-1671609524.png.webp" + }, + "title": "Wednesday Thing Live" + }, + "key": "67Yh2WbaX0", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221221/q4jy4qXrRI-1671609522.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221221/5znkYHLdeh-1671609629.gif.webp", + "title": "Wednesday Thing Live" + }, + { + "detail": { + "key": "0I0czIw2-u", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/QvvuB0xXZt.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221109/2LVnFhfmVC-1667979776.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221109/uAXjW58AWA-1667979776.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221109/kxRPIv1855-1667979875.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221109/wv2pK6FjEa-1667979874.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221109/o0q4hAwCkk-1667979777.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221109/6j3vsprj7a-1667979777.png.webp" + }, + "title": "Happy Kuromi Live" + }, + "key": "0I0czIw2-u", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221109/JTNohpohgj-1667979776.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221109/wv2pK6FjEa-1667979874.gif.webp", + "title": "Happy Kuromi Live" + }, + { + "detail": { + "key": "5IGd9UmrHC", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/7t5liS8uab.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221104/E9swgZPsXZ-1667533363.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221104/Dd1alTBL3w-1667533363.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221103/_dSYBBJZIi-1667469762.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221103/SqSQdj4j9e-1667469777.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221104/zptZjBmyjZ-1667533364.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221104/c9bG4xNobh-1667533364.png.webp" + }, + "title": "Sailor Moon Live" + }, + "key": "5IGd9UmrHC", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221104/VKLqNeuC6V-1667533362.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221103/SqSQdj4j9e-1667469777.gif.webp", + "title": "Sailor Moon Live" + }, + { + "detail": { + "key": "s-hBDJNNRA", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/yy3ZoBDfBE.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221206/2F4EyqmLz4-1670297917.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/5vZL0FdHq4-1670297918.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/XIZ_WNXEnc-1670298641.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/yCBTuBYVBz-1670298980.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/UiPhgXQKeP-1670297919.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221206/sRRanmahNM-1670297918.png.webp" + }, + "title": "Another Misaki Live" + }, + "key": "s-hBDJNNRA", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221206/HIeEsaowQK-1670297917.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/yCBTuBYVBz-1670298980.gif.webp", + "title": "Another Misaki Live" + }, + { + "detail": { + "key": "e2f3819c74904bf0a8c9fb006a179b04", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230621/OZXWcwXz9N-1687327859.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1687327869355_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1687327869896_keyboard_show_1024*500.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/picture/wallpaper/1687335959991_1687335959991_keyboard-show(small).gif3025926647268362466.gif", + "imgPreviewGif": "https://cdn.kikakeyboard.com/picture/wallpaper/1687335950659_1687335950659_preview.gif4077513835941490948.gif", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1687327870742_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1687327870351_ic_notif_120*120.png.webp" + }, + "title": "Gawr Gura Live" + }, + "key": "e2f3819c74904bf0a8c9fb006a179b04", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1687327867987_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "https://cdn.kikakeyboard.com/picture/wallpaper/1687335939925_1687335939924_preview.gif4689461356124001390.gif", + "title": "Gawr Gura Live" + }, + { + "detail": { + "key": "ODYnouNU-8", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/CAcHON1F5R.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230220/o0a2ar1XMf-1676888591.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230220/izKGQjfbDi-1676888592.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20230220/P7sOFD6VZo-1676889575.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20230220/Kgs0yhR7mI-1676889580.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230220/CLc3MTdZ1E-1676888593.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230220/NODXNY6f75-1676888592.png.webp" + }, + "title": "Dizzy Kuromi Live" + }, + "key": "ODYnouNU-8", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230220/aqO4OUPU3c-1676888591.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20230220/Kgs0yhR7mI-1676889580.gif.webp", + "title": "Dizzy Kuromi Live" + }, + { + "detail": { + "key": "nf0hIquOCF", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/4Ak2IaADY1.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230131/y5n0LV1eSn-1675138441.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230131/LRW9Ptjrfg-1675138442.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20230131/8P--qkAn5d-1675138648.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20230131/0YpwxOWZgf-1675138651.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230131/ckuBShn5in-1675138443.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230131/rctCIXVfBI-1675138442.png.webp" + }, + "title": "Skate Demon Live" + }, + "key": "nf0hIquOCF", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230131/KbCcpWxzSe-1675138441.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20230131/0YpwxOWZgf-1675138651.gif.webp", + "title": "Skate Demon Live" + }, + { + "detail": { + "key": "qGdFJESb_l", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/8SkgNWZL0c.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230131/JuzjJ8E5Fb-1675138436.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230131/AwnMErZUxD-1675138437.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20230131/JuJx47LnlH-1675138623.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20230131/oMY42NnRhc-1675138627.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230131/D88SXAQsPY-1675138438.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230131/pPCorXpE2z-1675138437.png.webp" + }, + "title": "Cute Pop Heart Live" + }, + "key": "qGdFJESb_l", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230131/LyCcVUQ37H-1675138436.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20230131/oMY42NnRhc-1675138627.gif.webp", + "title": "Cute Pop Heart Live" + }, + { + "detail": { + "key": "1sL5d4nfRi", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/O24WccUr9M.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230131/52ePX0A8wY-1675138431.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230131/lbGGDq585P-1675138431.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20230131/Ffc7vnpiSI-1675138599.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20230131/HHBKUNxICS-1675138591.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230131/lVNj3yUzO5-1675138432.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230131/YoMmTg1yZB-1675138432.png.webp" + }, + "title": "Kawaii Ponyo Live" + }, + "key": "1sL5d4nfRi", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230131/xziEtu7Cz7-1675138430.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20230131/HHBKUNxICS-1675138591.gif.webp", + "title": "Kawaii Ponyo Live" + }, + { + "detail": { + "key": "alpN6Pe9z4", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/9gVE8hDoEQ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221220/nLfjP6A4LL-1671508248.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221220/B1sCCW3TxK-1671508248.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221220/Ia0sxLrlW--1671508522.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221220/NUzVv-29a_-1671508526.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221220/2o9KHSbRNE-1671508249.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221220/bBRj5e19Nf-1671508249.png.webp" + }, + "title": "Popcat Live" + }, + "key": "alpN6Pe9z4", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221220/PJbzFOI8Oj-1671508248.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221220/NUzVv-29a_-1671508526.gif.webp", + "title": "Popcat Live" + }, + { + "detail": { + "key": "yiqcrBmsS1", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/CpAPeQo9hZ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221206/QuIOJAtdbO-1670297900.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/U0JQ7jj6wu-1670297900.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/0b5xHmuJAn-1670298495.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/GybgL77l1O-1670298498.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/P19lZcfL4e-1670297901.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221206/zIcarGVoMS-1670297901.png.webp" + }, + "title": "Pudin Cat Live" + }, + "key": "yiqcrBmsS1", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221206/s55lbMFn0V-1670297900.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/GybgL77l1O-1670298498.gif.webp", + "title": "Pudin Cat Live" + }, + { + "detail": { + "key": "MCqBYUWmgn", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/VP1yuX46pB.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221123/ntbjIzYdDn-1669189978.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221123/lQsvPrk2yt-1669189979.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221123/RQKejff2FA-1669190239.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221123/RjZwz27JsB-1669190242.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221123/7uh1Z5Tzj5-1669189979.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221123/U71Bafvbog-1669189979.png.webp" + }, + "title": "Jumping Corgi Live" + }, + "key": "MCqBYUWmgn", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221123/lxVf4O4dwq-1669189978.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221123/RjZwz27JsB-1669190242.gif.webp", + "title": "Jumping Corgi Live" + }, + { + "detail": { + "key": "iNAHOHTr8d", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/IAPCOSDmpO.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221116/YGb7jTXZVS-1668589700.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221116/DX4JrIHoAt-1668589700.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221116/cxl7nUO69E-1668589804.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221116/3TNyV2Yx1x-1668589808.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221116/jSbgtWQuGX-1668589701.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221116/mvbiSldhIS-1668589701.png.webp" + }, + "title": "Run Simpson Live" + }, + "key": "iNAHOHTr8d", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221116/xF3zcccVY7-1668589699.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221116/3TNyV2Yx1x-1668589808.gif.webp", + "title": "Run Simpson Live" + }, + { + "detail": { + "key": "GYJWWeLdvG", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/Fc2kPzrZZV.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221116/kRwusYmsAX-1668589664.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221116/QUqjXD0hry-1668589665.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221116/YfZncS-d6k-1668589860.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221116/1xpZpAVXKD-1668589849.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221116/XzQb2vttb8-1668589666.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221116/7aNWaQ6ouA-1668589665.png.webp" + }, + "title": "Shiba Husky Live" + }, + "key": "GYJWWeLdvG", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221116/a1lilxfSCy-1668589664.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221116/1xpZpAVXKD-1668589849.gif.webp", + "title": "Shiba Husky Live" + }, + { + "detail": { + "key": "LeB75I9O-o", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/3RvWcsYOIf.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221108/W3nyU8bl6M-1667895568.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221108/O3B3Gmkl0w-1667895568.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221108/SpJoRp8JF3-1667895876.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221108/VD5LNMz1O2-1667895885.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221108/kyyotzhyin-1667895569.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221108/FHhE7L1ZGU-1667895569.png.webp" + }, + "title": "Cute Duck Walk Live" + }, + "key": "LeB75I9O-o", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221108/2-LUn-dZc8-1667895877.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221108/VD5LNMz1O2-1667895885.gif.webp", + "title": "Cute Duck Walk Live" + }, + { + "detail": { + "key": "E9E_4PjUbB", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/LpNRUADpGJ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221108/w6Pzx_ROns-1667896076.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221108/8fwXBKOdGr-1667895672.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221108/IMKd4ak3kU-1667895974.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221108/qdng_QdDyo-1667895985.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221108/2zsgi51lV9-1667895673.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221108/JXkYEj0Ztz-1667895672.png.webp" + }, + "title": "Rick Morty Live" + }, + "key": "E9E_4PjUbB", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221108/8we3XHhhIz-1667895972.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221108/qdng_QdDyo-1667895985.gif.webp", + "title": "Rick Morty Live" + }, + { + "detail": { + "key": "e2f3819c74904bf0a8c9fb006a179b04", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230621/OZXWcwXz9N-1687327859.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1687327869355_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1687327869896_keyboard_show_1024*500.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/picture/wallpaper/1687335959991_1687335959991_keyboard-show(small).gif3025926647268362466.gif", + "imgPreviewGif": "https://cdn.kikakeyboard.com/picture/wallpaper/1687335950659_1687335950659_preview.gif4077513835941490948.gif", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1687327870742_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1687327870351_ic_notif_120*120.png.webp" + }, + "title": "Gawr Gura Live" + }, + "key": "e2f3819c74904bf0a8c9fb006a179b04", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1687327867987_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "https://cdn.kikakeyboard.com/picture/wallpaper/1687335939925_1687335939924_preview.gif4689461356124001390.gif", + "title": "Gawr Gura Live" + }, + { + "detail": { + "key": "ODYnouNU-8", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/CAcHON1F5R.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230220/o0a2ar1XMf-1676888591.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230220/izKGQjfbDi-1676888592.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20230220/P7sOFD6VZo-1676889575.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20230220/Kgs0yhR7mI-1676889580.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230220/CLc3MTdZ1E-1676888593.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230220/NODXNY6f75-1676888592.png.webp" + }, + "title": "Dizzy Kuromi Live" + }, + "key": "ODYnouNU-8", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230220/aqO4OUPU3c-1676888591.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20230220/Kgs0yhR7mI-1676889580.gif.webp", + "title": "Dizzy Kuromi Live" + }, + { + "detail": { + "key": "nf0hIquOCF", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/4Ak2IaADY1.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230131/y5n0LV1eSn-1675138441.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230131/LRW9Ptjrfg-1675138442.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20230131/8P--qkAn5d-1675138648.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20230131/0YpwxOWZgf-1675138651.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230131/ckuBShn5in-1675138443.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230131/rctCIXVfBI-1675138442.png.webp" + }, + "title": "Skate Demon Live" + }, + "key": "nf0hIquOCF", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230131/KbCcpWxzSe-1675138441.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20230131/0YpwxOWZgf-1675138651.gif.webp", + "title": "Skate Demon Live" + }, + { + "detail": { + "key": "qGdFJESb_l", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/8SkgNWZL0c.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230131/JuzjJ8E5Fb-1675138436.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230131/AwnMErZUxD-1675138437.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20230131/JuJx47LnlH-1675138623.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20230131/oMY42NnRhc-1675138627.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230131/D88SXAQsPY-1675138438.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230131/pPCorXpE2z-1675138437.png.webp" + }, + "title": "Cute Pop Heart Live" + }, + "key": "qGdFJESb_l", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230131/LyCcVUQ37H-1675138436.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20230131/oMY42NnRhc-1675138627.gif.webp", + "title": "Cute Pop Heart Live" + }, + { + "detail": { + "key": "1sL5d4nfRi", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/O24WccUr9M.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230131/52ePX0A8wY-1675138431.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230131/lbGGDq585P-1675138431.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20230131/Ffc7vnpiSI-1675138599.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20230131/HHBKUNxICS-1675138591.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230131/lVNj3yUzO5-1675138432.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230131/YoMmTg1yZB-1675138432.png.webp" + }, + "title": "Kawaii Ponyo Live" + }, + "key": "1sL5d4nfRi", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230131/xziEtu7Cz7-1675138430.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20230131/HHBKUNxICS-1675138591.gif.webp", + "title": "Kawaii Ponyo Live" + }, + { + "detail": { + "key": "alpN6Pe9z4", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/9gVE8hDoEQ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221220/nLfjP6A4LL-1671508248.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221220/B1sCCW3TxK-1671508248.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221220/Ia0sxLrlW--1671508522.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221220/NUzVv-29a_-1671508526.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221220/2o9KHSbRNE-1671508249.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221220/bBRj5e19Nf-1671508249.png.webp" + }, + "title": "Popcat Live" + }, + "key": "alpN6Pe9z4", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221220/PJbzFOI8Oj-1671508248.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221220/NUzVv-29a_-1671508526.gif.webp", + "title": "Popcat Live" + }, + { + "detail": { + "key": "yiqcrBmsS1", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/CpAPeQo9hZ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221206/QuIOJAtdbO-1670297900.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/U0JQ7jj6wu-1670297900.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/0b5xHmuJAn-1670298495.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/GybgL77l1O-1670298498.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/P19lZcfL4e-1670297901.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221206/zIcarGVoMS-1670297901.png.webp" + }, + "title": "Pudin Cat Live" + }, + "key": "yiqcrBmsS1", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221206/s55lbMFn0V-1670297900.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221206/GybgL77l1O-1670298498.gif.webp", + "title": "Pudin Cat Live" + }, + { + "detail": { + "key": "MCqBYUWmgn", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/VP1yuX46pB.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221123/ntbjIzYdDn-1669189978.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221123/lQsvPrk2yt-1669189979.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221123/RQKejff2FA-1669190239.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221123/RjZwz27JsB-1669190242.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221123/7uh1Z5Tzj5-1669189979.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221123/U71Bafvbog-1669189979.png.webp" + }, + "title": "Jumping Corgi Live" + }, + "key": "MCqBYUWmgn", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221123/lxVf4O4dwq-1669189978.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221123/RjZwz27JsB-1669190242.gif.webp", + "title": "Jumping Corgi Live" + }, + { + "detail": { + "key": "iNAHOHTr8d", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/IAPCOSDmpO.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221116/YGb7jTXZVS-1668589700.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221116/DX4JrIHoAt-1668589700.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221116/cxl7nUO69E-1668589804.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221116/3TNyV2Yx1x-1668589808.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221116/jSbgtWQuGX-1668589701.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221116/mvbiSldhIS-1668589701.png.webp" + }, + "title": "Run Simpson Live" + }, + "key": "iNAHOHTr8d", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221116/xF3zcccVY7-1668589699.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221116/3TNyV2Yx1x-1668589808.gif.webp", + "title": "Run Simpson Live" + }, + { + "detail": { + "key": "GYJWWeLdvG", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/Fc2kPzrZZV.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221116/kRwusYmsAX-1668589664.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221116/QUqjXD0hry-1668589665.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221116/YfZncS-d6k-1668589860.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221116/1xpZpAVXKD-1668589849.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221116/XzQb2vttb8-1668589666.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221116/7aNWaQ6ouA-1668589665.png.webp" + }, + "title": "Shiba Husky Live" + }, + "key": "GYJWWeLdvG", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221116/a1lilxfSCy-1668589664.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221116/1xpZpAVXKD-1668589849.gif.webp", + "title": "Shiba Husky Live" + }, + { + "detail": { + "key": "LeB75I9O-o", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/3RvWcsYOIf.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221108/W3nyU8bl6M-1667895568.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221108/O3B3Gmkl0w-1667895568.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221108/SpJoRp8JF3-1667895876.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221108/VD5LNMz1O2-1667895885.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221108/kyyotzhyin-1667895569.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221108/FHhE7L1ZGU-1667895569.png.webp" + }, + "title": "Cute Duck Walk Live" + }, + "key": "LeB75I9O-o", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221108/2-LUn-dZc8-1667895877.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221108/VD5LNMz1O2-1667895885.gif.webp", + "title": "Cute Duck Walk Live" + }, + { + "detail": { + "key": "E9E_4PjUbB", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/LpNRUADpGJ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221108/w6Pzx_ROns-1667896076.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221108/8fwXBKOdGr-1667895672.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221108/IMKd4ak3kU-1667895974.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221108/qdng_QdDyo-1667895985.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221108/2zsgi51lV9-1667895673.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221108/JXkYEj0Ztz-1667895672.png.webp" + }, + "title": "Rick Morty Live" + }, + "key": "E9E_4PjUbB", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221108/8we3XHhhIz-1667895972.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221108/qdng_QdDyo-1667895985.gif.webp", + "title": "Rick Morty Live" + } + ] + }, + { + "parent_name": "Aesthetic", + "keyboard_list": [ + { + "detail": { + "key": "6GYKKZWEjc", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/AuPs4wHTSM.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210127/KVaGkGzAic-1611744769.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210127/jpbBaRlabn-1611744769.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210127/bYfdeDzG8T-1611744770.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210127/u0sh2Rp1uQ-1611744770.png.webp" + }, + "title": "Neon Aesthetic Leaf" + }, + "key": "6GYKKZWEjc", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210127/qgf5mx1TSP-1611744768.jpg", + "thumbUrlGif": "", + "title": "Neon Aesthetic Leaf" + }, + { + "detail": { + "key": "pUybITbSUe", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/FdFKyNuDYp.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221108/QibaBT32Ph-1667877072.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221108/BOwXElC3J9-1667877072.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221108/akk1RzqJ1r-1667877073.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221108/FbAG5ZlCjP-1667877073.png.webp" + }, + "title": "Aesthetic Anime Boy" + }, + "key": "pUybITbSUe", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221108/2rn45HxYH9-1667877071.jpg", + "thumbUrlGif": "", + "title": "Aesthetic Anime Boy" + }, + { + "detail": { + "key": "MuHKOOJLCF", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/kQS7GAXc8j.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200616/5twuQgrzKG-1592273907.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200616/S7ZfEIC6Bj-1592273908.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200616/RK5IJmQpEk-1592273909.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200616/w5JyUsQwVX-1592273908.png.webp" + }, + "title": "Sunflowers 2" + }, + "key": "MuHKOOJLCF", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200616/HJESGzvfKg-1592273907.jpg", + "thumbUrlGif": "", + "title": "Sunflowers 2" + }, + { + "detail": { + "key": "AC1W9HEwP5", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/6NXQwjYrsd.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200331/kZ7WfOPSTu-1585651197.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200331/Us21R82MAD-1585651198.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200331/Yk5JjjHNsl-1585651199.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200331/Gp32jbgKS8-1585651199.png.webp" + }, + "title": "Beach Sunset" + }, + "key": "AC1W9HEwP5", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200331/J6zBRftMkd-1585651197.jpg", + "thumbUrlGif": "", + "title": "Beach Sunset" + }, + { + "detail": { + "key": "XcA9_vIw-M", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/KBbud6aArJ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211208/FgjCsHzGhM-1638960156.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211208/0CTvToXEKp-1638960156.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211208/s2fPpjHg6v-1638960157.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211208/NHMNYj1zGo-1638960157.png.webp" + }, + "title": "Aesthetic Kpop Crew" + }, + "key": "XcA9_vIw-M", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211208/hXhMC5hRuC-1638960155.jpg", + "thumbUrlGif": "", + "title": "Aesthetic Kpop Crew" + }, + { + "detail": { + "key": "6YkSV5asRy", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230523/tmtxtiiuLd-1684825361.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1684825372122_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1684825372598_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1684825373741_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1684825373174_ic_notif_120*120.png.webp" + }, + "title": "Aesthetic Butterfly" + }, + "key": "6YkSV5asRy", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1684825370773_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Aesthetic Butterfly" + }, + { + "detail": { + "key": "X724gRai6G", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/EjFoVtHyq9.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201005/nEA9zEyRk3-1601893244.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201005/Hh96ih5jJj-1601893245.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201005/VBetDVhhQN-1601893246.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201005/4QJoeuZJpA-1601893246.png.webp" + }, + "title": "Tropical Sky" + }, + "key": "X724gRai6G", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201005/elctxXU2zE-1601893243.jpg", + "thumbUrlGif": "", + "title": "Tropical Sky" + }, + { + "detail": { + "key": "-MvbmZhWN9", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/vP0RdHJw5p.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221220/bbBDa0peEI-1671508288.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221220/BtMRxZ8lWG-1671508288.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221220/p6zeN7HL32-1671508289.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221220/vQlIhGDsZW-1671508289.png.webp" + }, + "title": "Aesthetic Light Moon" + }, + "key": "-MvbmZhWN9", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221220/oNbNzdP9Jg-1671508288.jpg", + "thumbUrlGif": "", + "title": "Aesthetic Light Moon" + }, + { + "detail": { + "key": "GcBp7uCoUY", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/e2QGC316to.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220614/zkznCZW8on-1655186880.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220614/6hdfM9dM42-1655186880.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220614/rq63z9IZ3K-1655186881.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220614/GP0jRN4Y7G-1655186881.png.webp" + }, + "title": "Pink Aesthetic David" + }, + "key": "GcBp7uCoUY", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220614/UtBJe5zGm9-1655186879.jpg", + "thumbUrlGif": "", + "title": "Pink Aesthetic David" + }, + { + "detail": { + "key": "CAaX7oUjtp", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/5DhDvMEsv3.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211019/ZiGhlXgIac-1634636909.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211019/h2CJ3cudWK-1634636910.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211019/IIwccypvBP-1634636911.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211019/JFyeJ2H5bV-1634636911.png.webp" + }, + "title": "Dreamy Light Jar" + }, + "key": "CAaX7oUjtp", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211019/D8SutPsKFD-1634636909.jpg", + "thumbUrlGif": "", + "title": "Dreamy Light Jar" + }, + { + "detail": { + "key": "rc5IE4BAKZ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230427/b0xIq9a4mL-1682587912.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1682587947051_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1682587947455_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1682587948312_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1682587947889_ic_notif_120*120.png.webp" + }, + "title": "Pink Strawberry" + }, + "key": "rc5IE4BAKZ", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1682587945907_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Pink Strawberry" + }, + { + "detail": { + "key": "9gaJXCATeh", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/24OWTQ0CP5.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220524/TjKWAcAaAC-1653378918.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220524/ox6fJaCQnv-1653378918.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220524/UFn7eS1jdR-1653378919.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220524/5Qn4vm44TC-1653378919.png.webp" + }, + "title": "Aesthetic Whale" + }, + "key": "9gaJXCATeh", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220524/HYL9ZzUVAT-1653378917.jpg", + "thumbUrlGif": "", + "title": "Aesthetic Whale" + }, + { + "detail": { + "key": "f9gaQKLgiP", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/0BVJ7m2UkW.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210609/foOrGDO0om-1623210657.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210609/PZpdvZ30Nk-1623210657.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210609/FH4G4ba1gY-1623210658.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210609/rWW77PwgK6-1623210658.png.webp" + }, + "title": "Aesthetic Night Sky" + }, + "key": "f9gaQKLgiP", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210609/Iw9Sk2pISE-1623210656.jpg", + "thumbUrlGif": "", + "title": "Aesthetic Night Sky" + }, + { + "detail": { + "key": "T37m3ouNGP", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/uzcDMmg4ds.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210310/lUdSpjc4mF-1615370330.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210310/qBnNKgLjKP-1615370331.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210310/FDOa5yrmlh-1615370332.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210310/9UMePX9qK9-1615370331.png.webp" + }, + "title": "Starry Moon Sky" + }, + "key": "T37m3ouNGP", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210310/OEroBiFGfN-1615370329.jpg", + "thumbUrlGif": "", + "title": "Starry Moon Sky" + }, + { + "detail": { + "key": "iJCr-YyePj", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/7HtGgniH3k.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220524/qWtw0UpqYH-1653379149.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220524/cKL6yuxalE-1653379150.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220524/j69p7Bbi8y-1653379151.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220524/U7iYPQFgcU-1653379151.png.webp" + }, + "title": "Aesthetic Wheel" + }, + "key": "iJCr-YyePj", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220524/M5ljNNr2sH-1653379149.jpg", + "thumbUrlGif": "", + "title": "Aesthetic Wheel" + }, + { + "detail": { + "key": "U6bs6kbN7w", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/PQcepZdIPU.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211019/2I72kb4Dov-1634636721.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211019/PkOvAltsVD-1634636721.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211019/rP79D2ykFa-1634636722.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211019/oeqMsOiWQR-1634636722.png.webp" + }, + "title": "Glitter Rainbow Sky" + }, + "key": "U6bs6kbN7w", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211019/GVeCsx5BLt-1634636720.jpg", + "thumbUrlGif": "", + "title": "Glitter Rainbow Sky" + }, + { + "detail": { + "key": "QIVFbOIvDL", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/4hZ7ftYagz.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210616/x7njuekduP-1623828460.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210616/4QY3zcBGAB-1623828461.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210616/xoscscpb88-1623828462.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210616/FDw6uR1JcY-1623828461.png.webp" + }, + "title": "Sky Star" + }, + "key": "QIVFbOIvDL", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210616/rbqg3UBDMZ-1623828460.jpg", + "thumbUrlGif": "", + "title": "Sky Star" + }, + { + "detail": { + "key": "dSV5evyJYt", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/4soPEBCt6O.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220705/VBN6ORaCDe-1657001034.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220705/3o1bSR9YTx-1657001035.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220705/5VHuhyVewL-1657001036.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220705/KZWUWvq568-1657001035.png.webp" + }, + "title": "Aesthetic Sketch" + }, + "key": "dSV5evyJYt", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220705/gyHIRcbj19-1657001034.jpg", + "thumbUrlGif": "", + "title": "Aesthetic Sketch" + }, + { + "detail": { + "key": "AGoPh5Xp1-", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/hXl5xv87F7.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210629/JolpkRdFnv-1624947972.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210629/rODrTboNkP-1624947973.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210629/x7qN16exCx-1624947974.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210629/wJIee5mRWw-1624947974.png.webp" + }, + "title": "Butterfly Aesthetic" + }, + "key": "AGoPh5Xp1-", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210629/Cq94Xf0Gu7-1624947972.jpg", + "thumbUrlGif": "", + "title": "Butterfly Aesthetic" + }, + { + "detail": { + "key": "RZO8WsziXa", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/heFCoa7uOS.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200511/h7NZogECnJ-1589182701.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200511/u42su7cvUh-1589182702.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200511/L16fN4SY4g-1589182703.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200511/43QgltCabO-1589182702.png.webp" + }, + "title": "Doodle Blue Sky" + }, + "key": "RZO8WsziXa", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200511/u5E6eh0gzE-1589182700.jpg", + "thumbUrlGif": "", + "title": "Doodle Blue Sky" + }, + { + "detail": { + "key": "cmq4OXgO_9", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/bW0dKuUuhl.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221011/sHpcNRbqea-1665467907.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221011/KMVZCJDwYT-1665467907.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221011/6fVXxpVEPJ-1665467908.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221011/CdWcRTC3vU-1665467908.png.webp" + }, + "title": "Aesthetic Cloud Bear" + }, + "key": "cmq4OXgO_9", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221011/gFDnl57Nzm-1665467906.jpg", + "thumbUrlGif": "", + "title": "Aesthetic Cloud Bear" + }, + { + "detail": { + "key": "PvQwCkFItr", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/6nShhPGlRB.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210715/90HjLtrQYw-1626330115.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210715/0Zg7TIQ2nt-1626330116.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210715/bVHm2effFD-1626330117.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210715/lJJTJYPlEs-1626330116.png.webp" + }, + "title": "Aesthetic Glitter Sea" + }, + "key": "PvQwCkFItr", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210715/ZvlS5Q1Us2-1626330115.jpg", + "thumbUrlGif": "", + "title": "Aesthetic Glitter Sea" + }, + { + "detail": { + "key": "AWkaNUd5qN", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/XFDL8KbBIx.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190515/thwtK0ILbD-1557896123.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190515/kel2n26i3h-1557896128.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190515/S3ZEPPjlWF-1557896134.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200619/_3pnbIW5Vn-1592557865.png.webp" + }, + "title": "Sakura Floral" + }, + "key": "AWkaNUd5qN", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190515/v9rhjAPUlR-1557896118.jpg", + "thumbUrlGif": "", + "title": "Sakura Floral" + }, + { + "detail": { + "key": "mTtgT9SMxh", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/kBjT8aBQnl.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220524/Z8TkGSfOBh-1653378183.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220524/2dReACWr49-1653378184.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220524/ZkPaPZC7fa-1653378185.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220524/GAodBd2fxX-1653378184.png.webp" + }, + "title": "Aesthetic Moon Night" + }, + "key": "mTtgT9SMxh", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220524/fbL2JPl774-1653378183.jpg", + "thumbUrlGif": "", + "title": "Aesthetic Moon Night" + }, + { + "detail": { + "key": "Q-wtxaBC0M", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/4HNz0LbyQk.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210928/wn9bx4d2YB-1632820709.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210928/Ze4llVEoag-1632820709.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210928/6sGLDFa3Ss-1632820710.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210928/ZmE6kn4oLH-1632820710.png.webp" + }, + "title": "Aesthetic Sun Rise" + }, + "key": "Q-wtxaBC0M", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210928/fT9rIgR6Pf-1632820709.jpg", + "thumbUrlGif": "", + "title": "Aesthetic Sun Rise" + }, + { + "detail": { + "key": "m0KyNaThOI", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/FkvLEt6Iyo.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200218/kJ53vkvOzY-1582019208.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200218/yEexMrti0a-1582019209.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200218/13Rf0oLjsO-1582019210.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200218/Xh6rqRIhws-1582019210.png.webp" + }, + "title": "Water Raindrops" + }, + "key": "m0KyNaThOI", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200218/6hkq8SwU9S-1582019208.jpg", + "thumbUrlGif": "", + "title": "Water Raindrops" + }, + { + "detail": { + "key": "D6svP2SodW", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/AdZtk5cFsP.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210824/fFhvMu1BRm-1629793713.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210824/TjK2nBmMH6-1629793714.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210824/cJgSMkoC6h-1629793714.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210824/xBouL3YDwM-1629793714.png.webp" + }, + "title": "Dew Aesthetic Leaf" + }, + "key": "D6svP2SodW", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210824/ttANZUsWhJ-1629793713.jpg", + "thumbUrlGif": "", + "title": "Dew Aesthetic Leaf" + }, + { + "detail": { + "key": "KgeH38oKUO", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/QnMoidNDPk.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210617/4LDTJRobMO-1623919600.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210617/pafrMtMwBK-1623919600.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210617/TwqyOh6d7E-1623919601.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210617/IHSJYl4BWn-1623919601.png.webp" + }, + "title": "Aesthetic Night" + }, + "key": "KgeH38oKUO", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210617/lfV5zrgUHj-1623919599.jpg", + "thumbUrlGif": "", + "title": "Aesthetic Night" + }, + { + "detail": { + "key": "08iKNhfNnJ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/3p7PZdkR7D.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211015/poneS3tiIX-1634299944.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211015/Yog1GVYYnG-1634299944.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211015/gG7yuF7sZv-1634299945.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211015/4n7motfewt-1634299945.png.webp" + }, + "title": "Splash Red Rose" + }, + "key": "08iKNhfNnJ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211015/uB9bfYgVNG-1634299943.jpg", + "thumbUrlGif": "", + "title": "Splash Red Rose" + }, + { + "detail": { + "key": "HYcS03ctZf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/WFVfymQULe.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211015/rnv6KcF2Oa-1634300021.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211015/NxC5l0CECL-1634300021.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211015/se7ucBL6Th-1634300022.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211015/gLdleDNlM1-1634300022.png.webp" + }, + "title": "Paradise Sky" + }, + "key": "HYcS03ctZf", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211015/gg6Dn2AMRB-1634300020.jpg", + "thumbUrlGif": "", + "title": "Paradise Sky" + }, + { + "detail": { + "key": "VNEjxeDtrJ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/3SaP7pagvO.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210817/B4EqaXmw31-1629193901.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/jKi8m2Bdbs-1629193901.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/PfhRjxwOSz-1629193902.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210817/ROSbdNk5ll-1629193902.png.webp" + }, + "title": "Aesthetic Pink Rose" + }, + "key": "VNEjxeDtrJ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210817/RmH1gqLvot-1629193900.jpg", + "thumbUrlGif": "", + "title": "Aesthetic Pink Rose" + }, + { + "detail": { + "key": "WjKVvkIOtU", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/CXq4BbCRiZ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211015/Y9SbRBakPl-1634297476.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211015/M9i40q2zhY-1634297477.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211015/UeO69T4Sir-1634297478.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211015/wnFntp7g4o-1634297478.png.webp" + }, + "title": "Aesthetic Pink Sky" + }, + "key": "WjKVvkIOtU", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211015/rGJXWxqxvY-1634297476.jpg", + "thumbUrlGif": "", + "title": "Aesthetic Pink Sky" + }, + { + "detail": { + "key": "K363TG4OqN", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/wOIrZywlmA.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210831/RBKaA2rLzp-1630408212.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210831/UrRRnavj8M-1630408213.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210831/gaNGJz9QDS-1630408214.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210831/fKwOKuZbpj-1630408213.png.webp" + }, + "title": "Aesthetic Sunset" + }, + "key": "K363TG4OqN", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210831/zsaFCUK2X2-1630408211.jpg", + "thumbUrlGif": "", + "title": "Aesthetic Sunset" + }, + { + "detail": { + "key": "z8QrofVkwL", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/BIVUTWmUGd.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210429/znhU6D9int-1619666855.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210429/Am8eUAVIYZ-1619666856.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210429/UEW4RKYKlI-1619666857.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210429/aJGVRxlaum-1619666857.png.webp" + }, + "title": "Aesthetic" + }, + "key": "z8QrofVkwL", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210429/ItG8ml2dAA-1619666854.jpg", + "thumbUrlGif": "", + "title": "Aesthetic" + }, + { + "detail": { + "key": "D1JuuB4oQB", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/4sx2KhWp6O.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210608/jXeZ813IbV-1623140354.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210608/TBy9oA4F1t-1623140355.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210608/Rt7TBVdJWy-1623140357.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210608/1p7lf3qmSL-1623140356.png.webp" + }, + "title": "Aesthetic Blue Sky" + }, + "key": "D1JuuB4oQB", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210608/nkFaQIIzPJ-1623140353.jpg", + "thumbUrlGif": "", + "title": "Aesthetic Blue Sky" + }, + { + "detail": { + "key": "_2SaF9gB3Y", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ZgO9CPxE0q.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210504/yaareJQj7z-1620103259.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210504/XcoMt25B5s-1620103260.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210504/VkyUbIBLxW-1620103261.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210504/HFcAqlXVVf-1620103260.png.webp" + }, + "title": "Night Sky" + }, + "key": "_2SaF9gB3Y", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210504/r18n1HLdVy-1620103259.jpg", + "thumbUrlGif": "", + "title": "Night Sky" + }, + { + "detail": { + "key": "YIbnI8QNlV", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/cB7D3Ql2Wb.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210420/6lWAq3z9Gm-1618909114.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210420/jNs9zDy8Cp-1618909114.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210420/3qHpTExn25-1618909115.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221108/8sRFWNyPBF-1667878984.png.webp" + }, + "title": "Aesthetic Clouds" + }, + "key": "YIbnI8QNlV", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210420/omrtADUYal-1618909114.jpg", + "thumbUrlGif": "", + "title": "Aesthetic Clouds" + }, + { + "detail": { + "key": "RSySVuCzDi", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/b12xe3SS8r.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210923/xVS1zukxuG-1632394630.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210923/mT6yol5ZJp-1632394630.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210923/UMjb9poOue-1632394631.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210923/w39RYYvcJw-1632394631.png.webp" + }, + "title": "Purple Sky Aesthetic" + }, + "key": "RSySVuCzDi", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210923/mx61As5bN9-1632394629.jpg", + "thumbUrlGif": "", + "title": "Purple Sky Aesthetic" + }, + { + "detail": { + "key": "AhEdsJU5iN", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/bo7qefPvpp.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210923/kYNDMXy4EN-1632394545.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210923/powoLeMZqM-1632394546.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210923/SQlKMUzVtn-1632394547.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210923/mB0duzzjHK-1632394546.png.webp" + }, + "title": "Nature Starry Camp" + }, + "key": "AhEdsJU5iN", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210923/jAvo5Z1AZz-1632394545.jpg", + "thumbUrlGif": "", + "title": "Nature Starry Camp" + }, + { + "detail": { + "key": "Ozj_lJbIzJ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/8bonW3y3Vs.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210923/X0vZDYRcIn-1632393840.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210923/uLqFPVdhAZ-1632393841.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210923/nX4Tg8oisy-1632393842.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210923/JhOJ0wwXxU-1632393841.png.webp" + }, + "title": "Photo Feathers" + }, + "key": "Ozj_lJbIzJ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210923/9wUFeW39CN-1632393839.jpg", + "thumbUrlGif": "", + "title": "Photo Feathers" + }, + { + "detail": { + "key": "fntNhqVt-O", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/wuNLhxygDn.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210525/0x3i5brtjU-1621930455.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210525/YZZ09hGw1r-1621930456.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210525/LDAshim4vA-1621930457.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210525/pmJw4SLBQg-1621930456.png.webp" + }, + "title": "Pink Butterfly" + }, + "key": "fntNhqVt-O", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210525/iOCKy0kJos-1621930455.jpg", + "thumbUrlGif": "", + "title": "Pink Butterfly" + }, + { + "detail": { + "key": "3A9Cr4vSFb", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/3jambkCbx0.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210420/2xISAWWVxL-1618909197.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210420/hXrGpa761q-1618909198.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210420/QmZlHYEEUx-1618909199.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210420/GZ6OrtpjAt-1618909198.png.webp" + }, + "title": "Purple Flower" + }, + "key": "3A9Cr4vSFb", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210420/iwl96UTm49-1618909197.jpg", + "thumbUrlGif": "", + "title": "Purple Flower" + }, + { + "detail": { + "key": "jeEVSGly-Q", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/PawA9wo7II.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210309/8oMxmfowH2-1615286597.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210309/WUZrCIwYJ9-1615286597.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210309/mFBuEQybLq-1615286599.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210309/k3AWvf9e6K-1615286598.png.webp" + }, + "title": "Snowy Winter Walk" + }, + "key": "jeEVSGly-Q", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210309/NyC6TOjmM5-1615286596.jpg", + "thumbUrlGif": "", + "title": "Snowy Winter Walk" + }, + { + "detail": { + "key": "vEIDhZ0iqw", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/WQ2i7nlkTb.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210201/d11668kHoR-1612178205.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210201/XR9so4jtQI-1612178206.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210201/jYK4RU1thT-1612178207.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210201/ehiIg1wZFw-1612178206.png.webp" + }, + "title": "Heavenly Doves" + }, + "key": "vEIDhZ0iqw", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210201/gE7nrLLApG-1612178205.jpg", + "thumbUrlGif": "", + "title": "Heavenly Doves" + }, + { + "detail": { + "key": "tidKUHzMid", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/rJDfyQYcjC.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201223/AKPWtuMKt1-1608713480.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/ccIatcw8NR-1608713480.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/8q6kEFyx0l-1608713481.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201223/ZesvT52wqw-1608713481.png.webp" + }, + "title": "Sunset Tree" + }, + "key": "tidKUHzMid", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201223/94NGKt2KxY-1608713479.jpg", + "thumbUrlGif": "", + "title": "Sunset Tree" + }, + { + "detail": { + "key": "XbVdhtg63F", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/1ZJFsobCuV.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200528/GKRlWQqjwJ-1590661977.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200528/xFQrIslyTj-1590661978.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200528/8PERcBM9xY-1590661979.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210122/kgNx1Qq4eu-1611287123.png.webp" + }, + "title": "Sunflower" + }, + "key": "XbVdhtg63F", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200528/D2v8eCRpJz-1590661977.jpg", + "thumbUrlGif": "", + "title": "Sunflower" + }, + { + "detail": { + "key": "kNKVaLZZCE", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Ypr6rM6mXX.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210331/YA1QPaslzJ-1617172738.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210331/kX2qGWxx36-1617172739.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210331/WOr2QHuZ7K-1617172740.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210331/ct1lfd98bs-1617172740.png.webp" + }, + "title": "Bright Sunflower Fields" + }, + "key": "kNKVaLZZCE", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210331/VP1mrCg1hw-1617172738.jpg", + "thumbUrlGif": "", + "title": "Bright Sunflower Fields" + }, + { + "detail": { + "key": "gfu-Cggnad", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/fq92Vqqvc1.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201119/5BLwFbpRpa-1605754272.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201119/lvmltWabwh-1605754272.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201119/V7pyxNcbqZ-1605754273.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210730/-q20SBrajk-1627624892.png.webp" + }, + "title": "Purple Rose Bouquet" + }, + "key": "gfu-Cggnad", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201119/3wITYuGDt1-1605754271.jpg", + "thumbUrlGif": "", + "title": "Purple Rose Bouquet" + }, + { + "detail": { + "key": "pslmQvkBxs", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/b63xl7n7uM.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210331/VLARYLXPqc-1617189299.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210331/AF8a9SVOiv-1617189300.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210331/aulSurI8R5-1617189301.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210331/pYk8A6WGsk-1617189300.png.webp" + }, + "title": "World Travel" + }, + "key": "pslmQvkBxs", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210331/VCndGUr1If-1617189299.jpg", + "thumbUrlGif": "", + "title": "World Travel" + }, + { + "detail": { + "key": "T3uUgZxyaw", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/YHNpdBi2EF.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210105/6zh1jG6dFt-1609843475.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210105/pXF1u8l1nr-1609843476.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210105/rhHXDEE51d-1609843477.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210105/xYhEmj7g5K-1609843476.png.webp" + }, + "title": "Kiwi Love" + }, + "key": "T3uUgZxyaw", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210105/wTpnnbpKKk-1609843474.jpg", + "thumbUrlGif": "", + "title": "Kiwi Love" + }, + { + "detail": { + "key": "pDQjfXWvBQ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/24ovZ9jl6g.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210323/4iLFTlU0HW-1616482409.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210323/K2OmtALBnV-1616482410.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210323/NMZtl29Ymc-1616482411.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210323/2OUd7tzMfH-1616482411.png.webp" + }, + "title": "Beach Skyline" + }, + "key": "pDQjfXWvBQ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210323/lypYOxqy4B-1616482409.jpg", + "thumbUrlGif": "", + "title": "Beach Skyline" + }, + { + "detail": { + "key": "DRbzMuZ1ED", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ZtUMYQqfrA.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210323/ZfwOgVhS3E-1616482358.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210323/dEMLizlWJP-1616482359.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210323/xeyr4VbLtZ-1616482360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210323/HbU7xaRnQ2-1616482359.png.webp" + }, + "title": "Blue Aesthetic" + }, + "key": "DRbzMuZ1ED", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210323/k669MJKtcv-1616482358.jpg", + "thumbUrlGif": "", + "title": "Blue Aesthetic" + }, + { + "detail": { + "key": "hUbJJNVB6r", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/jJ5AM1XtoQ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210323/0KVMwOkuPO-1616481954.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210323/l3n0q1XbO6-1616481955.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210323/rusL8Yikuy-1616481956.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210323/Ck9QY4hdQV-1616481956.png.webp" + }, + "title": "Dreamy Purple Tree" + }, + "key": "hUbJJNVB6r", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210323/29crFnRXMj-1616481953.jpg", + "thumbUrlGif": "", + "title": "Dreamy Purple Tree" + }, + { + "detail": { + "key": "6AtyC7PzYB", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/FJz3EQkkVa.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210315/tzH3Vr8dOC-1615802564.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210315/WPIY6Nbyhx-1615802564.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210315/DOdlPX1Z3m-1615802565.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210315/iSafo6rpQc-1615802565.png.webp" + }, + "title": "Blue Sky Lightning" + }, + "key": "6AtyC7PzYB", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210315/VHvLxF6mGl-1615802563.jpg", + "thumbUrlGif": "", + "title": "Blue Sky Lightning" + }, + { + "detail": { + "key": "-QD1D7HF6i", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ngIWNFP1my.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210311/jKGuxx96MJ-1615457185.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210311/Q1fEpCIDUa-1615457186.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210311/10zLSTASCx-1615457187.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211029/BLWO7OHh4S-1635487643.png.webp" + }, + "title": "Sunny Flowers" + }, + "key": "-QD1D7HF6i", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210311/BKameyIJaD-1615457185.jpg", + "thumbUrlGif": "", + "title": "Sunny Flowers" + }, + { + "detail": { + "key": "AynKC7ljaB", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/aTmhaZfp6x.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210311/RMclbB7cf6-1615430064.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210311/wW2RF7HhtR-1615430065.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210311/I5dyqKgmEb-1615430066.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210311/aEciC27Ylo-1615430065.png.webp" + }, + "title": "Pink Orchids" + }, + "key": "AynKC7ljaB", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210311/SKnOj1dflJ-1615430064.jpg", + "thumbUrlGif": "", + "title": "Pink Orchids" + }, + { + "detail": { + "key": "rNJxEKIJ0E", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Gdt195hWd5.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210304/0ydLye2npG-1614850130.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210304/wBFTV2VKDO-1614850131.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210304/OEk8KCyucI-1614850132.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210304/9NRMiMkiT1-1614850132.png.webp" + }, + "title": "Pink Tulips" + }, + "key": "rNJxEKIJ0E", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210304/I0iAleGlfd-1614850129.jpg", + "thumbUrlGif": "", + "title": "Pink Tulips" + }, + { + "detail": { + "key": "Pk_YQWQHxq", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/NRC5SaR2VK.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210204/jkMjzGKWRm-1612431170.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210204/x6HDOTkvBm-1612431171.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210204/ir7kSt30Xy-1612431172.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210204/aYPflkBIIp-1612431171.png.webp" + }, + "title": "Sunshine Flowers" + }, + "key": "Pk_YQWQHxq", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210204/jWoz7AcnVn-1612431169.jpg", + "thumbUrlGif": "", + "title": "Sunshine Flowers" + }, + { + "detail": { + "key": "_PQpkvt3na", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/d5J1V3NTAG.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201215/ek8oBZgQRp-1608027224.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201215/FFQCitZ3q2-1608027225.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201215/cifdkMJwjC-1608027226.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201215/Te04rs4gwB-1608027225.png.webp" + }, + "title": "Sunset Ocean" + }, + "key": "_PQpkvt3na", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201215/yWLnR6gMTq-1608027224.jpg", + "thumbUrlGif": "", + "title": "Sunset Ocean" + }, + { + "detail": { + "key": "vSflXYcv4n", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/sv8RwCq8OQ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201110/fkcseYc1YU-1604998846.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201110/cWzd9EH9V0-1604998846.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201110/x2Hchn8afe-1604998847.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201110/xvCctkQQ4t-1604998847.png.webp" + }, + "title": "Rainbow Blue Sky" + }, + "key": "vSflXYcv4n", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201110/1VD9Nj0cdm-1604998845.jpg", + "thumbUrlGif": "", + "title": "Rainbow Blue Sky" + }, + { + "detail": { + "key": "68mVJgaWad", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/3tzdHQPJng.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210114/EyBskySu3t-1610616737.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210114/jue0GbNAIv-1610616737.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210114/LlVQAgJ8MJ-1610616738.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210114/kyIA1dbOjR-1610616738.png.webp" + }, + "title": "Avocado Doodle" + }, + "key": "68mVJgaWad", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210114/t3UpXaRWZ7-1610616736.jpg", + "thumbUrlGif": "", + "title": "Avocado Doodle" + }, + { + "detail": { + "key": "R14QdraNmP", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/LzNtgjC18H.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210105/EPxIeQqBec-1609843429.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210105/rNhtEpP5NT-1609843430.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210105/1gIzv0nu8l-1609843431.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210105/hasAzq8tOA-1609843430.png.webp" + }, + "title": "Palm Tree Sky" + }, + "key": "R14QdraNmP", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210105/m3tAQS2DiS-1609843429.jpg", + "thumbUrlGif": "", + "title": "Palm Tree Sky" + }, + { + "detail": { + "key": "UZqJvvqGHO", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/GwKChBqJPC.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210224/4DMDUaIjwF-1614148080.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210224/Yez8kPjaIQ-1614148081.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210224/2t9HkNKDmD-1614148082.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210224/9bvY7jGZns-1614148082.png.webp" + }, + "title": "God Bless You" + }, + "key": "UZqJvvqGHO", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210224/yQXRqT80hX-1614148080.jpg", + "thumbUrlGif": "", + "title": "God Bless You" + }, + { + "detail": { + "key": "cJOUuF1nEK", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/QvTY14trNz.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210224/xTvquruAq7-1614147958.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210224/gccmfPGMR3-1614147959.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210224/rOUWhRhQix-1614147960.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210224/Tg3U4ndev8-1614147959.png.webp" + }, + "title": "Pink Clouds Sky" + }, + "key": "cJOUuF1nEK", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210224/iJiEUJh2jB-1614147958.jpg", + "thumbUrlGif": "", + "title": "Pink Clouds Sky" + }, + { + "detail": { + "key": "eNpP9C9k7Q", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/84CMM88rwf.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210224/AGbHDTXo5G-1614147832.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210224/kY3ikjbRqK-1614147833.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210224/5mzLC6zhH8-1614147834.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210224/3H0MtPdfo8-1614147833.png.webp" + }, + "title": "Blue Sky" + }, + "key": "eNpP9C9k7Q", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210224/ctuiInCrC7-1614147831.jpg", + "thumbUrlGif": "", + "title": "Blue Sky" + }, + { + "detail": { + "key": "Bf_jHXIHNZ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/2wwPQBDV4x.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210224/s8WVjgG5xS-1614147785.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210224/WxJ6CtYuXd-1614147785.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210224/hzFsjLjKmf-1614147787.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210224/LhWtARu3SM-1614147787.png.webp" + }, + "title": "Sunset Holiday2" + }, + "key": "Bf_jHXIHNZ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210224/cPa8TPZUMg-1614147784.jpg", + "thumbUrlGif": "", + "title": "Sunset Holiday2" + }, + { + "detail": { + "key": "DMqWUmI9VY", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/aGHfhoQ2qX.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201223/dgzHI0WVEX-1608704801.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/GD9zxgRZmD-1608704801.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/MNMmXoRZCw-1608704802.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201223/1xxAAfz0L1-1608704802.png.webp" + }, + "title": "Soft Pink Flower" + }, + "key": "DMqWUmI9VY", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201223/YX4rfizcXB-1608704800.jpg", + "thumbUrlGif": "", + "title": "Soft Pink Flower" + }, + { + "detail": { + "key": "bmEQBXc5KE", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/WNPrdakpld.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210407/FzDu1gIlzx-1617780340.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210407/I3C6bNMMUk-1617780341.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210407/riRliV8o07-1617780342.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210407/GiLPvBVh8b-1617780341.png.webp" + }, + "title": "Summer Fruit Drinks" + }, + "key": "bmEQBXc5KE", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210407/x18T4fP35C-1617780340.jpg", + "thumbUrlGif": "", + "title": "Summer Fruit Drinks" + }, + { + "detail": { + "key": "fEtAYQrUgk", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/TPAt3nuvNq.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201208/tBlQMd7Rgr-1607413625.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/PhHuSFAE9F-1607413626.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/YfK85eOQCT-1607413627.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201208/OkCTM6je3L-1607413626.png.webp" + }, + "title": "Flower Wallpaper" + }, + "key": "fEtAYQrUgk", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201208/157LK4z19b-1607413625.jpg", + "thumbUrlGif": "", + "title": "Flower Wallpaper" + }, + { + "detail": { + "key": "FWy3F1BXMM", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/7o46jSBEVN.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210420/5Z1sARQlL0-1618909564.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210420/vPFvAKE6dY-1618909564.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210420/5XmnFfIFKx-1618909565.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210420/2JqGmK3pl1-1618909565.png.webp" + }, + "title": "Zen Mood" + }, + "key": "FWy3F1BXMM", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210420/Z0TGMOg7vW-1618909563.jpg", + "thumbUrlGif": "", + "title": "Zen Mood" + }, + { + "detail": { + "key": "o3EQagMQpd", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/pp4cy75HBI.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201020/5cknZgGoDt-1603189809.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201020/H6MegHw99F-1603189809.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201020/I9nqb8lJvB-1603189811.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210225/vsQLsqZIf2-1614247531.png.webp" + }, + "title": "Summer Lemon" + }, + "key": "o3EQagMQpd", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201020/e43he5qdMT-1603189808.jpg", + "thumbUrlGif": "", + "title": "Summer Lemon" + }, + { + "detail": { + "key": "H8BcaGCC2q", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/uqs9IHAV1x.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201208/EB2l7bEuCC-1607417921.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/0H33tu4269-1607417922.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/qoiRu3Vhg2-1607417922.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201208/Wk5ISbG7pV-1607417922.png.webp" + }, + "title": "Glowing Pearl" + }, + "key": "H8BcaGCC2q", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201208/CtECEo4HKO-1607417921.jpg", + "thumbUrlGif": "", + "title": "Glowing Pearl" + }, + { + "detail": { + "key": "PAxJ9igrHL", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/0kZ2KzMPuO.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201208/ic6aB9pJyL-1607417609.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/4q9q8fH3za-1607417610.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/4idyXGFLe1-1607417611.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210813/U1nQEaq_bf-1628822151.png.webp" + }, + "title": "Autumn Lake" + }, + "key": "PAxJ9igrHL", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201208/aNDOjyNGeW-1607417608.jpg", + "thumbUrlGif": "", + "title": "Autumn Lake" + }, + { + "detail": { + "key": "J4ZVGxeCtn", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/j4oJShK2zu.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201208/iGQI0pZtty-1607417424.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/pfXBnbVm6K-1607417425.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/acGpUKQGlf-1607417427.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211231/O4K0S4OQ7E-1640940143.png.webp" + }, + "title": "Colorful Pebbles" + }, + "key": "J4ZVGxeCtn", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201208/8m0uq2n7d5-1607417423.jpg", + "thumbUrlGif": "", + "title": "Colorful Pebbles" + }, + { + "detail": { + "key": "DPQkS_KMPC", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/elGX6pFbFK.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201201/LTyH8RzBPX-1606804198.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201201/PdgQSixLEb-1606804199.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201201/7DpmgRzU4U-1606804200.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201201/WcKv63yloK-1606804200.png.webp" + }, + "title": "North Winter Light" + }, + "key": "DPQkS_KMPC", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201201/meDq9DdK2r-1606804198.jpg", + "thumbUrlGif": "", + "title": "North Winter Light" + }, + { + "detail": { + "key": "37WkTW_OhE", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/VMj31MBfIi.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201125/FnLWgVEYNZ-1606293331.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201125/u5HLs3uH7D-1606293331.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201125/m0XL8CgD8j-1606293332.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201125/q2NrLKy3wG-1606293332.png.webp" + }, + "title": "Dandelion" + }, + "key": "37WkTW_OhE", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201125/fOfJG2hRfi-1606293330.jpg", + "thumbUrlGif": "", + "title": "Dandelion" + }, + { + "detail": { + "key": "4atjl2lDcs", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/VIQO0liOOt.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201104/bSRJNzPimS-1604479528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201104/9JdHvrUjwx-1604479528.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201104/jpJd96aIUF-1604479529.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201104/Ko0tB1T8Wm-1604479529.png.webp" + }, + "title": "Bright Pink Floral" + }, + "key": "4atjl2lDcs", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201104/HTxmV3xUy5-1604479527.jpg", + "thumbUrlGif": "", + "title": "Bright Pink Floral" + }, + { + "detail": { + "key": "S3VPYkNKJ1", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/z2zTPrVXlT.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201125/vtGjoTONyQ-1606293108.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201125/Iv8lfEjOQ8-1606293109.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201125/Wba1dSnc3O-1606293110.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201125/SJ9HnGNePb-1606293110.png.webp" + }, + "title": "Vintage Holiday" + }, + "key": "S3VPYkNKJ1", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201125/JjOsF4Nsc6-1606293108.jpg", + "thumbUrlGif": "", + "title": "Vintage Holiday" + }, + { + "detail": { + "key": "VdW5c12aKZ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/8KoBVtI9L2.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201117/bY4oxKeQfr-1605607966.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/tjuOG8uGb2-1605607967.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/HVaeP5eT46-1605607969.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201117/1RoDmCE8Lp-1605607968.png.webp" + }, + "title": "Beach Vacation" + }, + "key": "VdW5c12aKZ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201117/AcwrlNoCAm-1605607965.jpg", + "thumbUrlGif": "", + "title": "Beach Vacation" + }, + { + "detail": { + "key": "JYMaPKdoKZ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/sS4TYKpj4k.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201104/dF1tRapxUe-1604487448.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201104/2Oe8Jc9jPP-1604487448.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201104/OK8Nnehmab-1604487450.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201104/uvFBEhnEv5-1604487449.png.webp" + }, + "title": "Sakura Flowers" + }, + "key": "JYMaPKdoKZ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201104/AFPDPcBS9K-1604487447.jpg", + "thumbUrlGif": "", + "title": "Sakura Flowers" + }, + { + "detail": { + "key": "9fO6q0UXN9", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/sLc1BFutBv.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201104/G9D0cx1uGE-1604475757.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201104/qfEkVwAfJs-1604475758.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201104/yGznLxX22z-1604475759.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201104/wqJPh04weB-1604475759.png.webp" + }, + "title": "Morning Sunflower" + }, + "key": "9fO6q0UXN9", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201104/M9UtXODGPn-1604475757.jpg", + "thumbUrlGif": "", + "title": "Morning Sunflower" + }, + { + "detail": { + "key": "jV5b_SI62c", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/qJlZ90jTao.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201012/KLz5JmsS8k-1602500636.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201012/pcCVz2nbL7-1602500637.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201012/xBSBnSQZOM-1602500638.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201012/0VkycNm3Z1-1602500638.png.webp" + }, + "title": "Glamour Pink Flowers" + }, + "key": "jV5b_SI62c", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201012/hCjM1JR53R-1602500635.jpg", + "thumbUrlGif": "", + "title": "Glamour Pink Flowers" + }, + { + "detail": { + "key": "s_UmQHLZV5", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/4dbZN773gs.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201008/EL8wZSmLLm-1602153732.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201008/CkR99z22TF-1602153732.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201008/gi1jA4ppeA-1602153733.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201008/obRysDPWws-1602153733.png.webp" + }, + "title": "Ocean Love Moon" + }, + "key": "s_UmQHLZV5", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201008/owvqY7QVl6-1602153731.jpg", + "thumbUrlGif": "", + "title": "Ocean Love Moon" + }, + { + "detail": { + "key": "B5clgiGliB", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/0esEHyj9uS.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201001/6bVd40MRwD-1601544271.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201001/pBgyawXU3e-1601544272.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201001/VzJ4ZnoJE4-1601544273.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201001/pXf3ipKY8D-1601544273.png.webp" + }, + "title": "Bright Flowers 2" + }, + "key": "B5clgiGliB", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201001/lJAwZ3BnJr-1601544271.jpg", + "thumbUrlGif": "", + "title": "Bright Flowers 2" + }, + { + "detail": { + "key": "KAae1zjtVf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/YSliycv6mZ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200930/2IQMhCjR5f-1601461415.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200930/5vjyoHzEzg-1601461416.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200930/W6AM5IR6jN-1601461417.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200930/MLQBidfbsA-1601461417.png.webp" + }, + "title": "True Love Roses" + }, + "key": "KAae1zjtVf", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200930/WNoaafVSYs-1601461414.jpg", + "thumbUrlGif": "", + "title": "True Love Roses" + }, + { + "detail": { + "key": "7rE-Hx4pyC", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/KwpfXUoYmS.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200929/Nc7SwO5kxp-1601375882.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200929/9jxn4z64oL-1601375882.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200929/jilEHTmjkZ-1601375884.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200929/E8py7BbpVc-1601375883.png.webp" + }, + "title": "Sunset Dolphins" + }, + "key": "7rE-Hx4pyC", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200929/ZbzKD7qP6O-1601375881.jpg", + "thumbUrlGif": "", + "title": "Sunset Dolphins" + }, + { + "detail": { + "key": "3Lm1qLhLKD", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/3Tcmh2kIZe.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200521/Zxrm4JLmX7-1590040443.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200521/ExjqoHnUUF-1590040444.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200521/YSEZ1tKd3s-1590040445.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200521/aOl7GLZyhH-1590040445.png.webp" + }, + "title": "Wooden Flower Hearts" + }, + "key": "3Lm1qLhLKD", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200521/q2wRhzVGqc-1590040443.jpg", + "thumbUrlGif": "", + "title": "Wooden Flower Hearts" + }, + { + "detail": { + "key": "1kFQDQr68E", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Eugm7D1Yrs.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201117/HBtKICpn74-1605608156.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/YoTB2LfhZu-1605608156.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/sAyv8ffwJZ-1605608157.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201117/JtZ5DQOkb6-1605608157.png.webp" + }, + "title": "Cute Mushrooms" + }, + "key": "1kFQDQr68E", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201117/TjMn2szr8o-1605608155.jpg", + "thumbUrlGif": "", + "title": "Cute Mushrooms" + }, + { + "detail": { + "key": "WP0eTTBWQp", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/AYzMtdBcVN.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201117/eGZ2inTKLn-1605604563.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/o5uoTkR17x-1605604564.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/dHCjz14u8R-1605604565.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201117/G2xphWWD5V-1605604564.png.webp" + }, + "title": "Autumn Nature" + }, + "key": "WP0eTTBWQp", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201117/SM5YfO4NyD-1605604563.jpg", + "thumbUrlGif": "", + "title": "Autumn Nature" + }, + { + "detail": { + "key": "nLYzqcorRs", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/hKirEMrkQ4.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200928/IfKwVZCnMz-1601280418.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200928/KYbBsQfxKr-1601280419.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200928/gucacVW6PU-1601280420.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200928/hm38YfCGrI-1601280419.png.webp" + }, + "title": "Dainty Sunflower" + }, + "key": "nLYzqcorRs", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200928/xre8V4pPVG-1601280418.jpg", + "thumbUrlGif": "", + "title": "Dainty Sunflower" + }, + { + "detail": { + "key": "pQVq8nKM9W", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/dAXv6GMZ8E.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200928/4gkBHLnKfB-1601280266.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200928/IubTYBBEnq-1601280266.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200928/a9vE8EAdbJ-1601280267.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200928/yZZMRsF7t8-1601280267.png.webp" + }, + "title": "Ocean Rocks" + }, + "key": "pQVq8nKM9W", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200928/q6MDTG8r9T-1601280265.jpg", + "thumbUrlGif": "", + "title": "Ocean Rocks" + }, + { + "detail": { + "key": "y0G4SNhLRt", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/hI9abbKnor.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200923/YPJLEjWgvg-1600854423.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200923/R9RbiG4Jsi-1600854424.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200923/pbLqZmNL9i-1600854425.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200923/d2TTEJEGtX-1600854424.png.webp" + }, + "title": "Good Morning Rose" + }, + "key": "y0G4SNhLRt", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200923/mIactxoroa-1600854423.jpg", + "thumbUrlGif": "", + "title": "Good Morning Rose" + }, + { + "detail": { + "key": "yGiiylZAcU", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Gmy9h5huE3.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191217/HwveFWohBZ-1576580734.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191217/9ZIUmRqiMm-1576580735.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191217/638KycQp0m-1576580736.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200828/zF5_F7pqjT-1598610209.png.webp" + }, + "title": "Cactus Garden" + }, + "key": "yGiiylZAcU", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191217/omRFvMYHlM-1576580734.jpg", + "thumbUrlGif": "", + "title": "Cactus Garden" + }, + { + "detail": { + "key": "7Uf0l7mbhB", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/c1TLAgmLfo.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20180530/nnGjLgHYpq-1527650368.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20180530/sV3WWv12BX-1527650370.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20180530/u50CJhl6rO-1527650373.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201109/n17DxqSA0u-1604894323.png.webp" + }, + "title": "Sunset Beach Leisure" + }, + "key": "7Uf0l7mbhB", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20180530/iQbP3IeubC-1527650365.jpg", + "thumbUrlGif": "", + "title": "Sunset Beach Leisure" + }, + { + "detail": { + "key": "02iIJA3Opz", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/sxtWKSuxNn.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201020/SUO6RCbHbj-1603190096.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201020/FXCQNKM9ZV-1603190097.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201020/Ko5hdk4eSa-1603190099.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201020/Jna7eMFWCu-1603190098.png.webp" + }, + "title": "Purple Sunset Beach" + }, + "key": "02iIJA3Opz", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201020/3l1Hr5KGLz-1603190096.jpg", + "thumbUrlGif": "", + "title": "Purple Sunset Beach" + }, + { + "detail": { + "key": "RiH1j5s-9E", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/hwzjwxWN17.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200915/HQ0sqsaAOV-1600141759.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200915/nbI18k9FmJ-1600141760.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200915/JdN4jIwn8R-1600141761.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200915/lHbGrOGGIM-1600141761.png.webp" + }, + "title": "Tropical Beach" + }, + "key": "RiH1j5s-9E", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200915/kZu1FQDoyC-1600141759.jpg", + "thumbUrlGif": "", + "title": "Tropical Beach" + }, + { + "detail": { + "key": "UoANpavG9H", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/zmDW3d9uDE.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200915/eFY7ka6A5O-1600140799.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200915/A0HqSwUf4V-1600140799.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200915/D65Eoob6l4-1600140800.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200915/RrGf2mlUma-1600140800.png.webp" + }, + "title": "Happy Floral Bunny" + }, + "key": "UoANpavG9H", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200915/yOo8KGAgDo-1600140798.jpg", + "thumbUrlGif": "", + "title": "Happy Floral Bunny" + }, + { + "detail": { + "key": "wLl1F4Iyp0", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/qCIUT6JwMr.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200908/HJqpxyI4y0-1599549030.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200908/UyH9NqvA6i-1599549031.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200908/YEhpazHFDO-1599549032.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200908/SEumFo5HFA-1599549032.png.webp" + }, + "title": "Watercolor Strawberry" + }, + "key": "wLl1F4Iyp0", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200908/K3hTNP7ZD6-1599549030.jpg", + "thumbUrlGif": "", + "title": "Watercolor Strawberry" + }, + { + "detail": { + "key": "OiAR09pYey", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ilsrA2fGiN.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200825/Gv1ouKUCb2-1598342720.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200825/bZpaN47H9N-1598342720.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200825/2w9hvpKbOW-1598342721.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200825/YIDyhY5uTp-1598342721.png.webp" + }, + "title": "Cute Fluffy Cloud" + }, + "key": "OiAR09pYey", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200825/4ObrRmYQq9-1598342719.jpg", + "thumbUrlGif": "", + "title": "Cute Fluffy Cloud" + }, + { + "detail": { + "key": "B3vko-q4PK", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/pfXmw7tfvz.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200825/RC41Rb1kZe-1598342551.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200825/kDRuJOMe0T-1598342552.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200825/ZfaXNbi7YE-1598342553.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210225/ysXfrRevnj-1614247866.png.webp" + }, + "title": "Red Sunset" + }, + "key": "B3vko-q4PK", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200825/tekQ4bQWr2-1598342551.jpg", + "thumbUrlGif": "", + "title": "Red Sunset" + }, + { + "detail": { + "key": "csnUNkf8dv", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/HhJ1HkvGzH.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200813/dvQ7sT6Nbh-1597302867.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200813/zLtcwHiR34-1597302867.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200813/QpFiLduTRk-1597302868.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200813/F4hJrg3SCF-1597302868.png.webp" + }, + "title": "Flowers Cyan" + }, + "key": "csnUNkf8dv", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200813/FCjw1XawUF-1597302866.jpg", + "thumbUrlGif": "", + "title": "Flowers Cyan" + }, + { + "detail": { + "key": "ay7HhcXbUe", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/YKm2QWqus1.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200805/icZfrrnelb-1596611426.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200805/ElYEJHn1F6-1596611427.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200805/6ICrSHFgHe-1596611428.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200805/iwRayVZRoV-1596611427.png.webp" + }, + "title": "Night Sky Clouds" + }, + "key": "ay7HhcXbUe", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200805/h21fQba8ym-1596611425.jpg", + "thumbUrlGif": "", + "title": "Night Sky Clouds" + }, + { + "detail": { + "key": "KlPtLutlix", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/CQTdyr27EL.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200528/5yzs7ajqWs-1590661876.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200528/tblfGgnvxY-1590661877.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200528/JBATnBoEns-1590661878.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200528/Krw5ODkmZ1-1590661878.png.webp" + }, + "title": "Shiny Moon" + }, + "key": "KlPtLutlix", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200528/M1xG2nG11W-1590661875.jpg", + "thumbUrlGif": "", + "title": "Shiny Moon" + }, + { + "detail": { + "key": "Wyw3Sl_HUa", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/64ng8lvYlE.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200507/XP0fQib1to-1588820478.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200507/WSjlR0BEYE-1588820479.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200507/KSMrcXboTn-1588820480.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200507/ea0pHNUE3H-1588820480.png.webp" + }, + "title": "Ocean Sunset" + }, + "key": "Wyw3Sl_HUa", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200507/aUvZD0pnix-1588820478.jpg", + "thumbUrlGif": "", + "title": "Ocean Sunset" + }, + { + "detail": { + "key": "2-AhhG5zMv", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/qKI77YOJvZ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200426/cuOcFVcWsS-1587895362.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200426/3tn2anSMWk-1587895363.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200426/XXut2hcHsV-1587895364.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200426/DSHvXW4aZS-1587895363.png.webp" + }, + "title": "Heart Cactus" + }, + "key": "2-AhhG5zMv", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200426/ZzK1PuxiWD-1587895362.jpg", + "thumbUrlGif": "", + "title": "Heart Cactus" + }, + { + "detail": { + "key": "Gf8hzbOZca", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ZPI3GzGIa7.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200426/vcfjyhKL4G-1587893925.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200426/eMTlneGqgZ-1587893926.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200426/JNv0FmW2hH-1587893927.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200426/tiYuSIrsTp-1587893927.png.webp" + }, + "title": "Aurora Skies" + }, + "key": "Gf8hzbOZca", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200426/TwKABco8gt-1587893925.jpg", + "thumbUrlGif": "", + "title": "Aurora Skies" + }, + { + "detail": { + "key": "JN17erexmW", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Otg3oXSnAv.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200414/s9iwvl8xGI-1586855295.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200414/NYSpmVM9vQ-1586855296.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200414/Er1j0NXyYg-1586855297.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200414/LuaUoGq0Or-1586855296.png.webp" + }, + "title": "Pretty Clouds" + }, + "key": "JN17erexmW", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200414/GQtVPK5rgi-1586855294.jpg", + "thumbUrlGif": "", + "title": "Pretty Clouds" + }, + { + "detail": { + "key": "vi27ssvgfN", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/LJ85O1p9w5.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200407/IV6359yz3C-1586241235.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200407/0fU2z0VfCP-1586241235.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200407/7DLFp0gMb4-1586241236.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200407/zWjgEn56xk-1586241236.png.webp" + }, + "title": "Blue Sky Moon" + }, + "key": "vi27ssvgfN", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200407/QI1psfvQTz-1586241234.jpg", + "thumbUrlGif": "", + "title": "Blue Sky Moon" + }, + { + "detail": { + "key": "byC3U97faf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/a7qpc1k47u.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200309/Bj8gDIce65-1583741291.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200309/FfHpqVPxF7-1583741291.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200309/XbmLkjIFAe-1583741292.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200309/XE4iKXmBtn-1583741292.png.webp" + }, + "title": "Roses Flower" + }, + "key": "byC3U97faf", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200309/wX4LfEhP7h-1583741290.jpg", + "thumbUrlGif": "", + "title": "Roses Flower" + }, + { + "detail": { + "key": "m0nSWthvdC", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/roxsZAFnmJ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191218/YZoNoVLuzc-1576654611.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191218/ELjVDadrJc-1576654611.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191218/ne9bWoy7Pk-1576654612.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20191218/JXRb5cKRTR-1576654612.png.webp" + }, + "title": "Color Raindrops" + }, + "key": "m0nSWthvdC", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191218/tyKqwdMSvw-1576654610.jpg", + "thumbUrlGif": "", + "title": "Color Raindrops" + }, + { + "detail": { + "key": "EZclGatqOW", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/jYt46uEk2N.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190703/IM7tRKI1RL-1562151124.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190703/2G15WRQgVv-1562151124.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190703/UZmRDtBQTG-1562151125.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190703/s4HPjwD9XJ-1562151125.png.webp" + }, + "title": "Relaxing Summer Holiday" + }, + "key": "EZclGatqOW", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190703/Zi5GKXN2BU-1562151123.jpg", + "thumbUrlGif": "", + "title": "Relaxing Summer Holiday" + }, + { + "detail": { + "key": "HsNp7mgE5F", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/5I6FMUHrkv.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190417/vEUNCj77uI-1555483972.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190417/fsvn4mSLpj-1555483974.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190417/c6Ojh0GT43-1555483977.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210319/YUdjo6IBZb-1616139983.png.webp" + }, + "title": "Sunflower Field" + }, + "key": "HsNp7mgE5F", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190417/e8blgsClCY-1555483970.jpg", + "thumbUrlGif": "", + "title": "Sunflower Field" + }, + { + "detail": { + "key": "mZI2iAXTov", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/2JLNnWQaph.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190320/eBL51Igucf-1553063636.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190320/wtqXwCLgFU-1553063643.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190320/EFnwQWJySw-1553063650.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190320/E7WzW8svVg-1553063649.png.webp" + }, + "title": "Neon Raindrops" + }, + "key": "mZI2iAXTov", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190320/J15uZXj3lT-1553063631.jpg", + "thumbUrlGif": "", + "title": "Neon Raindrops" + }, + { + "detail": { + "key": "rMPX15f3ww", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/65QJ7mGd4C.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190319/rVyaKURwlM-1552989561.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190319/70gmEQ1xzX-1552989564.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190319/4bujOaPWjv-1552989570.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190319/JJHsGrVQEf-1552989569.png.webp" + }, + "title": "Simple Raindrops" + }, + "key": "rMPX15f3ww", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190319/AvdVYcXOQM-1552989559.jpg", + "thumbUrlGif": "", + "title": "Simple Raindrops" + }, + { + "detail": { + "key": "2IP6M123OK", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/1JR60IIr6S.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200302/N7kwrVFB5N-1583138648.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200302/0cZ7LbxuGn-1583138648.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200302/heqmecyCis-1583138649.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210115/nuacrmn-GN-1610692857.png.webp" + }, + "title": "Colorful Waterdrop" + }, + "key": "2IP6M123OK", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200302/QlgeetvANQ-1583138647.jpg", + "thumbUrlGif": "", + "title": "Colorful Waterdrop" + }, + { + "detail": { + "key": "FvQu2cpxGV", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/1Z3WLdLane.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200317/xzefEymhm0-1584436798.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200317/3dyIvug3H8-1584436799.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200317/KgLgbW0oGA-1584436800.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210115/vWVeIet4lO-1610692909.png.webp" + }, + "title": "Colorful Water Drops" + }, + "key": "FvQu2cpxGV", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200317/jHGEqTm7Cx-1584436797.jpg", + "thumbUrlGif": "", + "title": "Colorful Water Drops" + }, + { + "detail": { + "key": "3DFCzjOukK", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/THVA6Jp1e4.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20180830/t7wwpDfv6J-1535623248.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20180830/XywOAjY9IV-1535623250.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20180830/4vSAxOCBOY-1535623253.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210618/ZnuZdpEUjp-1623983071.png.webp" + }, + "title": "Marble Red Rose" + }, + "key": "3DFCzjOukK", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20180830/9ZzXzd70HD-1535623246.jpg", + "thumbUrlGif": "", + "title": "Marble Red Rose" + }, + { + "detail": { + "key": "8FEdIrXn7h", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/gTlVa0GBsY.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200407/2xkY84wb4a-1586244570.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200407/No2ijnbBze-1586244570.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200407/zChdD1cVMl-1586244572.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200407/uifdAOI3re-1586244571.png.webp" + }, + "title": "Water Drop 3D Glass" + }, + "key": "8FEdIrXn7h", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200407/ho2ezBEJvz-1586244569.jpg", + "thumbUrlGif": "", + "title": "Water Drop 3D Glass" + }, + { + "detail": { + "key": "NvESLNC1yQ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/bzpPgMaKhY.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200603/KCnYqw9a9o-1591154521.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200603/TYBfcIa84v-1591154521.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200603/EYJlfErTu9-1591154523.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200603/FnYcWQV7Cw-1591154522.png.webp" + }, + "title": "Summer Sun Beach" + }, + "key": "NvESLNC1yQ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200603/jKf9IrCdHI-1591154520.jpg", + "thumbUrlGif": "", + "title": "Summer Sun Beach" + }, + { + "detail": { + "key": "kMi92UPf-d", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/bzDcefkR20.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200813/MGOVLanlKl-1597305835.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200813/YuDqW8LBc9-1597305836.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200813/Ox5yj67gRN-1597305837.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200813/8O7ovSo2sx-1597305836.jpg.webp" + }, + "title": "Sunset Holiday Seaside" + }, + "key": "kMi92UPf-d", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200813/zLS4aJfyP0-1597305835.jpg", + "thumbUrlGif": "", + "title": "Sunset Holiday Seaside" + }, + { + "detail": { + "key": "Qd2vDNlTB3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/4v27UAN6zs.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20171011/UR7s8-4Qmm-1507722126.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20171011/6nZPsqrh80-1507722133.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "", + "pushIcon": "" + }, + "title": "Blue raindrops" + }, + "key": "Qd2vDNlTB3", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20171011/7AecWkCIwP-1507722130.jpg", + "thumbUrlGif": "", + "title": "Blue raindrops" + } + ] + }, + { + "parent_name": "Super Theme", + "keyboard_list": [ + { + "detail": { + "key": "5da919e243444619a48d7df6b4638609", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230606/y3P3cOlSuR-1686047244.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1686047253305_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1686047253730_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1686047254511_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1686047254137_ic_notif_120*120.png.webp" + }, + "title": "Pastel Simple Black" + }, + "key": "5da919e243444619a48d7df6b4638609", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1686047252150_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Pastel Simple Black" + }, + { + "detail": { + "key": "c8bc8b212afa454f87ea6a9f7231742d", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230606/bQH6Wb1Rwh-1686047362.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1686047373188_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1686047373599_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1686047374345_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1686047373976_ic_notif_120*120.png.webp" + }, + "title": "3D NotePad" + }, + "key": "c8bc8b212afa454f87ea6a9f7231742d", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1686047371985_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "3D NotePad" + }, + { + "detail": { + "key": "5bHwf_6IMm", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/9ll3qHOKtv.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210104/LiBnHcJ6GD-1609753397.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210104/PZbeu3DAbU-1609753397.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210104/74IeOGbAmG-1609753398.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210104/JmmwMtBWIt-1609753398.png.webp" + }, + "title": "Graffiti Street Wall" + }, + "key": "5bHwf_6IMm", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210104/BwDdysXUAQ-1609753396.jpg", + "thumbUrlGif": "", + "title": "Graffiti Street Wall" + }, + { + "detail": { + "key": "m3kH3NaIG-", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/odGWj7vVwp.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201229/B6KxCxYgy8-1609237902.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/SfGAG0TxfG-1609237903.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/QXtzZb8cYg-1609237903.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201229/ATj20Qkj2l-1609237903.png.webp" + }, + "title": "Love Sunset" + }, + "key": "m3kH3NaIG-", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201229/BfXFxuZtSY-1609237902.jpg", + "thumbUrlGif": "", + "title": "Love Sunset" + }, + { + "detail": { + "key": "UMMvDbj_4r", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/XCv99yvRCX.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201207/9zKDPhLZ6m-1607327517.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201207/IYFB8Bdwpu-1607327518.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201207/EfhPkpiKEO-1607327519.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201207/B2baDw6gnt-1607327518.png.webp" + }, + "title": "Cancer Galaxy" + }, + "key": "UMMvDbj_4r", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201207/lktMFzbT9Y-1607327516.jpg", + "thumbUrlGif": "", + "title": "Cancer Galaxy" + }, + { + "detail": { + "key": "3NWr5EkXB-", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/j8XwadZLOD.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201203/YSLntNRkLz-1606994089.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201203/IIeJ2PDqE0-1606994089.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201203/gGMAa8pJ0H-1606994090.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201203/nRcxoI0ISs-1606994090.png.webp" + }, + "title": "Pastel Clouds Sky" + }, + "key": "3NWr5EkXB-", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201203/0jz9cmXu06-1606994088.jpg", + "thumbUrlGif": "", + "title": "Pastel Clouds Sky" + }, + { + "detail": { + "key": "T2fruD6sXD", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Tc69Ra7dVs.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201130/OHkQJDzpFQ-1606732314.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201130/FbtSYIRFTL-1606732315.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201130/Ip5HRDTQUV-1606732315.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201130/ISXm7QP2wH-1606732315.png.webp" + }, + "title": "Cool Black Metal" + }, + "key": "T2fruD6sXD", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201130/Ubo8SBeZE3-1606732314.jpg", + "thumbUrlGif": "", + "title": "Cool Black Metal" + }, + { + "detail": { + "key": "tOs1q4zSOo", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/A5ob8jwYld.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201117/KIHu5aMEeK-1605595126.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/BBOL8WkQTL-1605595126.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/PHrIxXeOfj-1605595127.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210618/6UsBb8iIHl-1623983742.png.webp" + }, + "title": "Green Candy Color" + }, + "key": "tOs1q4zSOo", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201117/asgz8Wg4oV-1605595125.jpg", + "thumbUrlGif": "", + "title": "Green Candy Color" + }, + { + "detail": { + "key": "59uE8XD7qS", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/n32lmxapsy.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201109/btWwRvq39A-1604902679.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201109/iUmz3KwYFG-1604902679.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201109/yWMg5zH8cB-1604902680.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201109/Cdv1oEIu8k-1604902680.png.webp" + }, + "title": "Love Neon Lights" + }, + "key": "59uE8XD7qS", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201109/ezlEeP8f7C-1604902678.jpg", + "thumbUrlGif": "", + "title": "Love Neon Lights" + }, + { + "detail": { + "key": "60q66hZ8bT", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/s1NzMppxj6.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200924/aLNDO0iyaB-1600943589.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200924/RkECRxwVyx-1600943589.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200924/3auMls4PR2-1600943590.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200924/tkTAWqZqTz-1600943590.png.webp" + }, + "title": "Palm Tree Sunset" + }, + "key": "60q66hZ8bT", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200924/a7EwAWNTDE-1600943588.jpg", + "thumbUrlGif": "", + "title": "Palm Tree Sunset" + }, + { + "detail": { + "key": "QWDyXZkALF", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/kU9whPBUtd.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200923/jYv0soDzd5-1600853790.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200923/ynM5tOxopp-1600853791.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200923/1Q6SUNfAZ9-1600853792.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200923/mImxecpCSt-1600853791.png.webp" + }, + "title": "LED Lights Gravity" + }, + "key": "QWDyXZkALF", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200923/DG2CMLoP70-1600853789.jpg", + "thumbUrlGif": "", + "title": "LED Lights Gravity" + }, + { + "detail": { + "key": "2Hh921cUOf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Xx4eDJhnuw.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200916/YVes6jUPcc-1600245001.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200916/Q4kGJ2Aujl-1600245001.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200916/wFRfD2EM0p-1600245002.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200916/M02pXdM1Ar-1600245002.png.webp" + }, + "title": "Pastel Sweet Cookie" + }, + "key": "2Hh921cUOf", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200916/xsaa3ORQG6-1600245000.jpg", + "thumbUrlGif": "", + "title": "Pastel Sweet Cookie" + }, + { + "detail": { + "key": "DVFc7gPsqd", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/3y95E6q452.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200911/iLR6XjRKho-1599817749.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200911/qE189pqqM0-1599817750.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200911/u42HhnGElD-1599817751.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200911/o4wef1Ip2C-1599817750.png.webp" + }, + "title": "Purple Beach Sunset" + }, + "key": "DVFc7gPsqd", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200911/dm5jJg88V8-1599817749.jpg", + "thumbUrlGif": "", + "title": "Purple Beach Sunset" + }, + { + "detail": { + "key": "ZASLbA7wkf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/9rks3XuagA.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200908/vfuf84yNBZ-1599564895.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200908/JXPLGkqkNx-1599564896.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200908/h1u8DXufa2-1599564897.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200908/pJOUSPyYCO-1599564897.png.webp" + }, + "title": "Color Metal black" + }, + "key": "ZASLbA7wkf", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200908/DHQURauV1e-1599564895.jpg", + "thumbUrlGif": "", + "title": "Color Metal black" + }, + { + "detail": { + "key": "GuV56NHiM9", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/xI7K21kEZ1.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200903/qWtNWWB4ec-1599131188.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200903/xbqLWXKsZJ-1599131189.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200903/63keEgtyZG-1599131190.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200903/jQaQtUKxFO-1599131190.png.webp" + }, + "title": "Pink Sweet Candy" + }, + "key": "GuV56NHiM9", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200903/2HdX9CnFxh-1599131188.jpg", + "thumbUrlGif": "", + "title": "Pink Sweet Candy" + }, + { + "detail": { + "key": "GcOSWvxudM", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/tNoid228aI.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200828/BMD1ORV2aR-1598580729.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200828/P9rp4SZOat-1598580730.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200828/hYaLTcTaB9-1598580731.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200828/gfPQo7SYId-1598580731.png.webp" + }, + "title": "Neon Glow Lights" + }, + "key": "GcOSWvxudM", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200828/kfVsEUOZMb-1598580729.jpg", + "thumbUrlGif": "", + "title": "Neon Glow Lights" + }, + { + "detail": { + "key": "iwhdJhNYo8", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/XR3erYTFHv.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200825/S6fuNk2IRM-1598348770.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200825/kduKeVw4L5-1598348771.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200825/vKskoYQdty-1598348772.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200825/qwamsXiEHF-1598348771.png.webp" + }, + "title": "Pink Candy Color" + }, + "key": "iwhdJhNYo8", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200825/gYXmcamXCl-1598348770.jpg", + "thumbUrlGif": "", + "title": "Pink Candy Color" + }, + { + "detail": { + "key": "JXLvfy0V71", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/YtuFqxQC2I.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200819/F6A3C0LbHf-1597825589.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200819/Rli5dOc2a8-1597825589.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200819/QCllKe6P3U-1597825590.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200819/vqLCCMqlCg-1597825590.png.webp" + }, + "title": "Neon Lights Love" + }, + "key": "JXLvfy0V71", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200819/8U6AM34Kxy-1597825588.jpg", + "thumbUrlGif": "", + "title": "Neon Lights Love" + }, + { + "detail": { + "key": "Fo5Dm4ylOL", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/44QYIvNYzG.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200813/05LW7Bh5d5-1597306228.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200813/RvBMVTQk0i-1597306228.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200813/qbLVNSeSHA-1597306229.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200813/1KBIG0AzN9-1597306229.png.webp" + }, + "title": "Funny Emoji Party" + }, + "key": "Fo5Dm4ylOL", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200813/Z946AXFVH6-1597306227.jpg", + "thumbUrlGif": "", + "title": "Funny Emoji Party" + }, + { + "detail": { + "key": "McbpH5aICh", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/2tJw7okD5C.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200813/pD7p5E3gvG-1597299924.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200813/9UIxOukQLZ-1597299925.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200813/u65jDELoky-1597299926.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200813/TnbY2tKKsm-1597299926.png.webp" + }, + "title": "Cool Neon Glitch" + }, + "key": "McbpH5aICh", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200813/76WYYWR90z-1597299924.jpg", + "thumbUrlGif": "", + "title": "Cool Neon Glitch" + }, + { + "detail": { + "key": "qOde-FXq2U", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/JWcyh8MY2o.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200805/z95uAYmUA0-1596621242.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200805/XuQzWVAK9k-1596621242.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200805/QKGhUaY1YZ-1596621243.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200805/hGu1qvjo6M-1596621243.png.webp" + }, + "title": "Ombre Grey" + }, + "key": "qOde-FXq2U", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200805/60ykC8RPWx-1596621241.jpg", + "thumbUrlGif": "", + "title": "Ombre Grey" + }, + { + "detail": { + "key": "O8zId4w7Zu", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/vcHbsqiS78.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200803/ojhsa9FvGB-1596441199.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200803/mMbp39mzaJ-1596441199.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200803/4FhSL3bK0T-1596441200.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200803/bPmGxOgGlI-1596441200.png.webp" + }, + "title": "Galaxy Sparkle" + }, + "key": "O8zId4w7Zu", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200803/uUGA9GwyZd-1596441198.jpg", + "thumbUrlGif": "", + "title": "Galaxy Sparkle" + }, + { + "detail": { + "key": "WDINOhiTmY", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/OwzR54PjI2.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200729/eLzX3BR2LJ-1596016471.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200729/PL6ccSLlCU-1596016471.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200729/W8ku2OgDcd-1596016472.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200729/g2aE69gBmi-1596016472.png.webp" + }, + "title": "Rainbow Colors" + }, + "key": "WDINOhiTmY", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200729/ljnF8pyuui-1596016470.jpg", + "thumbUrlGif": "", + "title": "Rainbow Colors" + }, + { + "detail": { + "key": "xuwSMJIbS-", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/wdgJx2gRV5.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200729/rEpjv1VUr1-1595988903.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200729/Pcwo9DpEAD-1595988903.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200729/oEvV3KzH9e-1595988904.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200729/CIcE1K3Hs9-1595988904.png.webp" + }, + "title": "Libra Galaxy" + }, + "key": "xuwSMJIbS-", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200729/hTj8fm91RP-1595988902.jpg", + "thumbUrlGif": "", + "title": "Libra Galaxy" + }, + { + "detail": { + "key": "rMYfZxAxgq", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/jHN8AcyNNz.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200727/Z2hGQJeFas-1595846905.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200727/LBQc7lAopR-1595846906.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200727/iFHRritFdr-1595846907.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200727/08C1PWM3IT-1595846906.png.webp" + }, + "title": "Galaxy Color 3D" + }, + "key": "rMYfZxAxgq", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200727/Xb0G7QKcpZ-1595846905.jpg", + "thumbUrlGif": "", + "title": "Galaxy Color 3D" + }, + { + "detail": { + "key": "S6LFAClHzA", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/TGIVIrU0ww.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200727/B1ZFlE9HbA-1595846915.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200727/cpnboi5lnO-1595846915.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200727/iQXHz9Qu2A-1595846916.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200727/LIXqfFS3E9-1595846916.png.webp" + }, + "title": "Rose Gold Diamonds" + }, + "key": "S6LFAClHzA", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200727/1Y5n7SsVPs-1595846914.jpg", + "thumbUrlGif": "", + "title": "Rose Gold Diamonds" + }, + { + "detail": { + "key": "xKX568_Lqq", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/jYZO5PpIzH.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200724/oGIlKQtHYt-1595574602.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200724/opPT75LewP-1595574602.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200724/Ypo89ixKy4-1595574603.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200724/PHbVWsbLbu-1595574603.png.webp" + }, + "title": "Shining Moon" + }, + "key": "xKX568_Lqq", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200724/luy2Hrj71x-1595574601.jpg", + "thumbUrlGif": "", + "title": "Shining Moon" + }, + { + "detail": { + "key": "xo5Kd8wXj3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/llmkMFB47t.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200715/olJiPVfnvU-1594811008.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200715/RrmvoFfY1V-1594811008.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200715/XL2OeJ3aYU-1594811009.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200715/DRPNtyINhF-1594811009.png.webp" + }, + "title": "Rose Galaxy" + }, + "key": "xo5Kd8wXj3", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200715/tG9CBQu03M-1594811007.jpg", + "thumbUrlGif": "", + "title": "Rose Galaxy" + }, + { + "detail": { + "key": "FCuh3oqYTI", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/K5Iuj5mSsP.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200715/oOaGosMoLq-1594810970.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200715/vhhi5lpzEc-1594810971.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200715/pW5Zhjb8En-1594810972.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200715/xHKypU2BeA-1594810971.png.webp" + }, + "title": "Metallic Drip Color" + }, + "key": "FCuh3oqYTI", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200715/KOO1dTNXTw-1594810969.jpg", + "thumbUrlGif": "", + "title": "Metallic Drip Color" + }, + { + "detail": { + "key": "IIE08uws4D", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/GeaxJRoS2E.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200714/KFUNGF5ELO-1594721367.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200714/YIpmhFaPJW-1594721367.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200714/Mc3fF2OtVh-1594721368.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200714/yhDO9EXqAF-1594721368.png.webp" + }, + "title": "Neon Light LED" + }, + "key": "IIE08uws4D", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200714/lU13RvNPy1-1594721366.jpg", + "thumbUrlGif": "", + "title": "Neon Light LED" + }, + { + "detail": { + "key": "Q7yBQXX864", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/bzhvF5UYlM.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200709/fz42cZAMja-1594291368.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200709/ZOldTEBAPw-1594291368.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200709/mdWpk5hei7-1594291369.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200709/q3aHToDlHU-1594291369.png.webp" + }, + "title": "Earth Marble" + }, + "key": "Q7yBQXX864", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200709/Imw9AXyoml-1594291367.jpg", + "thumbUrlGif": "", + "title": "Earth Marble" + }, + { + "detail": { + "key": "tL0MajHMBT", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/blKG4idOdf.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200708/cta715KhsA-1594174582.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200708/cdW1MPl1p0-1594174582.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200708/YulTjUGcHD-1594174584.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200708/pkRssExie8-1594174583.png.webp" + }, + "title": "Beautiful Roses" + }, + "key": "tL0MajHMBT", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200708/eOORhZ6iB4-1594174581.jpg", + "thumbUrlGif": "", + "title": "Beautiful Roses" + }, + { + "detail": { + "key": "sEf_l6p-N7", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/NtX2qKoSOw.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200702/Hl4reEmehB-1593685307.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200702/KcSqnYLtkM-1593685308.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200702/xpknVlqIt9-1593685309.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210823/ON5S7Ke_9G-1629690932.png.webp" + }, + "title": "Neon Led" + }, + "key": "sEf_l6p-N7", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200702/uAwmTy8og1-1593685306.jpg", + "thumbUrlGif": "", + "title": "Neon Led" + }, + { + "detail": { + "key": "q026fLKj9P", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/iwOX4VP7tz.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200624/rskAprsyev-1592989175.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200624/qGLtAd1jTZ-1592989175.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200624/thhOFeeeoe-1592989177.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200624/RVuz5UGq0b-1592989176.png.webp" + }, + "title": "Pink Glitter Crystal" + }, + "key": "q026fLKj9P", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200624/RFZvfCXl6d-1592989174.jpg", + "thumbUrlGif": "", + "title": "Pink Glitter Crystal" + }, + { + "detail": { + "key": "citSJQspY4", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/13FQBOcLqr.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200622/bLhdv9ojSk-1592824645.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200622/RZZCU0UDuP-1592824646.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200622/xp5ZC3vz7I-1592824647.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200622/NAAh2nCctW-1592824646.png.webp" + }, + "title": "Black Crystal Color " + }, + "key": "citSJQspY4", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200622/3XOmlru2AB-1592824644.jpg", + "thumbUrlGif": "", + "title": "Black Crystal Color " + }, + { + "detail": { + "key": "2fVrLw0r9L", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/GzDxyHEnNy.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200616/nA6Xj10Z92-1592273888.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200616/UCibKwc7oe-1592273888.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200616/euwM5gc7KC-1592273889.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200616/wYvDf3A8oN-1592273889.png.webp" + }, + "title": "Pink Blue Glitter" + }, + "key": "2fVrLw0r9L", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200616/I2vPix9pAU-1592273887.jpg", + "thumbUrlGif": "", + "title": "Pink Blue Glitter" + }, + { + "detail": { + "key": "x2VuC_fG8L", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/StAoQNqvdr.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200319/35VxU03drd-1584625407.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200319/qjEW9U45Il-1584625408.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200319/WKH9UUYx4H-1584625409.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200319/THnL6Mcttl-1584625409.png.webp" + }, + "title": "Rainbow Holograph" + }, + "key": "x2VuC_fG8L", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200319/PbsOW5s7yO-1584625407.jpg", + "thumbUrlGif": "", + "title": "Rainbow Holograph" + }, + { + "detail": { + "key": "FoyRAcyVk5", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/7DKVu7gvcr.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200317/FyrsgzDQ6c-1584450015.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200317/J0jDPv1t0E-1584450016.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200317/BwrUkLtJY1-1584450017.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200317/rncJjiIdz5-1584450017.png.webp" + }, + "title": "Love Balloons" + }, + "key": "FoyRAcyVk5", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200317/tPvKhIH61p-1584450015.jpg", + "thumbUrlGif": "", + "title": "Love Balloons" + }, + { + "detail": { + "key": "tSzTvLsnJP", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/pRKra8eYA0.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200219/mxgua194ZE-1582113795.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200219/AqyY180IHb-1582113796.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200219/xbMhaTWxD5-1582113797.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210618/x_Hm-GNhpK-1623983676.png.webp" + }, + "title": "Galaxy Panda Love" + }, + "key": "tSzTvLsnJP", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200219/Wg3Mntnq1L-1582113795.jpg", + "thumbUrlGif": "", + "title": "Galaxy Panda Love" + }, + { + "detail": { + "key": "aijEt9mRsY", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/tRe2vOQ0Nv.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200219/D9K1CCdoha-1582112598.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200219/ZclXiAunIu-1582112598.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200219/F6kRQGocC5-1582112599.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210730/O-3d4xdiMS-1627617952.png.webp" + }, + "title": "Purple Neon Cat" + }, + "key": "aijEt9mRsY", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200219/NacBw4XIpW-1582112597.jpg", + "thumbUrlGif": "", + "title": "Purple Neon Cat" + }, + { + "detail": { + "key": "8YHwfwqIHH", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/REv30Pzbka.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200218/roGEvSQhJt-1582034659.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200218/PuokBV29iX-1582034660.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200218/yF3mTEK0kV-1582034661.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200218/L4jR13TWPC-1582034660.png.webp" + }, + "title": "Taurus Galaxy" + }, + "key": "8YHwfwqIHH", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200218/yvRHKYoSPt-1582034659.jpg", + "thumbUrlGif": "", + "title": "Taurus Galaxy" + }, + { + "detail": { + "key": "co0wT_PubE", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/e5Qj32zSkE.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190805/7j1FSjAyeI-1564998567.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190805/9wt2bFKl0o-1564998567.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190805/uYAmYLFn7u-1564998568.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190805/b4gc0HJvUe-1564998568.png.webp" + }, + "title": "Rainbow Gradient Glitter" + }, + "key": "co0wT_PubE", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190805/5FiwezhP5K-1564998566.jpg", + "thumbUrlGif": "", + "title": "Rainbow Gradient Glitter" + } + ] + }, + { + "parent_name": "Cool", + "keyboard_list": [ + { + "detail": { + "key": "ac4c5abb9716420782a40f8a27f426e1", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231025/CngCY54upT-1698215877.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698215884948_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698215885483_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698215886404_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698215886017_ic_notif_120*120.png.webp" + }, + "title": "AIGC Horror Face" + }, + "key": "ac4c5abb9716420782a40f8a27f426e1", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698215883583_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "AIGC Horror Face" + }, + { + "detail": { + "key": "V6qihBcrO5", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/pOPS8ylY1l.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191029/jfwCL7UJyJ-1572339621.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191029/HozzhjSXu2-1572339621.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191029/qEHtSvYIot-1572339622.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200619/XCygz8FM8J-1592563962.png.webp" + }, + "title": "Thunder Neon Wolf" + }, + "key": "V6qihBcrO5", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191029/Zdb06XcxOV-1572339620.jpg", + "thumbUrlGif": "", + "title": "Thunder Neon Wolf" + }, + { + "detail": { + "key": "0aa8bea34418447f93421ac5bce8f59d", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230926/HwT5CwsCGU-1695697430.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695697439641_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695697440235_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695697441081_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695697440695_ic_notif_120*120.png.webp" + }, + "title": "Cool Racing Car" + }, + "key": "0aa8bea34418447f93421ac5bce8f59d", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695697438450_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Racing Car" + }, + { + "detail": { + "key": "cN6DYf95uK", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/uEPFGjPkt1.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221206/2C9iImGWx5-1670297965.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/yMcTCCU2Mj-1670297966.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221206/Ldfh6xC23O-1670297966.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221206/waAw2WyZGw-1670297966.png.webp" + }, + "title": "Dark Wednesday Adams" + }, + "key": "cN6DYf95uK", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221206/XKhOmrzOtH-1670297965.jpg", + "thumbUrlGif": "", + "title": "Dark Wednesday Adams" + }, + { + "detail": { + "key": "iozIG509kn", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/JZ5vUtjCW5.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220927/aYJ0CMhdAq-1664250500.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220927/kbrBc23Bpa-1664250501.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220927/qrDtPAikrT-1664250502.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220927/JKVp6iNbNH-1664250501.png.webp" + }, + "title": "Cool Supreme Kakashi" + }, + "key": "iozIG509kn", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220927/bOA9uor5JT-1664250500.jpg", + "thumbUrlGif": "", + "title": "Cool Supreme Kakashi" + }, + { + "detail": { + "key": "d3656abb46c94690a4d8f30b2d2334f1", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230926/Recd2D2aUx-1695697008.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695697016275_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695697016762_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695697017671_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695697017272_ic_notif_120*120.png.webp" + }, + "title": "Cool Fire Ghost" + }, + "key": "d3656abb46c94690a4d8f30b2d2334f1", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695697014992_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Fire Ghost" + }, + { + "detail": { + "key": "UMJ-aqUONB", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/UGXZRimpCA.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190225/2bRZbauh6Z-1551081030.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190225/la5BC8n48B-1551081032.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190225/6rfB8XND50-1551081035.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200423/N0FnmfZXJW-1587631716.png.webp" + }, + "title": "Zombie Skull 2" + }, + "key": "UMJ-aqUONB", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190225/w6LYjvYS8T-1551081027.jpg", + "thumbUrlGif": "", + "title": "Zombie Skull 2" + }, + { + "detail": { + "key": "51ba37789a7a43deb2c46f54b9c71afb", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231008/bZF6Vobvw8-1696733411.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1696733420566_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696733421053_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1696733422017_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1696733421614_ic_notif_120*120.png.webp" + }, + "title": "Cool Supreme Goku" + }, + "key": "51ba37789a7a43deb2c46f54b9c71afb", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1696733419208_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Supreme Goku" + }, + { + "detail": { + "key": "APsZAvNU_k", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/QNdWsDHCZ0.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190806/qxCz0nFIcu-1565077247.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190806/U6NcycrhzY-1565077248.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190806/VCk6KnkGpL-1565077249.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200717/4dutVyi7uW-1594956432.png.webp" + }, + "title": "Ghost Lovers Kiss" + }, + "key": "APsZAvNU_k", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190806/FIcMX5y0Ny-1565077247.jpg", + "thumbUrlGif": "", + "title": "Ghost Lovers Kiss" + }, + { + "detail": { + "key": "6a24564fe9044650a3f04c5c1b527c0d", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230919/6jBxL7FZFI-1695090818.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090827041_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090827609_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090828442_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090828061_ic_notif_120*120.png.webp" + }, + "title": "AIGC Cool Street Boy" + }, + "key": "6a24564fe9044650a3f04c5c1b527c0d", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695090825806_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "AIGC Cool Street Boy" + }, + { + "detail": { + "key": "1u3A8xqChx", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/64hEqD4TVf.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220419/nyMA2ifV7M-1650361125.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220419/HtuqGCJk6Y-1650361126.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220419/lF0wzhwvaL-1650361127.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220419/6RyxSKohy7-1650361126.png.webp" + }, + "title": "Cool Tokyo Ghoul" + }, + "key": "1u3A8xqChx", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220419/TrIHgc2Pb1-1650361125.jpg", + "thumbUrlGif": "", + "title": "Cool Tokyo Ghoul" + }, + { + "detail": { + "key": "f274ec583260451e9535ca560ee8b7c2", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230926/E69hLJ4zER-1695698020.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1695698027237_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695698027644_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1695698028409_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1695698028041_ic_notif_120*120.png.webp" + }, + "title": "Cool Fire Bear" + }, + "key": "f274ec583260451e9535ca560ee8b7c2", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1695698026035_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Fire Bear" + }, + { + "detail": { + "key": "NB3_DJlr1F", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/LPq3cKs4bY.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220223/IchSPAKlDv-1645601070.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220223/VM9kHB1S5m-1645601070.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220223/0lU95vEOV8-1645601071.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220223/caYi6yX3dZ-1645601071.png.webp" + }, + "title": "Dragon Ball Saiyan" + }, + "key": "NB3_DJlr1F", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220223/ZGiqH6DPGB-1645601069.jpg", + "thumbUrlGif": "", + "title": "Dragon Ball Saiyan" + }, + { + "detail": { + "key": "PyUxpTKXvJ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/YCRDIQToxY.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220419/CGyr1F4KKv-1650360056.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220419/eiFItzswkC-1650360057.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220419/XovuiF4gqz-1650360058.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220419/LhwwR3GgAv-1650360057.png.webp" + }, + "title": "Green Rick Morty" + }, + "key": "PyUxpTKXvJ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220419/u50Cq2ROZs-1650360056.jpg", + "thumbUrlGif": "", + "title": "Green Rick Morty" + }, + { + "detail": { + "key": "JOFSInGtp_", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/cqUbubndqp.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220913/dwFOUP2cvB-1663064093.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220913/e0FuntkOEY-1663064094.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220913/GT3Qzygc3r-1663064095.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220913/Loz8PkTtYW-1663064094.png.webp" + }, + "title": "Neon Thunder Sasuke" + }, + "key": "JOFSInGtp_", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220913/BaqurRIj2O-1663064093.jpg", + "thumbUrlGif": "", + "title": "Neon Thunder Sasuke" + }, + { + "detail": { + "key": "fznJU213gq", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/hzkxKkaYTd.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190418/7w03jNwxtJ-1555581783.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190418/tV0JmiQIYj-1555581788.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190418/7Rz46hvunz-1555581796.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210413/9loU5dNB4b-1618281817.png.webp" + }, + "title": "Zombie Skull" + }, + "key": "fznJU213gq", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190418/7xBMHxeuBS-1555581778.jpg", + "thumbUrlGif": "", + "title": "Zombie Skull" + }, + { + "detail": { + "key": "JSFdLgdrUc", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/ovjn3Ma9Oa.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220906/3NP66mV0xl-1662444328.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220906/zOyvRcHI0p-1662444328.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220906/r8sSXkz0Wm-1662444329.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220906/VFyBG1VV1q-1662444329.png.webp" + }, + "title": "Sad Simpson Nike" + }, + "key": "JSFdLgdrUc", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220906/HvgaYVwK4z-1662444327.jpg", + "thumbUrlGif": "", + "title": "Sad Simpson Nike" + }, + { + "detail": { + "key": "mNrsMtT6Bt", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/YtU145C6hH.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20181025/OV8ahSG6NR-1540436581.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20181025/GvIlPl1dx6-1540436583.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20181025/67XAs3b6hF-1540436585.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200605/NFE1AoRqC8-1591355670.png.webp" + }, + "title": "Green Neon Check" + }, + "key": "mNrsMtT6Bt", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221203/GVgkebsqj9-1670046420.jpg", + "thumbUrlGif": "", + "title": "Green Neon Check" + }, + { + "detail": { + "key": "LSj9O81UkR", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/NZFtsxdMiL.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20181119/kqlJok8wyu-1542623913.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20181119/aCf2vBCwYl-1542623916.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20181119/Rm3M9AM6bv-1542623920.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210122/dNJ3xwV5Vn-1611287318.png.webp" + }, + "title": "Gold Allahu Free" + }, + "key": "LSj9O81UkR", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190410/RfZqbj28Ta-1554880327.jpg", + "thumbUrlGif": "", + "title": "Gold Allahu Free" + }, + { + "detail": { + "key": "FFbRdDSQNh", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/EV0wCDWhIm.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220208/0QVHZum3g0-1644303978.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220208/5a60pXv5OS-1644303979.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220208/IE4HeHjFpR-1644303980.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220208/sI2Ync7LMM-1644303979.png.webp" + }, + "title": "Cool Kakashi Naruto" + }, + "key": "FFbRdDSQNh", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220208/sP0CulpFwL-1644303977.jpg", + "thumbUrlGif": "", + "title": "Cool Kakashi Naruto" + }, + { + "detail": { + "key": "7Zil9WoHmh", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/OohyQuveyp.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20181206/8JmdztxUxw-1544091441.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20181206/G27S1jGrWL-1544091445.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20181206/C857Y4htDQ-1544091451.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210730/5KKQcTZIvk-1627624695.png.webp" + }, + "title": "Zombie Monster Skull" + }, + "key": "7Zil9WoHmh", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20181206/yrGRFixs5O-1544091437.jpg", + "thumbUrlGif": "", + "title": "Zombie Monster Skull" + }, + { + "detail": { + "key": "DO0k8MSJnp", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/T0lmgfWOwY.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220726/zsnZD0vHNK-1658811369.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220726/S6csA4N15j-1658811369.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220726/QE2MuRYDcY-1658811371.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220726/y5GTC8d0Mk-1658811370.png.webp" + }, + "title": "Sad Tear Simpson" + }, + "key": "DO0k8MSJnp", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220726/3UplYkW4nl-1658811368.jpg", + "thumbUrlGif": "", + "title": "Sad Tear Simpson" + }, + { + "detail": { + "key": "zkX-JdEwcN", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Mif1mYuBMm.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190628/BxLrm8l1uX-1561708178.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190628/HrXV44hkBp-1561708179.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190628/EMkrZHiM1Y-1561708180.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190628/G7VQRi7Nwn-1561708179.png.webp" + }, + "title": "Golden Dollar Drops" + }, + "key": "zkX-JdEwcN", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190628/cN34UhpqpF-1561708177.jpg", + "thumbUrlGif": "", + "title": "Golden Dollar Drops" + }, + { + "detail": { + "key": "5nEsSt_Qav", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/PX69zJuwp2.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220531/l5eqKWuf1T-1653979288.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220531/RUeprL39wi-1653979289.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220531/YGu5TGe6uj-1653979290.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220531/2a0x1xzg6k-1653979289.png.webp" + }, + "title": "Cool Hero Deku" + }, + "key": "5nEsSt_Qav", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220531/aF2u7DWRXt-1653979288.jpg", + "thumbUrlGif": "", + "title": "Cool Hero Deku" + }, + { + "detail": { + "key": "dNksoCeboH", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/PwDNWxFghb.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200521/kHkLsAZPmC-1590040204.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200521/ak4Y28SwNd-1590040205.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200521/heumeXujpm-1590040206.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200521/v4Zq8P4nI0-1590040205.png.webp" + }, + "title": "Wild Lion Black" + }, + "key": "dNksoCeboH", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200521/ly7xygCVvs-1590040204.jpg", + "thumbUrlGif": "", + "title": "Wild Lion Black" + }, + { + "detail": { + "key": "kV9qkMBfe6", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/5eBbM9hoQc.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220823/dNXJkSRHk1-1661221413.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220823/O7F3LnYh4q-1661221413.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220823/8Sa1RLvB5T-1661221414.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220823/wqLKK3uR85-1661221414.png.webp" + }, + "title": "Neon Bred Jordan" + }, + "key": "kV9qkMBfe6", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220823/vkIHGPxxEq-1661221412.jpg", + "thumbUrlGif": "", + "title": "Neon Bred Jordan" + }, + { + "detail": { + "key": "A8kM26hrib", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/imTKc10SaT.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200714/Ga90JWPwSB-1594708004.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200714/9B10dZxoOK-1594708004.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200714/ntWhmxb7fW-1594708006.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200714/wCyAX3Tib8-1594708005.png.webp" + }, + "title": "Fire Ice Wolf" + }, + "key": "A8kM26hrib", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200714/llVyYFZCgT-1594708003.jpg", + "thumbUrlGif": "", + "title": "Fire Ice Wolf" + }, + { + "detail": { + "key": "xaV-MqVp5p", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/7mHLbxrYBo.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220510/sg2uoJzf9H-1652164879.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220510/u45yKRKT1U-1652164880.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220510/nVOWG8f4Aj-1652164881.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220510/IpGqrRE0hR-1652164881.png.webp" + }, + "title": "Fire Naruto" + }, + "key": "xaV-MqVp5p", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220510/eGLYj18tQA-1652164879.jpg", + "thumbUrlGif": "", + "title": "Fire Naruto" + }, + { + "detail": { + "key": "rpuXXPwROg", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/vHG6g63oT9.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200609/hbASPcdfWM-1591700739.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200609/dAkrLq3QOc-1591700740.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200609/EM3L8enwst-1591700741.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200609/66YaSUeSAI-1591700741.png.webp" + }, + "title": "Angel Devil" + }, + "key": "rpuXXPwROg", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200609/7aessJtWU3-1591700739.jpg", + "thumbUrlGif": "", + "title": "Angel Devil" + }, + { + "detail": { + "key": "R6r5nhUYf8", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/XGmX8gl0rr.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230131/RqeybxwE0P-1675138487.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230131/X3AGUfcQ9h-1675138487.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230131/NvZtoNAJ1B-1675138488.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230131/X1PjXbk3Qi-1675138488.png.webp" + }, + "title": "Blue Dark Wednesday" + }, + "key": "R6r5nhUYf8", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230131/Z0rBD7O88h-1675138486.jpg", + "thumbUrlGif": "", + "title": "Blue Dark Wednesday" + }, + { + "detail": { + "key": "6AtyC7PzYB", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/FJz3EQkkVa.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210315/tzH3Vr8dOC-1615802564.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210315/WPIY6Nbyhx-1615802564.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210315/DOdlPX1Z3m-1615802565.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210315/iSafo6rpQc-1615802565.png.webp" + }, + "title": "Blue Sky Lightning" + }, + "key": "6AtyC7PzYB", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210315/VHvLxF6mGl-1615802563.jpg", + "thumbUrlGif": "", + "title": "Blue Sky Lightning" + }, + { + "detail": { + "key": "hCveAyKTaJ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/V3Dz6IgSzH.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190108/jQtBKrDK5P-1546930380.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190108/QpLmr1ELEk-1546930405.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190108/k8THJLJLer-1546930409.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201218/ZY3BoooEMr-1608271581.png.webp" + }, + "title": "Racing Red Sports Car" + }, + "key": "hCveAyKTaJ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190108/1kh35Nzxor-1546930375.jpg", + "thumbUrlGif": "", + "title": "Racing Red Sports Car" + }, + { + "detail": { + "key": "2QexMBLk4Y", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/z968lXdTS4.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20171212/NNb5BRt263-1513058524.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20180817/hQu6rXaxAS-1534489405.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20180130/q2b7le1zRt-1517280796.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200924/V05gXI-eaD-1600945438.png.webp" + }, + "title": "Luxury Gold" + }, + "key": "2QexMBLk4Y", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20180117/WC0ZhDpdFR-1516184187.jpg", + "thumbUrlGif": "", + "title": "Luxury Gold" + }, + { + "detail": { + "key": "7dbosMmR9L", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/JMRNaOlJmG.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20171129/h_PxEgwhzA-1511945038.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20171129/4EgdaO4_3Y-1511945050.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190520/6FGghJIR2E-1558338316.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221008/jnHV80kmqh-1665198827.png.webp" + }, + "title": "Neon Tiger" + }, + "key": "7dbosMmR9L", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20180724/MW12hbGRA0-1532404800.jpg", + "thumbUrlGif": "", + "title": "Neon Tiger" + }, + { + "detail": { + "key": "9JNM8V6k8B", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/5RB28IiDpb.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210713/7vtxE690Rm-1626166599.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210713/QWNIdO2v7d-1626166600.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210713/fiLEk9ppu1-1626166602.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210713/mdVxDbioaC-1626166601.png.webp" + }, + "title": "Purple Wolf Guardian" + }, + "key": "9JNM8V6k8B", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210713/0opTtVi0Xe-1626166598.jpg", + "thumbUrlGif": "", + "title": "Purple Wolf Guardian" + }, + { + "detail": { + "key": "5xAiau4Etj", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/lxOBN4AKFy.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200519/mMSC80TBiS-1589882692.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200519/kL9UFh1OpL-1589882692.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200519/k0JiyDAB4B-1589882694.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200519/XmebL59XT9-1589882693.png.webp" + }, + "title": "Fierce Cheetah" + }, + "key": "5xAiau4Etj", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200519/dnF17bndeq-1589882691.jpg", + "thumbUrlGif": "", + "title": "Fierce Cheetah" + }, + { + "detail": { + "key": "PGL_vygqE-", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/z6qLujvKfg.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221220/FYUWrnC4Eh-1671508243.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221220/a2ChzYOfil-1671508244.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221220/jVYk9igI-D-1671508453.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221220/oMVPfBpu3J-1671508461.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221220/ARYpYp3lrv-1671508244.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221220/zmWMgwtmVP-1671508244.png.webp" + }, + "title": "Neon Skull Live" + }, + "key": "PGL_vygqE-", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221220/J7W0tHElkx-1671508243.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221220/oMVPfBpu3J-1671508461.gif.webp", + "title": "Neon Skull Live" + }, + { + "detail": { + "key": "2IPEOkjBN_", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Hg4Rqjxu2R.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200928/eUjVYgurkp-1601280376.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200928/NcXVSHI0rB-1601280376.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200928/mArvd9anur-1601280377.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210204/dMRmMKuwB_-1612422676.png.webp" + }, + "title": "Galaxy Howling Wolf" + }, + "key": "2IPEOkjBN_", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200928/0nH2MoBBau-1601280375.jpg", + "thumbUrlGif": "", + "title": "Galaxy Howling Wolf" + }, + { + "detail": { + "key": "g3Wfu6fvx3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/KTmU60YGGx.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210615/7IdJJ0TPUP-1623738111.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210615/SNqNJ2ixbS-1623738111.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210615/hozxaVgJD7-1623738112.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210615/rhgoACi7M8-1623738112.png.webp" + }, + "title": "Neon Drips" + }, + "key": "g3Wfu6fvx3", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210615/S5QjJzZLcz-1623738110.jpg", + "thumbUrlGif": "", + "title": "Neon Drips" + }, + { + "detail": { + "key": "lJKSg_HgCd", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ia4qQcVG6Y.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211123/0oW3UWKmAX-1637647661.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211123/vefcgDQl1X-1637647662.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211123/DnybTGqjlr-1637647663.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211123/P03Ecx0UgN-1637647662.png.webp" + }, + "title": "Silver Metal Skull" + }, + "key": "lJKSg_HgCd", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211123/2JQi9Hwr2j-1637647661.jpg", + "thumbUrlGif": "", + "title": "Silver Metal Skull" + }, + { + "detail": { + "key": "BiUCTVmRNQ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/H1xF7Afr7x.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211015/jNSRQgeIRF-1634300659.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211015/F8ZYS4kIGt-1634300660.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211015/Q1s59CCUrd-1634300661.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211015/tM6oRO0zp6-1634300660.png.webp" + }, + "title": "Smoke Iron Claw" + }, + "key": "BiUCTVmRNQ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211015/dLL8YJGrSo-1634300659.jpg", + "thumbUrlGif": "", + "title": "Smoke Iron Claw" + }, + { + "detail": { + "key": "9zRyVZCfw8", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Lnkk1hVEgz.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210914/XSan7VIXme-1631614954.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210914/JPGOgyXl12-1631614955.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210914/Kvj2IuddAE-1631614956.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210914/atuDhSgHCK-1631614955.png.webp" + }, + "title": "Dark Horror Wolf" + }, + "key": "9zRyVZCfw8", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210914/K1FRC9efUB-1631614954.jpg", + "thumbUrlGif": "", + "title": "Dark Horror Wolf" + }, + { + "detail": { + "key": "KXgvPeNYvx", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ymSHSb6Y5F.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210707/p5orQsM6me-1625645425.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210707/NMROOgih9V-1625645425.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210707/lmA77MsHST-1625645427.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210707/xeo6ERvf4l-1625645426.png.webp" + }, + "title": "Purple Lightning" + }, + "key": "KXgvPeNYvx", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210707/IKuR1zAdL0-1625645424.jpg", + "thumbUrlGif": "", + "title": "Purple Lightning" + }, + { + "detail": { + "key": "dPtnOFug3x", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/PMEjdZmElw.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210726/mazshgkCjP-1627281428.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210726/LYRC3GgVfK-1627281428.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210726/f7JGug60Oq-1627281429.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210726/mb63959z9x-1627281429.png.webp" + }, + "title": "Rainbow Mosaic" + }, + "key": "dPtnOFug3x", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210726/UphDEINdrc-1627281427.jpg", + "thumbUrlGif": "", + "title": "Rainbow Mosaic" + }, + { + "detail": { + "key": "0hFsCRpRK0", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/aRe4MxEbUv.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210726/scWbVPiCtp-1627281096.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210726/LqJV0uLHyY-1627281096.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210726/lWlprWjuOy-1627281097.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210726/OjfuDmMgPs-1627281097.png.webp" + }, + "title": "Brazil Music Skull" + }, + "key": "0hFsCRpRK0", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210726/2bhMtqJRBu-1627281095.jpg", + "thumbUrlGif": "", + "title": "Brazil Music Skull" + }, + { + "detail": { + "key": "c4PEJ9XxWf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Jtq8eqvZs8.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210720/aNhDwznngl-1626767173.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210720/a8rvaYHaak-1626767173.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210720/ysnKWqIx83-1626767174.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210720/qNqF1Sqdi2-1626767174.png.webp" + }, + "title": "Ocean Whale" + }, + "key": "c4PEJ9XxWf", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210720/PmN3v1eUTr-1626767172.jpg", + "thumbUrlGif": "", + "title": "Ocean Whale" + }, + { + "detail": { + "key": "kUtg1EQIHj", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/oMv4CVodHP.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210707/Ux0phgvJIh-1625639777.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210707/DtQUvHb7jy-1625639778.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210707/meVlvgBTsG-1625639779.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210707/5n7lZQO22P-1625639778.png.webp" + }, + "title": "Color Glitch Skull" + }, + "key": "kUtg1EQIHj", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210707/3JU1gPtGM3-1625639777.jpg", + "thumbUrlGif": "", + "title": "Color Glitch Skull" + }, + { + "detail": { + "key": "lswMgaUcFm", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/1hC7ItYcBo.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210629/dE7BBaMyoE-1624947486.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210629/TYEbMOxV40-1624947487.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210629/1VkaE92jua-1624947488.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210629/HUbKMBtcGr-1624947487.png.webp" + }, + "title": "Neon Glitch Emoji" + }, + "key": "lswMgaUcFm", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210629/eKRQITwnfT-1624947486.jpg", + "thumbUrlGif": "", + "title": "Neon Glitch Emoji" + }, + { + "detail": { + "key": "V70Vni3gdE", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/S44E3ybxER.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190527/WEmhrg7Nze-1558951679.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190527/IQnpVHloNC-1558951679.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190527/97xrvaQXdi-1558951680.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210715/hYuU6ThqHc-1626338632.png.webp" + }, + "title": "Howling Wolf Moon" + }, + "key": "V70Vni3gdE", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190527/iNYN3Qkb2P-1558951678.jpg", + "thumbUrlGif": "", + "title": "Howling Wolf Moon" + }, + { + "detail": { + "key": "lpSjvAP3VJ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/794B5rz83X.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210923/UfJTQJhJmM-1632392987.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210923/dmwgOzLpYB-1632392987.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210923/RCYttamq6o-1632392988.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210923/gRr6Lidtny-1632392988.png.webp" + }, + "title": "Glow Moon Night" + }, + "key": "lpSjvAP3VJ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210923/05ZqqZeNNv-1632392986.jpg", + "thumbUrlGif": "", + "title": "Glow Moon Night" + }, + { + "detail": { + "key": "z9tnBBpoTy", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/9KdpMtWbab.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210923/Zj7gqet7cn-1632392438.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210923/3XxhyCzZK2-1632392439.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210923/FIlJgSzaMN-1632392440.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210923/0R9HiAcSGT-1632392440.png.webp" + }, + "title": "Neon Tiger Queen" + }, + "key": "z9tnBBpoTy", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210923/6t6QVmIMBJ-1632392438.jpg", + "thumbUrlGif": "", + "title": "Neon Tiger Queen" + }, + { + "detail": { + "key": "ymD5P1kYD1", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/3VnNjJ9Wf7.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210824/bTcTzM5HgK-1629796002.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210824/lpqEEtUe0E-1629796003.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210824/E3ClxODUH9-1629796004.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210824/pQVJU5xl39-1629796003.png.webp" + }, + "title": "Purple Thunder Wolf" + }, + "key": "ymD5P1kYD1", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210824/zABfNVCDDV-1629796002.jpg", + "thumbUrlGif": "", + "title": "Purple Thunder Wolf" + }, + { + "detail": { + "key": "-bglpiWgps", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/LFQLUJFjNA.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210817/5KKi8pRxjT-1629198655.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/Iu0wlqWSyR-1629198656.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/08Of3VL8kp-1629198657.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210817/ccXC0o9sQv-1629198656.png.webp" + }, + "title": "Glitter Lux Diamond" + }, + "key": "-bglpiWgps", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210817/p2YYHPYTDg-1629198655.jpg", + "thumbUrlGif": "", + "title": "Glitter Lux Diamond" + }, + { + "detail": { + "key": "ruV_fGMDfC", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/9vZZIrbqlt.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210817/Dv5nXMCLBI-1629193228.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/vItTbYG067-1629193228.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/ZctlX6dpjs-1629193229.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210817/6jJ61InO09-1629193229.png.webp" + }, + "title": "Cute Gym Donut" + }, + "key": "ruV_fGMDfC", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210817/k56v38tXuh-1629193228.jpg", + "thumbUrlGif": "", + "title": "Cute Gym Donut" + }, + { + "detail": { + "key": "ugBNQPXLKA", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/sOp2DoToFi.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210817/fNAdsJgBK6-1629192809.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/DuZr9tjTQG-1629192809.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/JzR1jWCiKY-1629192810.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210817/iYeFysTuOL-1629192810.png.webp" + }, + "title": "Galaxy White Wolf" + }, + "key": "ugBNQPXLKA", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210817/tpLEJBIRmo-1629192808.jpg", + "thumbUrlGif": "", + "title": "Galaxy White Wolf" + }, + { + "detail": { + "key": "J_C74Ox7k4", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/VNbc1CIJf9.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210708/liqP49cKU8-1625725023.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210708/1yIDMcuXDS-1625725023.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210708/z8JIt9aPHG-1625725024.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210708/7fh2nNob3c-1625725024.png.webp" + }, + "title": "Neon Futuristic" + }, + "key": "J_C74Ox7k4", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210708/wijJ6weSvt-1625725022.jpg", + "thumbUrlGif": "", + "title": "Neon Futuristic" + }, + { + "detail": { + "key": "DQFHxOhLXw", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/5YEfXt2cqh.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210705/In0X70LRhC-1625468002.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210705/nGwj3CRr6S-1625468003.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210705/DvQUJxYCHB-1625468004.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210705/TJb7n82Lpt-1625468003.png.webp" + }, + "title": "Neon Pink Skull" + }, + "key": "DQFHxOhLXw", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210705/rVDgqlshUP-1625468002.jpg", + "thumbUrlGif": "", + "title": "Neon Pink Skull" + }, + { + "detail": { + "key": "UxAG1TIUZ2", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/YIU6CHpLOq.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210614/8gNvELDsfW-1623643231.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210614/qEcD36iKYu-1623643231.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210614/gimeoRwrVk-1623643232.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210614/JPcwAypLSv-1623643232.png.webp" + }, + "title": "Evil Cat Eyes" + }, + "key": "UxAG1TIUZ2", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210614/1sJBMtgMGT-1623643230.jpg", + "thumbUrlGif": "", + "title": "Evil Cat Eyes" + }, + { + "detail": { + "key": "U-xvR3pVtG", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/cgmFTVC9xB.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20180428/LgkhBZhJzs-1524885616.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20180428/xuDPDNhiNr-1524885618.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20180428/QLMudDLUci-1524885622.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210220/sELfw3NGh6-1613789743.png.webp" + }, + "title": "Smoke Colorful Skull" + }, + "key": "U-xvR3pVtG", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20180428/CkNvfT9KoO-1524885612.jpg", + "thumbUrlGif": "", + "title": "Smoke Colorful Skull" + }, + { + "detail": { + "key": "LAlYnqs39g", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/InlyslKWcg.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210809/wTY1xvtq3R-1628490271.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210809/MEuXTl45qU-1628490272.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210809/oyw9B8NB4o-1628490273.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210809/YIJ1ISheVY-1628490273.png.webp" + }, + "title": "Fiery Wolf" + }, + "key": "LAlYnqs39g", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210809/D8B89EJrHc-1628490271.jpg", + "thumbUrlGif": "", + "title": "Fiery Wolf" + }, + { + "detail": { + "key": "d63j8f6CCZ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Q1RMWzQBn3.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210629/i5i2ueEEEx-1624952131.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210629/32jwvD4S2g-1624952132.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210629/yjZqsK2oFL-1624952133.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210629/MPZjmuCyOr-1624952132.png.webp" + }, + "title": "Neon Ghost Crew" + }, + "key": "d63j8f6CCZ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210629/tLQ0bplhL6-1624952130.jpg", + "thumbUrlGif": "", + "title": "Neon Ghost Crew" + }, + { + "detail": { + "key": "SVav455UU_", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Zhg7pvCbSW.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210629/OX18TfAIIw-1624948865.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210629/FKMmYarwKX-1624948866.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210629/P0zTDWZKhL-1624948867.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210629/VUYZaQTDsS-1624948867.png.webp" + }, + "title": "Fire Evil Eye" + }, + "key": "SVav455UU_", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210629/4RM3ozvhgP-1624948865.jpg", + "thumbUrlGif": "", + "title": "Fire Evil Eye" + }, + { + "detail": { + "key": "oQVIP2hMXK", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/DNQ9IjTFsb.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210629/pGW5G0a0ba-1624948785.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210629/v5xdKgNrAe-1624948786.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210629/hjA9NmsJQ3-1624948788.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210629/M8a2RTxYS6-1624948788.png.webp" + }, + "title": "Deity Dragon" + }, + "key": "oQVIP2hMXK", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210629/cj3qyFKQ9S-1624948784.jpg", + "thumbUrlGif": "", + "title": "Deity Dragon" + }, + { + "detail": { + "key": "wZ0i-2iswb", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/hHf4JahppH.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210601/p8PAzZO3ML-1622527786.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210601/6y4bhdDsdL-1622527786.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210601/70gqktKpE1-1622527787.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210601/651fSuas31-1622527787.png.webp" + }, + "title": "Angel Demon Wings" + }, + "key": "wZ0i-2iswb", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210601/GN3c9Jejd2-1622527785.jpg", + "thumbUrlGif": "", + "title": "Angel Demon Wings" + }, + { + "detail": { + "key": "PwqObDmmiZ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/MT6ePQH4UG.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200115/zU1eu8S0ER-1579058278.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200115/khWEAeWXIH-1579058278.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200115/KBiM5F3SR4-1579058280.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200717/PYQYA1dSSJ-1594954793.png.webp" + }, + "title": "Black Neon Kitty" + }, + "key": "PwqObDmmiZ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200115/YJdyWuZ08X-1579058277.jpg", + "thumbUrlGif": "", + "title": "Black Neon Kitty" + }, + { + "detail": { + "key": "0y3ZKCF8ib", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/6xFrxyHpYE.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210616/Tpyim4VbF6-1623829575.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210616/znNm8yb10b-1623829576.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210616/Ckyl7MJEnJ-1623829577.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210616/exMYRxl04n-1623829576.png.webp" + }, + "title": "Neon Green Monster" + }, + "key": "0y3ZKCF8ib", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210616/mh6VwKGXkR-1623829575.jpg", + "thumbUrlGif": "", + "title": "Neon Green Monster" + }, + { + "detail": { + "key": "HFMrspesbO", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/xOcx22O34E.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210616/pqlqS0mbk9-1623825745.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210616/xqqXx3GwMB-1623825746.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210616/TetoWbmeZC-1623825747.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210616/2unHP0lPSe-1623825746.png.webp" + }, + "title": "Silver Cross" + }, + "key": "HFMrspesbO", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210616/tm9br6rusy-1623825744.jpg", + "thumbUrlGif": "", + "title": "Silver Cross" + }, + { + "detail": { + "key": "CEs2FmXX47", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/f2ZYTFsFSo.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210503/vAjnmf6cYO-1620010562.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210503/LO7GQ1jGZT-1620010563.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210503/4tno5QWJf1-1620010564.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210503/Balf6VFUJ1-1620010563.png.webp" + }, + "title": "Burning Rose" + }, + "key": "CEs2FmXX47", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210503/mwuDqY53Rg-1620010562.jpg", + "thumbUrlGif": "", + "title": "Burning Rose" + }, + { + "detail": { + "key": "GoPs7wiweA", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/vosytwqgtH.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210127/vRiPttvudY-1611740673.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210127/PhREBcYRv1-1611740673.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210127/u4zg6n6we0-1611740674.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210127/ndndbPHxyC-1611740674.png.webp" + }, + "title": "Black Red Crack" + }, + "key": "GoPs7wiweA", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210127/ay9ZJnRePj-1611740672.jpg", + "thumbUrlGif": "", + "title": "Black Red Crack" + }, + { + "detail": { + "key": "_ql_04UGFX", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ICs7HcTjuq.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210601/zIv5Pwp0M7-1622538787.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210601/2ApKTy4CEI-1622538788.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210601/Idemq3qDcP-1622538789.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210601/2yNDTLGSBQ-1622538789.png.webp" + }, + "title": "Fire Wolf" + }, + "key": "_ql_04UGFX", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210601/cvT4KApLyO-1622538787.jpg", + "thumbUrlGif": "", + "title": "Fire Wolf" + }, + { + "detail": { + "key": "I_sdGlMVvo", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ASSQFWcKCX.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210413/Mb3cffokkr-1618294639.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210413/KPFvfPFLVS-1618294639.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210413/aavjk4sPGM-1618294640.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210413/TyuvVG9ycv-1618294640.png.webp" + }, + "title": "Color Water Drops" + }, + "key": "I_sdGlMVvo", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210413/i4EnZ3BLvw-1618294638.jpg", + "thumbUrlGif": "", + "title": "Color Water Drops" + }, + { + "detail": { + "key": "2nOViVLlmI", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/BdLrBhNcyX.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210407/YWIDFRLuGU-1617780775.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210407/Zftkl38NMt-1617780776.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210407/cLH6cQBIQO-1617780777.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210407/hHaaYZr5rH-1617780776.png.webp" + }, + "title": "Fiery Hot Music" + }, + "key": "2nOViVLlmI", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210407/Pnd2LE3UZk-1617780775.jpg", + "thumbUrlGif": "", + "title": "Fiery Hot Music" + }, + { + "detail": { + "key": "a0k_GLZV3g", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/EWaAOeZBuB.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210407/QUoCnLWhjH-1617780303.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210407/i5AKpGbTkq-1617780303.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210407/DO5Kv4Aanf-1617780304.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210407/t5vkPYlK3G-1617780304.png.webp" + }, + "title": "Glass Water Drops" + }, + "key": "a0k_GLZV3g", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210407/Jg2AtaY5Ky-1617780302.jpg", + "thumbUrlGif": "", + "title": "Glass Water Drops" + }, + { + "detail": { + "key": "RDJ3rNEkze", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/QmoXerWydX.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210407/WFJsXKAfbP-1617780066.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210407/Lu7cvftQLC-1617780067.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210407/LEPFD4COFH-1617780068.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210407/lXk8ttYrLg-1617780067.png.webp" + }, + "title": "Purple Marble Grain" + }, + "key": "RDJ3rNEkze", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210407/Eb8UUB9vQK-1617780066.jpg", + "thumbUrlGif": "", + "title": "Purple Marble Grain" + }, + { + "detail": { + "key": "LfU6ilXwOo", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Oyv06QimO4.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210407/Om3ttd4BID-1617780203.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210407/6ttFTKMjxA-1617780203.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210407/0MNjaEmxMp-1617780204.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210407/Mt0GUkWB20-1617780204.png.webp" + }, + "title": "Sky Lightning" + }, + "key": "LfU6ilXwOo", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210407/RWeWFwTf4e-1617780202.jpg", + "thumbUrlGif": "", + "title": "Sky Lightning" + }, + { + "detail": { + "key": "4E3dVzlje6", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/3oabrJttED.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210302/S7zCG0ovPg-1614657616.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/C0kAUt76Mk-1614657617.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/TKN50YIGGg-1614657618.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210302/wflDzDLRuw-1614657617.png.webp" + }, + "title": "Purple Planets" + }, + "key": "4E3dVzlje6", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210302/X4KTym7IpF-1614657616.jpg", + "thumbUrlGif": "", + "title": "Purple Planets" + }, + { + "detail": { + "key": "7U8ZH4tIzf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/HHrPUbj9fd.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210122/vaK5IzIQ4H-1611285362.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210122/JVLCn954qT-1611285362.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210122/vq3hoTKsH5-1611285364.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210122/UJmDGuf6Fv-1611285364.png.webp" + }, + "title": "Red Black Tech" + }, + "key": "7U8ZH4tIzf", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210122/kjtVcmJmrK-1611285361.jpg", + "thumbUrlGif": "", + "title": "Red Black Tech" + }, + { + "detail": { + "key": "IhfXWld0r8", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/8BZVi2tpDL.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200623/yBiYucr7Lq-1592899453.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200623/xswrebTofQ-1592899455.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200623/l6T5icFmki-1592899456.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200623/Y7AM7BednH-1592899455.png.webp" + }, + "title": "Flaming Fire" + }, + "key": "IhfXWld0r8", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200623/DJ6AS70H8V-1592899453.jpg", + "thumbUrlGif": "", + "title": "Flaming Fire" + }, + { + "detail": { + "key": "UBT-KioLbO", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/9JpMIz1ETN.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210427/P0HOxv6oG0-1619496351.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210427/0xDnJKoWtJ-1619496352.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210427/LNJWcyBpTe-1619496353.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210427/O7QbBGCPu2-1619496352.png.webp" + }, + "title": "Sparkle Allah" + }, + "key": "UBT-KioLbO", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210427/XHnh54z0aZ-1619496351.jpg", + "thumbUrlGif": "", + "title": "Sparkle Allah" + }, + { + "detail": { + "key": "Fxfp9tperp", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/4orpO5s4V3.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210427/qqsJgWEUqi-1619494788.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210427/jqzktJUk0d-1619494789.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210427/ytbPQuBvBQ-1619494790.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210427/myiigA53qw-1619494790.png.webp" + }, + "title": "Deadly Skull" + }, + "key": "Fxfp9tperp", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210427/kWYYsxUI2o-1619494787.jpg", + "thumbUrlGif": "", + "title": "Deadly Skull" + }, + { + "detail": { + "key": "Nqz15b_5G3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/8ylpTljwuv.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210413/Q0FNMYuXBz-1618294788.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210413/oSzSGrHGF5-1618294788.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210413/Affehfxw3X-1618294789.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210413/jFZgfxqQXj-1618294789.png.webp" + }, + "title": "Wolf Rose" + }, + "key": "Nqz15b_5G3", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210413/1m5YiDWS1o-1618294787.jpg", + "thumbUrlGif": "", + "title": "Wolf Rose" + }, + { + "detail": { + "key": "vldKdkKNkL", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/tSbu8TTZU6.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210408/HhB8hlRJV8-1617872614.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210408/Hkac7ueXXY-1617872615.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210408/i8CcgW6eGP-1617872616.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210408/TdZpzJ0SDz-1617872615.png.webp" + }, + "title": "Crystal Skull" + }, + "key": "vldKdkKNkL", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210408/euEOIPxs8Y-1617872613.jpg", + "thumbUrlGif": "", + "title": "Crystal Skull" + }, + { + "detail": { + "key": "cHVP1dezus", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/wbMt7VmtLS.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210311/q70UK2O6L0-1615457506.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210311/2Bq345bzog-1615457506.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210311/cf66RILgxD-1615457507.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210311/flPvAPoidh-1615457507.png.webp" + }, + "title": "Praise Allah" + }, + "key": "cHVP1dezus", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210311/g5tzqAda1t-1615457505.jpg", + "thumbUrlGif": "", + "title": "Praise Allah" + }, + { + "detail": { + "key": "usOwfMjZ_U", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/aANxOMBxxL.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210420/fRj087XJIf-1618909041.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210420/lkezPZFfP8-1618909041.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210420/RUzSZET4Dm-1618909042.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210420/W6bEQKB5ub-1618909042.png.webp" + }, + "title": "Dark Rose 2" + }, + "key": "usOwfMjZ_U", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210420/yoz4FJhGQq-1618909040.jpg", + "thumbUrlGif": "", + "title": "Dark Rose 2" + }, + { + "detail": { + "key": "AaVARwwHtQ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/xKxKW3oJwp.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210420/aNE0wZ4Tbe-1618908788.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210420/4ELPXOlWKt-1618908789.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210420/84aHCcouw1-1618908790.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210420/xvDC687bMX-1618908790.png.webp" + }, + "title": "Allah Ramadan" + }, + "key": "AaVARwwHtQ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210420/mopBBL7s7x-1618908787.jpg", + "thumbUrlGif": "", + "title": "Allah Ramadan" + }, + { + "detail": { + "key": "ADOlPnPvDl", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/BZ1RI8477h.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210331/Qzn7um9OM3-1617172113.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210331/LRxZAgYf5i-1617172114.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210331/vQphJMr8OZ-1617172115.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210331/Aj07VNAYFR-1617172114.png.webp" + }, + "title": "Flaming Horse" + }, + "key": "ADOlPnPvDl", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210331/EsBwgo8Gd4-1617172113.jpg", + "thumbUrlGif": "", + "title": "Flaming Horse" + }, + { + "detail": { + "key": "MzhAkmYjT3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/mObybVOySF.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210331/p17Lrm0HzQ-1617172070.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210331/tx2lVmLjs5-1617172071.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210331/0Zkc46RVX3-1617172072.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210331/UelpBgzhQt-1617172072.png.webp" + }, + "title": "Glow Dreamcatcher" + }, + "key": "MzhAkmYjT3", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210331/iqMEbjBlgG-1617172070.jpg", + "thumbUrlGif": "", + "title": "Glow Dreamcatcher" + }, + { + "detail": { + "key": "HxfxQeUtl1", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/FcnrYefJzt.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210323/wvUsNHz8E0-1616482283.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210323/BnuXvEd08s-1616482284.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210323/CN5ZBHJ1yL-1616482285.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210323/rsZ9bCepU5-1616482284.png.webp" + }, + "title": "Creepy Demon" + }, + "key": "HxfxQeUtl1", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210323/kwLQoqNS64-1616482283.jpg", + "thumbUrlGif": "", + "title": "Creepy Demon" + }, + { + "detail": { + "key": "hUbJJNVB6r", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/jJ5AM1XtoQ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210323/0KVMwOkuPO-1616481954.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210323/l3n0q1XbO6-1616481955.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210323/rusL8Yikuy-1616481956.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210323/Ck9QY4hdQV-1616481956.png.webp" + }, + "title": "Dreamy Purple Tree" + }, + "key": "hUbJJNVB6r", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210323/29crFnRXMj-1616481953.jpg", + "thumbUrlGif": "", + "title": "Dreamy Purple Tree" + }, + { + "detail": { + "key": "9FWuVIcLZr", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/djWZbOwtIZ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210322/nsBiKdoEXh-1616410099.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210322/FCJ7NGrp2W-1616410099.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210322/A316tYtb7Y-1616410100.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210322/E7axn4MYMa-1616410100.png.webp" + }, + "title": "Gold Kaligrafi" + }, + "key": "9FWuVIcLZr", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210322/z6ACEDKGVz-1616410098.jpg", + "thumbUrlGif": "", + "title": "Gold Kaligrafi" + }, + { + "detail": { + "key": "GVQymqDXkJ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/XFqYddt5TH.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210318/4fVt3IZZxw-1616063850.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210318/IIhA4afqwO-1616063850.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210318/UxL9mWT6EY-1616063851.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210318/I6w5Fp4jF8-1616063851.png.webp" + }, + "title": "Rainbow Neon Stones" + }, + "key": "GVQymqDXkJ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210318/sztTXYSzK2-1616063849.jpg", + "thumbUrlGif": "", + "title": "Rainbow Neon Stones" + }, + { + "detail": { + "key": "Yyy-iAGBJI", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/d0c5lgr42w.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210317/vQWDdezH6s-1615975329.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210317/AVYT2DSPyk-1615975330.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210317/QgqMH4o3QL-1615975331.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210317/pkcPsKzYWO-1615975330.png.webp" + }, + "title": "Golden Eagle" + }, + "key": "Yyy-iAGBJI", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210317/GaCk4IpzYx-1615975329.jpg", + "thumbUrlGif": "", + "title": "Golden Eagle" + }, + { + "detail": { + "key": "1-VK65PONB", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/BwRfxjEO2l.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210315/k32T4gib9f-1615803937.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210315/xQdbfEMLW9-1615803937.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210315/BD3Np1m2Ex-1615803938.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210315/emU6exAtp8-1615803938.png.webp" + }, + "title": "Pink Shiny Foil" + }, + "key": "1-VK65PONB", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210315/mF6bTaEOXs-1615803936.jpg", + "thumbUrlGif": "", + "title": "Pink Shiny Foil" + }, + { + "detail": { + "key": "VcfYGw2yXj", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/dnPOkpfWeZ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201118/SY4YRmwUs2-1605685104.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201118/0c4xhmUTF7-1605685105.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201118/EMaIJYpRtD-1605685106.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201118/O5chGzxxSB-1605685106.png.webp" + }, + "title": "Black Pink Diamonds" + }, + "key": "VcfYGw2yXj", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201118/b0QJRaGAoJ-1605685104.jpg", + "thumbUrlGif": "", + "title": "Black Pink Diamonds" + }, + { + "detail": { + "key": "aYArFvw0Ap", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/U2qy5jooyG.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210317/8J8WwnZFBT-1615963555.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210317/96rMK0LceV-1615963556.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210317/pVnSITmHfX-1615963557.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210317/sim2xUn47q-1615963557.png.webp" + }, + "title": "Neon Blue Doodle" + }, + "key": "aYArFvw0Ap", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210317/W6TIzHN6Qh-1615963555.jpg", + "thumbUrlGif": "", + "title": "Neon Blue Doodle" + }, + { + "detail": { + "key": "N-GJtox9fu", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/KgIyzcGxqp.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210302/N6ooS5OVrt-1614657548.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/Y3gezKoNxA-1614657548.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/uCBfjN3WCQ-1614657549.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210302/8OMCp2jwnf-1614657549.png.webp" + }, + "title": "Stonehenge Lightning" + }, + "key": "N-GJtox9fu", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210302/H2YhFV50oe-1614657547.jpg", + "thumbUrlGif": "", + "title": "Stonehenge Lightning" + }, + { + "detail": { + "key": "HElGnI5WkC", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/62L3CXA5p6.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210302/t6SgVZH6MO-1614657504.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/ifgflpVtOx-1614657504.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/nHkdcDlQWP-1614657505.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210302/DLBseepn1X-1614657505.png.webp" + }, + "title": "Bright Neon Flash" + }, + "key": "HElGnI5WkC", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210302/0FhyVmcTK0-1614657503.jpg", + "thumbUrlGif": "", + "title": "Bright Neon Flash" + }, + { + "detail": { + "key": "9Y2hZ_MRDZ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Klc3SFh8SQ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210302/bDeez6FUKo-1614656006.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/fm92vNgh5Z-1614656006.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210302/uV5bvTdYpw-1614656008.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210302/lLG6qSrSCC-1614656007.png.webp" + }, + "title": "Red Neon Skates" + }, + "key": "9Y2hZ_MRDZ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210302/FRgfnHZfzF-1614656005.jpg", + "thumbUrlGif": "", + "title": "Red Neon Skates" + }, + { + "detail": { + "key": "FR9wMJypR3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/3DlnjDPtkt.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210224/BSPUc7iieY-1614148007.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210224/xOUwKU5oUv-1614148007.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210224/MpvdrlUDQw-1614148008.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210224/KexAbO6nDF-1614148008.png.webp" + }, + "title": "Rainbow Color Skull" + }, + "key": "FR9wMJypR3", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210224/kcewTikkTX-1614148006.jpg", + "thumbUrlGif": "", + "title": "Rainbow Color Skull" + }, + { + "detail": { + "key": "-KNmcF1eov", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/qbFGtn4jOQ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210224/dWCYFgmrLX-1614147708.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210224/8WP3jAv47X-1614147709.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210224/iVhziKuxbu-1614147711.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210224/wN8uyaLDQC-1614147710.png.webp" + }, + "title": "Bitcoin Dollar" + }, + "key": "-KNmcF1eov", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210224/PpD0xxR8ue-1614147707.jpg", + "thumbUrlGif": "", + "title": "Bitcoin Dollar" + }, + { + "detail": { + "key": "-HPEIc5cd1", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/U9tb6qrRqo.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210224/cdzzTofLzc-1614147669.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210224/sMfBweqaUn-1614147670.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210224/eLUuhrhL7b-1614147671.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210224/jZgpcGcQFi-1614147671.png.webp" + }, + "title": "Cool Neon Blue Wolf" + }, + "key": "-HPEIc5cd1", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210224/Oie2tSNdHH-1614147668.jpg", + "thumbUrlGif": "", + "title": "Cool Neon Blue Wolf" + }, + { + "detail": { + "key": "yrm7A4IqnC", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/FN18emsEBy.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210120/uAMFcEtdKE-1611115146.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210120/ezVgQwJWTp-1611115146.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210120/kfF9iL8kwF-1611115147.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210120/zmIvRH5MHr-1611115147.png.webp" + }, + "title": "Lonely Man Sunset" + }, + "key": "yrm7A4IqnC", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210120/oaVaPI9Ln8-1611115145.jpg", + "thumbUrlGif": "", + "title": "Lonely Man Sunset" + }, + { + "detail": { + "key": "LlS7UwXV5J", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/wbvoWvWwoK.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210105/tbVAIz2InF-1609843215.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210105/eX94jDXWFX-1609843215.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210105/1utBf4HF4G-1609843216.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210105/nwRnoXVCU8-1609843216.png.webp" + }, + "title": "Happy Face Melt" + }, + "key": "LlS7UwXV5J", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210105/n9q1f1neOD-1609843214.jpg", + "thumbUrlGif": "", + "title": "Happy Face Melt" + }, + { + "detail": { + "key": "Q9FCrqO0Sf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/VpqvsLxQ4d.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201229/xEFf459xUI-1609237348.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/U1GiQdNAyq-1609237348.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/ihC6tYndIJ-1609237349.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211029/wmwY9TFsAO-1635477027.png.webp" + }, + "title": "Scary Zombie Skull" + }, + "key": "Q9FCrqO0Sf", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201229/9Lw7FM4BTi-1609237347.jpg", + "thumbUrlGif": "", + "title": "Scary Zombie Skull" + }, + { + "detail": { + "key": "qKQZ4gBQg-", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/WQuy1xTwWI.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201209/qyJA22QUI0-1607507225.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201209/0wPjBuwEia-1607507226.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201209/GXQjpS9eNF-1607507227.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201209/QZbfGnTorX-1607507227.png.webp" + }, + "title": "Fire Blue Tiger" + }, + "key": "qKQZ4gBQg-", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201209/DkKztzQrKP-1607507224.jpg", + "thumbUrlGif": "", + "title": "Fire Blue Tiger" + }, + { + "detail": { + "key": "hB6pR7K3UG", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/NdzPQzRNM8.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201208/4mV5zl1CxA-1607417707.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/7lOi0Tc5P7-1607417709.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/f2SeIq6CGt-1607417711.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201208/dEj3Uxhbqp-1607417710.png.webp" + }, + "title": "Diamond Laser" + }, + "key": "hB6pR7K3UG", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201208/Mxi7tV0akE-1607417707.jpg", + "thumbUrlGif": "", + "title": "Diamond Laser" + }, + { + "detail": { + "key": "-3-tEUVlWV", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230420/8aUE01qWsK-1681973316.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1681973324661_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1681973325146_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1681973326028_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1681973325630_ic_notif_120*120.png.webp" + }, + "title": "Cracked Kitty Screen" + }, + "key": "-3-tEUVlWV", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1681973323281_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cracked Kitty Screen" + }, + { + "detail": { + "key": "ovdBQOg2D4", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/RUlCJBQFJf.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210114/vRECPCRjPn-1610616878.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210114/SrnDzkBFAo-1610616878.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210114/NWok20uOT7-1610616879.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210114/o2CgY3Lbin-1610616879.png.webp" + }, + "title": "Fiery Neon Tiger" + }, + "key": "ovdBQOg2D4", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210114/ASc3Ykdim8-1610616877.jpg", + "thumbUrlGif": "", + "title": "Fiery Neon Tiger" + }, + { + "detail": { + "key": "THxPXFfzcT", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/JJwaIGU51E.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201223/9Aqx30ORpU-1608704454.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/AfxDPsT9oL-1608704455.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/6GozZjsMHF-1608704456.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201223/f2ZBcRNcsB-1608704456.png.webp" + }, + "title": "Glitter Star Unicorn" + }, + "key": "THxPXFfzcT", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201223/hjNF4QP7zD-1608704454.jpg", + "thumbUrlGif": "", + "title": "Glitter Star Unicorn" + }, + { + "detail": { + "key": "B-puUm8nXH", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ngVCO9jX2U.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201223/WjwD8IiOGy-1608704371.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/J50SKi8lNA-1608704372.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/nn1A6dvXpy-1608704373.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201223/2QCkPC5gWw-1608704373.png.webp" + }, + "title": "Glitter Rainbow" + }, + "key": "B-puUm8nXH", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201223/3k6qXKFiAu-1608704371.jpg", + "thumbUrlGif": "", + "title": "Glitter Rainbow" + }, + { + "detail": { + "key": "6Gm5sLLUmo", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/okljKn0Zlj.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201123/gxZcrP0fgC-1606122077.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201123/BeDTjLZsDA-1606122077.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201123/4QaiMzf7zz-1606122078.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201123/gNB7ygjDMh-1606122078.png.webp" + }, + "title": "Graffiti Skull Paint" + }, + "key": "6Gm5sLLUmo", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201123/fFYHZbaSNZ-1606122076.jpg", + "thumbUrlGif": "", + "title": "Graffiti Skull Paint" + }, + { + "detail": { + "key": "MJhws7vAQ_", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/tViwLm2VTG.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200915/CYh7eikNBi-1600140836.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200915/734n3s5C5l-1600140837.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200915/B0KLwGDsvQ-1600140838.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200915/auJtNaAZ7f-1600140838.png.webp" + }, + "title": "Neon Glow Stars" + }, + "key": "MJhws7vAQ_", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200915/BlY73K6AMq-1600140836.jpg", + "thumbUrlGif": "", + "title": "Neon Glow Stars" + }, + { + "detail": { + "key": "8dhSPgEB1Y", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/lbJYKrwoP5.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191107/gztbFHFU2R-1573121945.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191107/YwyhcjmWQT-1573121945.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191107/A2WpglR5ow-1573121947.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200601/5zW5GX72yI-1590999045.png.webp" + }, + "title": "Neon Broken Glass" + }, + "key": "8dhSPgEB1Y", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191107/uhmmqeq4wj-1573121944.jpg", + "thumbUrlGif": "", + "title": "Neon Broken Glass" + }, + { + "detail": { + "key": "rMvtVS-Fp6", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/zGBNCYyuRT.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210407/dSzTCOK9Pu-1617780568.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210407/7s7znx0YcS-1617780568.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210407/JqvaNotSqo-1617780569.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210407/wENXeulTfu-1617780569.png.webp" + }, + "title": "Roses Skull" + }, + "key": "rMvtVS-Fp6", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210407/WezLgTwfv5-1617780567.jpg", + "thumbUrlGif": "", + "title": "Roses Skull" + }, + { + "detail": { + "key": "WSEG7eq103", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ZObEOf90TF.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210127/MzcTn7COgb-1611740307.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210127/N745NVhjaS-1611740308.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210127/VGXWuuh6WE-1611740309.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210127/zcoxDAWHlr-1611740308.png.webp" + }, + "title": "Angel Devil Love" + }, + "key": "WSEG7eq103", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210127/kgM1Gb7Ely-1611740306.jpg", + "thumbUrlGif": "", + "title": "Angel Devil Love" + }, + { + "detail": { + "key": "Su3qo8cRhl", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/D0rHgvSCIq.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210120/lhZk73dsiX-1611139597.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210120/zBW0dKs5gA-1611139598.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210120/JPQtEbgTen-1611139598.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210120/yAdj3byw3l-1611139598.png.webp" + }, + "title": "Fierce Tiger Black" + }, + "key": "Su3qo8cRhl", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210120/CH5RN6qtMS-1611139597.jpg", + "thumbUrlGif": "", + "title": "Fierce Tiger Black" + }, + { + "detail": { + "key": "mhuQf4jBJ-", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/cdWTYqih1S.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210118/AosyFF8Rjc-1610967892.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210118/bnfRs3GLCB-1610967893.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210118/ZmxwbIQJlr-1610967894.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210118/YIMerP7AxE-1610967893.png.webp" + }, + "title": "Pineapple Teen Skull" + }, + "key": "mhuQf4jBJ-", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210118/M53j3pk571-1610967892.jpg", + "thumbUrlGif": "", + "title": "Pineapple Teen Skull" + }, + { + "detail": { + "key": "sncWXak-Tr", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/jVRdYC0rzW.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201216/hhuvjZjYOq-1608103063.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201216/6dyVB9BXoL-1608103063.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201216/L1Fi9HNb9g-1608103064.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201216/nXuMGldzuE-1608103064.png.webp" + }, + "title": "Golden Spider" + }, + "key": "sncWXak-Tr", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201216/M8egg10JZh-1608103062.jpg", + "thumbUrlGif": "", + "title": "Golden Spider" + }, + { + "detail": { + "key": "yFbARtVRlD", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/1arwLseGjH.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201208/9g1q5QdFFt-1607418088.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/DihUjzjoGY-1607418089.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/AYO2LAddCF-1607418090.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201208/pGHBlbOnWU-1607418089.png.webp" + }, + "title": "Neon Skates" + }, + "key": "yFbARtVRlD", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201208/6eloTsLaoT-1607418088.jpg", + "thumbUrlGif": "", + "title": "Neon Skates" + }, + { + "detail": { + "key": "fBZc_39HV9", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/FpGiSVZP9z.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201119/FC5C9J88pj-1605784159.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201119/fvbDBupib6-1605784160.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201119/MaB2uq55KE-1605784161.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201119/6ZktKsXA81-1605784160.png.webp" + }, + "title": "Galaxy Neon Wolf" + }, + "key": "fBZc_39HV9", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201119/Rq9yvVGKHf-1605784158.jpg", + "thumbUrlGif": "", + "title": "Galaxy Neon Wolf" + }, + { + "detail": { + "key": "k1N5Dpw5Pc", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/iLp1LaYb6S.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200707/txKwLwD7O9-1594109115.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200707/JQo3uMVHWh-1594109116.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200707/D7o2wo8thl-1594109117.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200707/cwhvGdlIwI-1594109116.png.webp" + }, + "title": "Shattered Screen" + }, + "key": "k1N5Dpw5Pc", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200707/2Iuf1UCZSI-1594109114.jpg", + "thumbUrlGif": "", + "title": "Shattered Screen" + }, + { + "detail": { + "key": "yygahBluqU", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/nUMsb0zspS.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200603/3QgrscAQZJ-1591153475.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200603/QAJBaz8fuj-1591153476.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200603/EgkHAqSa5C-1591153477.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200603/RG00hO9VKy-1591153477.png.webp" + }, + "title": "Sparkle Lights" + }, + "key": "yygahBluqU", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200603/dDAP8ehd6K-1591153475.jpg", + "thumbUrlGif": "", + "title": "Sparkle Lights" + }, + { + "detail": { + "key": "VeM_HNNP0b", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/1Y7bF1Ag9c.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200108/VUynF7tPi0-1578482547.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200108/ThkijLrOx4-1578482548.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200108/BMMTalQCZP-1578482549.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201013/BPavvM0aNv-1602558030.png.webp" + }, + "title": "Broken Heart Emoji" + }, + "key": "VeM_HNNP0b", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200108/ltPCXs26qv-1578482547.jpg", + "thumbUrlGif": "", + "title": "Broken Heart Emoji" + }, + { + "detail": { + "key": "Lj9GyIt0Zn", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Nux3oIlNbv.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210105/YApIpOxKs3-1609843389.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210105/OiYasB0mXt-1609843389.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210105/SyCqH0pCbh-1609843390.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210105/24UGhaiUzk-1609843390.png.webp" + }, + "title": "Galaxy Lion" + }, + "key": "Lj9GyIt0Zn", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210105/Qpkn9COC7r-1609843388.jpg", + "thumbUrlGif": "", + "title": "Galaxy Lion" + }, + { + "detail": { + "key": "0UISAfA59V", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/cI2KJCVWO6.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201125/1hVrZ2JJXI-1606293000.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201125/DidPZTgKGq-1606293000.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201125/pPPr1RBkHX-1606293001.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201125/4y2olmRbb8-1606293001.png.webp" + }, + "title": "Dreamcatcher Stars" + }, + "key": "0UISAfA59V", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201125/DanRaWGCNG-1606292999.jpg", + "thumbUrlGif": "", + "title": "Dreamcatcher Stars" + }, + { + "detail": { + "key": "6Q5nv_MiZ4", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/b2wRB5M04U.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201117/Do1lZ4lYdi-1605605452.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/F1lMwOuny9-1605605452.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/QMd0Y7JpHR-1605605453.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201117/yVie4oPOVG-1605605453.png.webp" + }, + "title": "Colorful Lion" + }, + "key": "6Q5nv_MiZ4", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201117/4siMvFSEzp-1605605451.jpg", + "thumbUrlGif": "", + "title": "Colorful Lion" + }, + { + "detail": { + "key": "o8cNvtDc-G", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/GovnEbEPZd.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201117/8OVcV8JHsn-1605604425.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/xEH7Vk9jGh-1605604426.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/szBKIYZFxV-1605604427.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201117/63SEt1GnvF-1605604426.png.webp" + }, + "title": "Glowing Money" + }, + "key": "o8cNvtDc-G", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201117/TKzm6NWLPy-1605604424.jpg", + "thumbUrlGif": "", + "title": "Glowing Money" + }, + { + "detail": { + "key": "wH37_vVaGd", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/NUDfEJPiYK.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201110/dVwANdXaYJ-1604998431.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201110/MKeE14LWux-1604998431.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201110/17zQrbOxH6-1604998432.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201110/bufaREDlBd-1604998432.png.webp" + }, + "title": "Neon Smile Sun" + }, + "key": "wH37_vVaGd", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201110/a8x6Dk4AOZ-1604998430.jpg", + "thumbUrlGif": "", + "title": "Neon Smile Sun" + }, + { + "detail": { + "key": "HZ0ZONAOJt", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/e53Ys5Xa0o.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201104/xIdwKYU8u8-1604487537.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201104/rhhZ8ROFtU-1604487538.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201104/XfWSlLnnnd-1604487540.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201104/i8hVcNwltj-1604487539.png.webp" + }, + "title": "Melting Galaxy Diamond" + }, + "key": "HZ0ZONAOJt", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201104/vjDFEreXxg-1604487536.jpg", + "thumbUrlGif": "", + "title": "Melting Galaxy Diamond" + }, + { + "detail": { + "key": "K0rnunwCQO", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/MIUaBPmzni.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210120/VLOqYRxXk6-1611115106.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210120/mGLSRd21HG-1611115107.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210120/7hzTFNOCh3-1611115108.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210120/8mt2yKDDQk-1611115107.png.webp" + }, + "title": "Jesus Heartbeat" + }, + "key": "K0rnunwCQO", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210120/x5bDInJKjg-1611115106.jpg", + "thumbUrlGif": "", + "title": "Jesus Heartbeat" + }, + { + "detail": { + "key": "wb_lNDT49Y", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/WVj4ImZoP2.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201208/Jb1eLC10VA-1607414027.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/vKUsbNafDs-1607414027.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/WXvF3iVYP7-1607414028.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201208/5s9ZT1YiDt-1607414028.png.webp" + }, + "title": "Golden Money" + }, + "key": "wb_lNDT49Y", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201208/JYbONPd2BI-1607414026.jpg", + "thumbUrlGif": "", + "title": "Golden Money" + }, + { + "detail": { + "key": "JdFdXzvmDA", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/8XRS5D3ixl.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201201/5VEsVbszdh-1606804690.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201201/cNE6d8d4uj-1606804690.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201201/sjNCLu5krv-1606804691.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201201/sKq7KZ0mEi-1606804691.png.webp" + }, + "title": "Neon Pink Wolf" + }, + "key": "JdFdXzvmDA", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201201/VMnzVLvGtd-1606804689.jpg", + "thumbUrlGif": "", + "title": "Neon Pink Wolf" + }, + { + "detail": { + "key": "p65VfYbUWW", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/iAU6iRDwNZ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201201/9XkqfnHJlY-1606804537.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201201/f4JEyIgDvs-1606804537.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201201/lqFQJ0htVP-1606804538.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201201/eFrdE7AtYk-1606804538.png.webp" + }, + "title": "Roaring Neon Tiger" + }, + "key": "p65VfYbUWW", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201201/i0AAYazHcS-1606804536.jpg", + "thumbUrlGif": "", + "title": "Roaring Neon Tiger" + }, + { + "detail": { + "key": "OY8nru1QW6", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/GVFAkirUzc.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201126/RTQj8URV9e-1606379658.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201126/8jHFrJJQBO-1606379659.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201126/fdRlYSxq7M-1606379660.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201126/bdotsAEbNg-1606379659.png.webp" + }, + "title": "Cracked Tiger Screen" + }, + "key": "OY8nru1QW6", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201126/yPlVXyxkXp-1606379658.jpg", + "thumbUrlGif": "", + "title": "Cracked Tiger Screen" + }, + { + "detail": { + "key": "fWlbdECIA3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/I5Bo5K11wC.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201027/EpndW1K229-1603791494.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201027/6pH5kXsiYF-1603791496.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201027/It2BUdJ1Mo-1603791498.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201027/qaKiZKbVmt-1603791497.png.webp" + }, + "title": "Tiger Flames" + }, + "key": "fWlbdECIA3", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201027/2klPm8aKFl-1603791493.jpg", + "thumbUrlGif": "", + "title": "Tiger Flames" + }, + { + "detail": { + "key": "9NDSQEQCc1", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Bj4vzMVEW2.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201027/rm5dn90N2c-1603791272.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201027/GFkKXs70V3-1603791273.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201027/6lOgCmuwaT-1603791275.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201027/WZgp45Xj2D-1603791274.png.webp" + }, + "title": "Color Splash" + }, + "key": "9NDSQEQCc1", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201027/tFSPJDBW04-1603791272.jpg", + "thumbUrlGif": "", + "title": "Color Splash" + }, + { + "detail": { + "key": "1mFHltH_h5", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/eaAmYHE3SN.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201027/Im2dbYU38m-1603790588.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201027/WXlE9or7Zl-1603790589.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201027/duEt9w7un4-1603790591.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201027/qwOj8UkGv7-1603790590.png.webp" + }, + "title": "Blue Cybertech" + }, + "key": "1mFHltH_h5", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201027/e1CnR0jBMm-1603790587.jpg", + "thumbUrlGif": "", + "title": "Blue Cybertech" + }, + { + "detail": { + "key": "9HV6gdQ0gs", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/orhIfTg4UB.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201019/XLhb5KIevf-1603106550.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201019/10yoOUY8jU-1603106551.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201019/KKiLVoE4w4-1603106552.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201019/ZgiNn8jVCY-1603106552.png.webp" + }, + "title": "Neon Blue Lion" + }, + "key": "9HV6gdQ0gs", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201019/goLKy6aE0P-1603106550.jpg", + "thumbUrlGif": "", + "title": "Neon Blue Lion" + }, + { + "detail": { + "key": "6njzh7Mzwv", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Ws9WWA037X.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200805/jpemlRo0Du-1596611478.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200805/0WqEG69wDR-1596611479.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200805/9xWo5s13pN-1596611480.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200805/kh5B5ykoxy-1596611479.png.webp" + }, + "title": "Sneaky Neon Cat" + }, + "key": "6njzh7Mzwv", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200805/K0VRzv3EEv-1596611478.jpg", + "thumbUrlGif": "", + "title": "Sneaky Neon Cat" + }, + { + "detail": { + "key": "_jBVD3dp-m", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/MvUe6zx7pN.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200630/wdQxDXmnwA-1593498940.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200630/TcpPeGdxSM-1593498940.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200630/LkAD7Rhznb-1593498942.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200630/vPwzLNZwdR-1593498941.png.webp" + }, + "title": "Scary Lightning Wolf 2" + }, + "key": "_jBVD3dp-m", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200630/iIwl7oHG9F-1593498939.jpg", + "thumbUrlGif": "", + "title": "Scary Lightning Wolf 2" + }, + { + "detail": { + "key": "8NL6bhuZT8", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/jhQkf8JzoY.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20180830/BLaD2I0Y6d-1535622410.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20180830/M0u9vRDeXP-1535622412.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20180830/02EcJWzaDq-1535622417.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201229/wDPpwsi1XX-1609234011.png.webp" + }, + "title": "Speed Racing Sports Car" + }, + "key": "8NL6bhuZT8", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20180830/3UcZ4vvp9I-1535622406.jpg", + "thumbUrlGif": "", + "title": "Speed Racing Sports Car" + }, + { + "detail": { + "key": "eBr-57Rqhy", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/9Ca0AySDT8.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210127/Rqus9nVOq1-1611740523.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210127/BYpIBhc22S-1611740524.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210127/iTN2l21mGB-1611740524.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210127/BGz0Vq84eP-1611740524.png.webp" + }, + "title": "Chess Queen" + }, + "key": "eBr-57Rqhy", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210127/v6Zq4Pd4sf-1611740523.jpg", + "thumbUrlGif": "", + "title": "Chess Queen" + }, + { + "detail": { + "key": "biv14lxi9T", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/oUOP57d9VL.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201110/LmEg4qI3YQ-1604999113.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201110/lU5qdjhLhB-1604999113.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201110/FMFQ0iFaZf-1604999114.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201110/ub4MozWLub-1604999114.png.webp" + }, + "title": "Doodle Heart Beat" + }, + "key": "biv14lxi9T", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201110/jAZkNb6hGF-1604999112.jpg", + "thumbUrlGif": "", + "title": "Doodle Heart Beat" + }, + { + "detail": { + "key": "75qokz63B_", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/aQOLKxPsFz.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201104/PLTtdg78vJ-1604479916.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201104/fGl2oDZkNn-1604479917.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201104/Yz7yPvRbmA-1604479918.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201104/rHyT5XYHlh-1604479918.png.webp" + }, + "title": "Trippy Cash" + }, + "key": "75qokz63B_", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201104/xGbSj9vI9L-1604479916.jpg", + "thumbUrlGif": "", + "title": "Trippy Cash" + }, + { + "detail": { + "key": "GtQ1mQwpKK", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/kZwzpJFOtG.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201014/sqhNB9Kfkf-1602685562.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201014/LZVyWQUXnA-1602685563.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201014/leBQAC42r4-1602685564.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201014/O5px0VaHmM-1602685564.png.webp" + }, + "title": "Flying Dollars" + }, + "key": "GtQ1mQwpKK", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201014/9kX5T994jt-1602685562.jpg", + "thumbUrlGif": "", + "title": "Flying Dollars" + }, + { + "detail": { + "key": "w_hFbZdH6I", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/zD2e0SK8Dx.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190606/JmhhtNY34d-1559807765.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190606/LBlnzLVkS8-1559807765.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190606/y2FfCNJ0SN-1559807766.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200615/R6WtHjCiRn-1592206224.png.webp" + }, + "title": "Lightning Neon Lion" + }, + "key": "w_hFbZdH6I", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190606/BuBg5MKbnj-1559807764.jpg", + "thumbUrlGif": "", + "title": "Lightning Neon Lion" + }, + { + "detail": { + "key": "wfpAQ8m7wp", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/IYyVQ2MQ4w.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210127/aftgwKUaxF-1611741127.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210127/rknlvZH3Wo-1611741128.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210127/4AOgEJAGvK-1611741129.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210127/tN4eYuDLEb-1611741129.png.webp" + }, + "title": "Black Sports Car" + }, + "key": "wfpAQ8m7wp", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210127/Meuc2xh9p0-1611741127.jpg", + "thumbUrlGif": "", + "title": "Black Sports Car" + }, + { + "detail": { + "key": "sXaxHFN_DV", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/F81uYq1SFc.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190311/LO5S8Gi1f9-1552290175.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190311/jQ5gfAPw4Q-1552290178.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190311/a5SCssPGi0-1552290183.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211203/-IohKZ9TVI-1638512107.png.webp" + }, + "title": "Glitter Allah" + }, + "key": "sXaxHFN_DV", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190410/ed4xZarAu1-1554880297.jpg", + "thumbUrlGif": "", + "title": "Glitter Allah" + }, + { + "detail": { + "key": "w9S6Ky05h3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/QiIEL6Sm7q.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201013/ZRCQVsCHhY-1602572433.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201013/Eogl3gqA1b-1602572434.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201013/0sBf55saeP-1602572435.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201013/eVb7WPNtAO-1602572435.png.webp" + }, + "title": "Evil Skull Wings" + }, + "key": "w9S6Ky05h3", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201013/dQMNrPqE5I-1602572433.jpg", + "thumbUrlGif": "", + "title": "Evil Skull Wings" + }, + { + "detail": { + "key": "RFKYd8Jsjq", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/GSvnzFbiSy.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210125/Ac261mPXAI-1611573673.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210125/4Yhnj060Rk-1611573673.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210125/tPOGMEh77s-1611573674.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210125/h9xDa6J5Hd-1611573674.png.webp" + }, + "title": "Magic Neon Symbols" + }, + "key": "RFKYd8Jsjq", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210125/jI6tCbYd0E-1611573672.jpg", + "thumbUrlGif": "", + "title": "Magic Neon Symbols" + }, + { + "detail": { + "key": "91DbUYLAzA", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/HBH2fw9ti1.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200929/RzbpkJbypE-1601374471.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200929/agCWon1fjU-1601374472.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200929/6RPrKuIXtk-1601374473.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200929/rtlGD2Mf4B-1601374472.png.webp" + }, + "title": "Evil Owl Wings" + }, + "key": "91DbUYLAzA", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200929/c5MqniDqPX-1601374471.jpg", + "thumbUrlGif": "", + "title": "Evil Owl Wings" + }, + { + "detail": { + "key": "34F6-6bV7k", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/DZN067h3M5.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200921/kjY39klmTl-1600684851.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200921/6mwBhOdod3-1600684851.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200921/TJ1I89ml7b-1600684852.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200921/5HMQbV0A1c-1600684852.png.webp" + }, + "title": "Cracked 3D Glass" + }, + "key": "34F6-6bV7k", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200921/SPoLDNN2LR-1600684850.jpg", + "thumbUrlGif": "", + "title": "Cracked 3D Glass" + }, + { + "detail": { + "key": "6SVPmRuNX2", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/lMAGDw4fWA.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200917/TBjelENb0e-1600324397.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200917/mVtO6DZs4A-1600324398.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200917/Su2STcTuxQ-1600324399.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200917/Q5jL34oS0l-1600324398.png.webp" + }, + "title": "Neon Wolf Blue" + }, + "key": "6SVPmRuNX2", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200917/2VmF5eRnbk-1600324397.jpg", + "thumbUrlGif": "", + "title": "Neon Wolf Blue" + }, + { + "detail": { + "key": "hdqE0z-nJq", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/C0oNsbr3Ny.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200915/Qn7R0hMS1Z-1600141891.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200915/NpMdKENi2u-1600141892.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200915/9pwCNkiuxo-1600141893.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200915/t33UrQ6T3H-1600141892.png.webp" + }, + "title": "Wild Tiger Eyes" + }, + "key": "hdqE0z-nJq", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200915/VuHt07G25b-1600141891.jpg", + "thumbUrlGif": "", + "title": "Wild Tiger Eyes" + }, + { + "detail": { + "key": "NumcASOBHF", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/tvv0dVmIAr.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200824/JIZyCYGsFg-1598264343.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200824/lDXWnt6Vlc-1598264344.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200824/SKxUOqtIGq-1598264345.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200824/ty7TO6TUz4-1598264345.png.webp" + }, + "title": "Black Business SMS" + }, + "key": "NumcASOBHF", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200824/52PGRtM76a-1598264343.jpg", + "thumbUrlGif": "", + "title": "Black Business SMS" + }, + { + "detail": { + "key": "P1CsIYtPvf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/sajwaOyh48.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210127/djxSf0XlSp-1611740480.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210127/cEWm6eXWBp-1611740480.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210127/by86u0Qchy-1611740482.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210127/EhDNOpQfy8-1611740481.png.webp" + }, + "title": "Rich Girl" + }, + "key": "P1CsIYtPvf", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210127/9yqCrx2aqI-1611740479.jpg", + "thumbUrlGif": "", + "title": "Rich Girl" + }, + { + "detail": { + "key": "yZlzhqNsjS", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/li0Hen58gd.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201020/bpDnA8sZAI-1603190205.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201020/mkDW7PxNVP-1603190206.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201020/7EpOE05EAA-1603190207.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201020/ai3XDQTrUC-1603190207.png.webp" + }, + "title": "Street Art Graffiti" + }, + "key": "yZlzhqNsjS", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201020/xTPooxtNNS-1603190205.jpg", + "thumbUrlGif": "", + "title": "Street Art Graffiti" + }, + { + "detail": { + "key": "9wi-OoOh_q", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/cEqhczY8n0.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200825/3AvuWcxsXo-1598342138.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200825/xxW3pTR4kF-1598342138.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200825/hb78AxvWsM-1598342139.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200825/i4kVa9MLAw-1598342139.png.webp" + }, + "title": "Neon Gamer" + }, + "key": "9wi-OoOh_q", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200825/JPTYYbq0jE-1598342137.jpg", + "thumbUrlGif": "", + "title": "Neon Gamer" + }, + { + "detail": { + "key": "oupJoylYR2", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Sa1uCy2ENO.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190723/ZZPbSM501D-1563878487.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190723/LPcuprmfhy-1563878488.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190723/zTZcaZj3UL-1563878489.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190723/O0SIlNekmg-1563878488.png.webp" + }, + "title": "Angry Emoji" + }, + "key": "oupJoylYR2", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190723/qMxSRMh34K-1563878487.jpg", + "thumbUrlGif": "", + "title": "Angry Emoji" + }, + { + "detail": { + "key": "AvxLR2f-Wy", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/xaSehH0v69.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200616/cAqwjlSKkL-1592290441.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200616/2DzdUG25O8-1592290441.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200616/CWHwGWj2gQ-1592290443.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200616/k7OsTP0AD8-1592290442.png.webp" + }, + "title": "Neon Cool Lion" + }, + "key": "AvxLR2f-Wy", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200616/cMbrrTmyrK-1592290440.jpg", + "thumbUrlGif": "", + "title": "Neon Cool Lion" + }, + { + "detail": { + "key": "mzdYGuYgtX", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/FIbDx7r84b.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200930/TbJs1shBsk-1601461337.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200930/0rHAjONM4N-1601461338.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200930/iOpE0PsG48-1601461339.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200930/NJtwc5JeXi-1601461339.png.webp" + }, + "title": "Neon Owl" + }, + "key": "mzdYGuYgtX", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200930/ABcCdnhGd2-1601461337.jpg", + "thumbUrlGif": "", + "title": "Neon Owl" + }, + { + "detail": { + "key": "m0Uz8SOa10", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/d8y9v2doGu.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200902/z6FzQbcWTR-1599029784.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200902/hrb2NzlNpL-1599029785.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200902/RE6kvbIAJM-1599029786.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200902/923rokZlCN-1599029785.png.webp" + }, + "title": "Burning Dollars" + }, + "key": "m0Uz8SOa10", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200902/IrAtIkjNhe-1599029784.jpg", + "thumbUrlGif": "", + "title": "Burning Dollars" + }, + { + "detail": { + "key": "5UUeXCmnYx", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/3kEW82Do1w.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201027/wa1N27qCo7-1603792298.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201027/LpJOOkslvt-1603792299.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201027/wNvAzqjLvO-1603792300.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201027/MFksflzftQ-1603792300.png.webp" + }, + "title": "Fire Skull DJ" + }, + "key": "5UUeXCmnYx", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201027/TsjHlAgpsO-1603792298.jpg", + "thumbUrlGif": "", + "title": "Fire Skull DJ" + }, + { + "detail": { + "key": "OLUYkvc5J9", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/PMJbtX0w1Q.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20230131/49juwGnfCz-1675138473.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20230131/DUjVkoj733-1675138473.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20230131/clIK6FrFW5-1675138474.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20230131/QpYhsWumk1-1675138474.png.webp" + }, + "title": "Cool Dark Vampire" + }, + "key": "OLUYkvc5J9", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20230131/d3ol62xVdW-1675138473.jpg", + "thumbUrlGif": "", + "title": "Cool Dark Vampire" + }, + { + "detail": { + "key": "oHOrqwl4cS", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/ZIqpOurch0.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220823/EanjxoiQBp-1661221019.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220823/TZEff4n5w8-1661221020.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220823/u6X6ssJk0E-1661221021.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220823/Jfg59yW6b9-1661221020.png.webp" + }, + "title": "Cool Broken Screen" + }, + "key": "oHOrqwl4cS", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220823/LrbNiSfeMS-1661221019.jpg", + "thumbUrlGif": "", + "title": "Cool Broken Screen" + }, + { + "detail": { + "key": "r5OoY00DNi", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/QoTYuBbumf.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220719/H4EI7BrtsV-1658202410.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220719/q421mQZiCC-1658202411.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220719/GV0ycOZK2Z-1658202411.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220719/SeuG0avh3E-1658202411.png.webp" + }, + "title": "Cool Fire Phoenix" + }, + "key": "r5OoY00DNi", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220719/c5mWhxaZKB-1658202410.jpg", + "thumbUrlGif": "", + "title": "Cool Fire Phoenix" + }, + { + "detail": { + "key": "QjP3spJ-1q", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/fVcVOOsgXT.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210727/50xPbGZpzB-1627372097.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210727/r1FQxyPPcM-1627372098.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210727/XtvG9DBAKZ-1627372100.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210727/R35ZUybDRS-1627372100.png.webp" + }, + "title": "NYC Landscape" + }, + "key": "QjP3spJ-1q", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210727/x8DTnB39Q3-1627372096.jpg", + "thumbUrlGif": "", + "title": "NYC Landscape" + }, + { + "detail": { + "key": "HUnkD9xjfh", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/NgkSMpsQK3.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200914/IHtqqKDgoh-1600081360.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200914/oDJ65xpeb6-1600081361.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200914/hd3poemRP8-1600081362.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200914/Pr2NkVqQZX-1600081361.png.webp" + }, + "title": "Savior Jesus Christ" + }, + "key": "HUnkD9xjfh", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200914/mUl9Dg6mbX-1600081360.jpg", + "thumbUrlGif": "", + "title": "Savior Jesus Christ" + }, + { + "detail": { + "key": "qt0J960F1Q", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/RZW95uOEe2.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200908/jjiT1sO5cS-1599548652.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200908/7VbGC3Wm8E-1599548653.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200908/1NJDmjzote-1599548654.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200908/RxnyKSHA3H-1599548654.png.webp" + }, + "title": "Neon Night Wolf" + }, + "key": "qt0J960F1Q", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200908/MwuE4OL6LI-1599548651.jpg", + "thumbUrlGif": "", + "title": "Neon Night Wolf" + }, + { + "detail": { + "key": "BU69heWKnQ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/2SG2653r2G.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200813/pSI8l0uN6L-1597302947.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200813/JZYNqH16H5-1597302948.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200813/808JSp5e5o-1597302949.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200813/NckyI3oiKa-1597302949.png.webp" + }, + "title": "Fire Hell Skull" + }, + "key": "BU69heWKnQ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200813/IgTbm4LRhJ-1597302947.jpg", + "thumbUrlGif": "", + "title": "Fire Hell Skull" + }, + { + "detail": { + "key": "liPBZhiTBh", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/SOLoOsBoAw.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200805/yunTdJ31Be-1596611714.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200805/pg6kqawEOC-1596611714.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200805/czzvnNJ6zh-1596611715.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200805/t03nmBAJ08-1596611715.png.webp" + }, + "title": "Neon Skull Life" + }, + "key": "liPBZhiTBh", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200805/FnsHcpU3GM-1596611713.jpg", + "thumbUrlGif": "", + "title": "Neon Skull Life" + }, + { + "detail": { + "key": "KG1st0uKDk", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/fHvsjVZgUx.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200805/GICe9S7KNi-1596611614.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200805/VIgzHLdon2-1596611615.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200805/g56w2YkqKT-1596611616.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200805/3AX52Vv2eq-1596611616.png.webp" + }, + "title": "Crown Skull King" + }, + "key": "KG1st0uKDk", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200805/OvwXVrbtSq-1596611613.jpg", + "thumbUrlGif": "", + "title": "Crown Skull King" + }, + { + "detail": { + "key": "VZ3ywUXtmb", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/G7nI4JxVe6.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200805/G6hQ11d2mE-1596611567.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200805/jLFsl9l3gA-1596611567.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200805/zKbz7VmlV0-1596611568.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211029/wBByWlh45I-1635477056.png.webp" + }, + "title": "Silky Black" + }, + "key": "VZ3ywUXtmb", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200805/12gvBEJcPh-1596611566.jpg", + "thumbUrlGif": "", + "title": "Silky Black" + }, + { + "detail": { + "key": "mMCKPpPZlU", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/dPq6u5Q8ni.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200805/KaA6YYhwhf-1596611096.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200805/iRVkcLavyS-1596611097.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200805/VEQv7EumiF-1596611098.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200805/Qxw1eu5xCw-1596611097.png.webp" + }, + "title": "Neon CyberPunk Car" + }, + "key": "mMCKPpPZlU", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200805/2lBqC7Rl8a-1596611095.jpg", + "thumbUrlGif": "", + "title": "Neon CyberPunk Car" + }, + { + "detail": { + "key": "rq_CziGadl", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ihRa9G64jP.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200729/a3wA8SGF1x-1596007531.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200729/YmnXGpGYWp-1596007532.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200729/Te4I6clVHQ-1596007533.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200729/c4Gp3kAWVE-1596007533.png.webp" + }, + "title": "Blue Lightning" + }, + "key": "rq_CziGadl", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200729/McmMrjg2X3-1596007531.jpg", + "thumbUrlGif": "", + "title": "Blue Lightning" + }, + { + "detail": { + "key": "zvjmhez2y-", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/7PkCIKdVEt.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200729/D89pGRkcVR-1596007080.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200729/ThlLYmnYDl-1596007080.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200729/nt0C7sUy1l-1596007082.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200729/7PtvaLax0G-1596007081.png.webp" + }, + "title": "Skull Rose Black" + }, + "key": "zvjmhez2y-", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200729/dpULxt03aV-1596007079.jpg", + "thumbUrlGif": "", + "title": "Skull Rose Black" + }, + { + "detail": { + "key": "AAGAO9GZwv", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/9hkdLoDf5e.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200721/OeqxbVQCDB-1595325223.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200721/woBlFwd3tv-1595325224.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200721/iHlkB5LVsK-1595325225.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200721/aX4sox30xu-1595325224.png.webp" + }, + "title": "Golden Dollar Sign" + }, + "key": "AAGAO9GZwv", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200721/33zPoW1Jhe-1595325223.jpg", + "thumbUrlGif": "", + "title": "Golden Dollar Sign" + }, + { + "detail": { + "key": "lMMxWJPi2a", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/vmmQgroh3B.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200630/8AvYkTa3oZ-1593498870.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200630/4yKVX4DUm4-1593498870.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200630/Ydkd2epwEB-1593498871.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200630/A9btblYHBE-1593498871.png.webp" + }, + "title": "Green Neon Skull" + }, + "key": "lMMxWJPi2a", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200630/qBDrerm8uR-1593498869.jpg", + "thumbUrlGif": "", + "title": "Green Neon Skull" + }, + { + "detail": { + "key": "-arGcnppNj", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/uBvTWNo5JG.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200616/DsxH0VrAre-1592289841.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200616/LevqFdkkhr-1592289842.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200616/DiX1RG8Yzn-1592289843.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200616/L3RcN34UwC-1592289843.png.webp" + }, + "title": "Rose Gold Skull" + }, + "key": "-arGcnppNj", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200616/nD79jSSJoh-1592289841.jpg", + "thumbUrlGif": "", + "title": "Rose Gold Skull" + }, + { + "detail": { + "key": "27G2f0aCpV", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/QwsFEowPZf.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200520/ngCBLaD2hG-1589941259.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200520/vAZpg4MzEH-1589941260.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200520/Avk6l7pkyD-1589941261.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200520/5ozsLnvXF3-1589941260.png.webp" + }, + "title": "Neon Wolf 2" + }, + "key": "27G2f0aCpV", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200520/5sFawhJDwk-1589941258.jpg", + "thumbUrlGif": "", + "title": "Neon Wolf 2" + }, + { + "detail": { + "key": "U5zD_LmRxz", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/9RjkgILhCD.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200331/PaKPsogSPN-1585652019.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200331/5mcqBI1W6V-1585652019.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200331/6XQVoVAplR-1585652021.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200331/ye3nhjxkku-1585652020.png.webp" + }, + "title": "Neon Devil Cat" + }, + "key": "U5zD_LmRxz", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200331/9KsTA6sjAZ-1585652018.jpg", + "thumbUrlGif": "", + "title": "Neon Devil Cat" + }, + { + "detail": { + "key": "Kidwv97TCD", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/KaGha49IWq.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200219/Z218nsq8Ry-1582113317.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200219/X1ycORhmTR-1582113318.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200219/GXTKNpJ2l5-1582113319.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200219/JV9WaUSnvM-1582113319.png.webp" + }, + "title": "Angry Face 3D Emoji" + }, + "key": "Kidwv97TCD", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200219/IDKczv45sN-1582113317.jpg", + "thumbUrlGif": "", + "title": "Angry Face 3D Emoji" + }, + { + "detail": { + "key": "g2E_Mw4DlJ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Nb1V4CqjWk.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200219/HubUF1sRGi-1582112836.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200219/sEqt74RqT1-1582112836.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200219/LbR1eBnNlk-1582112837.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200219/V0tL4TgC26-1582112837.png.webp" + }, + "title": "Sparkle Flash Chat" + }, + "key": "g2E_Mw4DlJ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200219/9Ialze4ZUh-1582112835.jpg", + "thumbUrlGif": "", + "title": "Sparkle Flash Chat" + }, + { + "detail": { + "key": "4ducqz0kir", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ZaexxtUtNF.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200217/qMoTV9T7Hr-1581939665.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200217/1HtY8137c4-1581939666.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200217/PTpa5ZMoVC-1581939667.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200217/Sb9ojZ5wBJ-1581939667.png.webp" + }, + "title": "Fiery Ghost Skull" + }, + "key": "4ducqz0kir", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200217/esjgbrNwZQ-1581939665.jpg", + "thumbUrlGif": "", + "title": "Fiery Ghost Skull" + }, + { + "detail": { + "key": "a65jyoPUg5", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Of2R1RHJIx.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191211/igj3V4BXYJ-1576052488.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191211/Z4iMKuiubs-1576052489.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191211/yEHpa2Ezix-1576052490.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20191211/PJcpvi2AY2-1576052489.png.webp" + }, + "title": "Blue Neon Tech" + }, + "key": "a65jyoPUg5", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191211/zf187yj0WA-1576052488.jpg", + "thumbUrlGif": "", + "title": "Blue Neon Tech" + }, + { + "detail": { + "key": "9QLvDMw0xy", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ChFl6dHNYv.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191114/tWBm4Pwp3i-1573726939.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191114/6xjoc7x3C7-1573726940.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191114/hiscPa3yRo-1573726941.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20191114/1Ik7DSljY3-1573726941.png.webp" + }, + "title": "Neon Tech 3D" + }, + "key": "9QLvDMw0xy", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191114/0pISSl9mMC-1573726939.jpg", + "thumbUrlGif": "", + "title": "Neon Tech 3D" + }, + { + "detail": { + "key": "HkZvCuqXB3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/QOamvY9yop.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190712/TIol0K8RTZ-1562924938.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190712/TFLZpOy2GX-1562924939.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190712/jC7mvxXPsb-1562924940.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190712/hl99kZmZkD-1562924940.png.webp" + }, + "title": "Evil Eyes" + }, + "key": "HkZvCuqXB3", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190712/K5aUqXD12l-1562924938.jpg", + "thumbUrlGif": "", + "title": "Evil Eyes" + }, + { + "detail": { + "key": "R07Rh9vJPg", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/dx9wwDIomw.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190509/KAhcJqMl6T-1557391844.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190509/WhzVZplgRj-1557391848.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190509/sWogOJx7zM-1557391855.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190509/4bzsY2omz7-1557391853.png.webp" + }, + "title": "Angry Owl Art" + }, + "key": "R07Rh9vJPg", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190509/ESz5oRwAFJ-1557391842.jpg", + "thumbUrlGif": "", + "title": "Angry Owl Art" + }, + { + "detail": { + "key": "f1ruTJaj-y", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/UyYhAhy8LF.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190225/qw2MQwHvVr-1551080550.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190225/115EbBe0YU-1551080552.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190225/UUdDO5k9KI-1551080555.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210106/qwpXoOQIKk-1609928877.png.webp" + }, + "title": "Neon Wolf New" + }, + "key": "f1ruTJaj-y", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190225/ttqqFplTPw-1551080548.jpg", + "thumbUrlGif": "", + "title": "Neon Wolf New" + }, + { + "detail": { + "key": "kAhoHJeGyW", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/U8CkKWovHT.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190212/Ms5etrEfUC-1549967431.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190212/Gstw0NhaOz-1549967433.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190212/MJja9u7Xtb-1549967435.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210617/u7TWklcE1J-1623927721.png.webp" + }, + "title": "Devil Owl" + }, + "key": "kAhoHJeGyW", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190212/xYBRIid1Gl-1549967428.jpg", + "thumbUrlGif": "", + "title": "Devil Owl" + }, + { + "detail": { + "key": "FsIPx8g3wN", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/1yd5ABJJim.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190131/xeszfl36wn-1548916902.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190131/HsFZtOFE7p-1548916905.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190131/JtxmNOr9Ig-1548916908.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200717/cDpOcGkBdX-1594954323.png.webp" + }, + "title": "Red Lightning" + }, + "key": "FsIPx8g3wN", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190131/QCoy0xnWKq-1548916900.jpg", + "thumbUrlGif": "", + "title": "Red Lightning" + }, + { + "detail": { + "key": "y0WS6hykr4", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/uUuAxXr1xd.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200429/HY1UmP9uLA-1588143096.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200429/0SGk3wnvt7-1588143097.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200429/wREC4mnu7U-1588143098.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210617/xrY--abOfl-1623925214.png.webp" + }, + "title": "Black White Business" + }, + "key": "y0WS6hykr4", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200429/dbNRSEHoVv-1588143096.jpg", + "thumbUrlGif": "", + "title": "Black White Business" + }, + { + "detail": { + "key": "GIKyOCXvNt", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/8nRhTkodwf.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200212/jZblhNpjVB-1581507159.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200212/LzOX91VOYt-1581507160.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200212/OSTghAFseP-1581507161.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200212/JAu5MTiOru-1581507160.png.webp" + }, + "title": "Flaming Ice Skull" + }, + "key": "GIKyOCXvNt", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200212/XrVMhTklg1-1581507158.jpg", + "thumbUrlGif": "", + "title": "Flaming Ice Skull" + }, + { + "detail": { + "key": "um71yFLbTU", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/5DEIry9k3Z.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20180322/vt6daZ7bHL-1521697937.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20180322/6qSZzqCMUv-1521697940.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20180322/MFfayb3weZ-1521697945.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201204/L8H22WZ-uz-1607076121.png.webp" + }, + "title": "Galaxy Wild Wolf" + }, + "key": "um71yFLbTU", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20180322/IuSHFGTHit-1521697933.jpg", + "thumbUrlGif": "", + "title": "Galaxy Wild Wolf" + }, + { + "detail": { + "key": "zOsUbg06aa", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/TJsQzJnAwz.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20171226/fJtw5yAhFv-1514286104.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20171226/f4SDUr2W9G-1514286110.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20180208/BJZoD0Le1H-1518083486.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200526/q5yYPZ1tdn-1590461067.png.webp" + }, + "title": "Blue Flame Skull" + }, + "key": "zOsUbg06aa", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20171226/8huLKs8czt-1514286108.jpg", + "thumbUrlGif": "", + "title": "Blue Flame Skull" + }, + { + "detail": { + "key": "olkFWa4f_p", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/5wH82rWmBC.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200302/5IXY0BUgnU-1583146474.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200302/zoHfFo57o2-1583146475.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200302/zm3pWE3mx5-1583146476.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210524/3iXv9ViDXg-1621838807.png.webp" + }, + "title": "Colorful Wolf" + }, + "key": "olkFWa4f_p", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200302/uRbueMTOEz-1583146474.jpg", + "thumbUrlGif": "", + "title": "Colorful Wolf" + }, + { + "detail": { + "key": "Ufw16bg9Xo", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/46LYgxyzdh.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20171115/srw1e9VRHU-1510742451.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20180817/NJGmyIvwEQ-1534489299.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20180201/FownhPR8k3-1517478489.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200803/c5VIIgEB2q-1596453642.png.webp" + }, + "title": "Holy Jesus" + }, + "key": "Ufw16bg9Xo", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20180117/H_PBgrnfLL-1516184234.jpg", + "thumbUrlGif": "", + "title": "Holy Jesus" + }, + { + "detail": { + "key": "xbpV8Mva40", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/FJN0nsZGSD.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20171108/iTob8avyu0-1510140096.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20171121/DoevZRJbGd-1511246065.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20180130/bT3vaFxJtb-1517280055.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20180130/bRbfvSnWIY-1517280051.jpg.webp" + }, + "title": "Fire Skull" + }, + "key": "xbpV8Mva40", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190410/lQkDVLjw9N-1554880241.jpg", + "thumbUrlGif": "", + "title": "Fire Skull" + }, + { + "detail": { + "key": "GwH5Kt6eoW", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/QJavKZWYq0.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20171019/j5kZPT4vmQ-1508412968.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20180920/ncLxwEkj4d-1537427480.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20180130/8H9AYFDbwi-1517280895.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200814/MSmDiry2ZR-1597392412.png.webp" + }, + "title": "Neon Wolf" + }, + "key": "GwH5Kt6eoW", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20180920/RNLzTHAboF-1537427474.jpg", + "thumbUrlGif": "", + "title": "Neon Wolf" + }, + { + "detail": { + "key": "C6cUlkpm", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/DLgc5TkDF9.7z", + "img": "https://cdn.kikakeyboard.com/image/2017081053489950.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/image/2017081053995799.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210413/iBJkJqnkIX-1618282078.png.webp" + }, + "title": "Fire Tiger" + }, + "key": "C6cUlkpm", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20180712/HRUcOT41vS-1531365447.jpg", + "thumbUrlGif": "", + "title": "Fire Tiger" + } + ] + }, + { + "parent_name": "Festival", + "keyboard_list": [ + { + "detail": { + "key": "WYumzTHTpF", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/paJeAidB5f.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211214/SZvDwSZrC1-1639482427.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211214/dBYW63zMuk-1639482428.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211214/aZma9ymRQf-1639482429.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211214/avXNTj1Rpj-1639482428.png.webp" + }, + "title": "Neon Christmas Tree" + }, + "key": "WYumzTHTpF", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211214/4ZCX3TH6lO-1639482427.jpg", + "thumbUrlGif": "", + "title": "Neon Christmas Tree" + }, + { + "detail": { + "key": "3gWJlFewoh", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/79tyyaq566.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221115/h0H0BIlYD4-1668483461.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221115/zrLV9597lu-1668483461.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221115/pOOTLtgj1T-1668483462.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221115/D6OvqASeTJ-1668483462.png.webp" + }, + "title": "Xmas Nightmare Jack" + }, + "key": "3gWJlFewoh", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221115/MpmOQb8TQH-1668483460.jpg", + "thumbUrlGif": "", + "title": "Xmas Nightmare Jack" + }, + { + "detail": { + "key": "f5bQHP5zgr", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/xUaCrTs6SU.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221221/7nTELEDAu1-1671609550.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221221/MbNHcLDRcW-1671609551.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221221/kTqnDDU4so-1671609552.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221221/Lsqo5taqpD-1671609552.png.webp" + }, + "title": "Xmas Crystal Melody" + }, + "key": "f5bQHP5zgr", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221221/wsEnv6wpRV-1671609550.jpg", + "thumbUrlGif": "", + "title": "Xmas Crystal Melody" + }, + { + "detail": { + "key": "57aea830507943bb9005f485ce80afc6", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231212/ppmLUuxRlE-1702348569.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348576195_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348576592_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348577475_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348577051_ic_notif_120*120.png.webp" + }, + "title": "Cute Xmas Bear" + }, + "key": "57aea830507943bb9005f485ce80afc6", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1702348574968_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Xmas Bear" + }, + { + "detail": { + "key": "PMPTmE9bzR", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/nnSbYh6Iyc.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221220/cjgDfIW0Gx-1671508259.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221220/UEYfVHySzw-1671508260.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221220/J2G8tef0CY-1671508261.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221220/p9dsQgS0Ke-1671508260.png.webp" + }, + "title": "Dab Xmas Skull" + }, + "key": "PMPTmE9bzR", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221220/BbksCIj4Dl-1671508259.jpg", + "thumbUrlGif": "", + "title": "Dab Xmas Skull" + }, + { + "detail": { + "key": "B5g8qHjDZa", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/HZKjSvGuoj.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221115/l4gZIuZGqH-1668483388.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221115/Kwr5w7ykVX-1668483389.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221115/JCDNAhNYBf-1668483389.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221115/Ui412vJBGy-1668483389.png.webp" + }, + "title": "Xmas Candy Stitch" + }, + "key": "B5g8qHjDZa", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221115/xlNlZrFEnU-1668483388.jpg", + "thumbUrlGif": "", + "title": "Xmas Candy Stitch" + }, + { + "detail": { + "key": "rGp24f8y1x", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/SNx11cpaZ4.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211222/tpsVumufB1-1640154414.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211222/ER33ery3Mx-1640154415.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211222/DVosRnNLjJ-1640154416.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211222/llJgUWLj3W-1640154415.png.webp" + }, + "title": "Merry Xmas Gravity" + }, + "key": "rGp24f8y1x", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211222/UsnZgFzhNT-1640154414.jpg", + "thumbUrlGif": "", + "title": "Merry Xmas Gravity" + }, + { + "detail": { + "key": "C4AoY5xjhC", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/sNRvEwHadz.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221128/0lHERRqHOB-1669651011.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221128/Igqvz9Kgvy-1669651011.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221128/8MXPaXUCFg-1669651012.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221128/IErmYMpvEF-1669651011.png.webp" + }, + "title": "Cool Dark Xmas Jack" + }, + "key": "C4AoY5xjhC", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221128/dMS184xg0T-1669651010.jpg", + "thumbUrlGif": "", + "title": "Cool Dark Xmas Jack" + }, + { + "detail": { + "key": "Ywlyh8LWPR", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/JOTddqWKJY.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191205/VvKcwmw9QM-1575536529.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191205/XIYvviRRd4-1575536530.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191205/PwgLR8C35u-1575536531.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201120/HAoY4xsxup-1605864463.png.webp" + }, + "title": "Red Christmas" + }, + "key": "Ywlyh8LWPR", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191205/UQhqMqWhRm-1575536528.jpg", + "thumbUrlGif": "", + "title": "Red Christmas" + }, + { + "detail": { + "key": "hpU_GaxfcZ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/XQG8XBMnXZ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201125/lhtHF1GWtH-1606293070.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201125/dsFrIOCv46-1606293070.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201125/nLWWU7qLxe-1606293071.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201125/95NhXEKpfU-1606293071.png.webp" + }, + "title": "Santa Christmas" + }, + "key": "hpU_GaxfcZ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201125/B8YpJLPPqQ-1606293069.jpg", + "thumbUrlGif": "", + "title": "Santa Christmas" + }, + { + "detail": { + "key": "JSu7VDbcO-", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/tIiJBlTG7r.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20220719/bc2TDJT7Wi-1658202431.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20220719/FlZVSbo71s-1658202432.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20220719/Cb7P1HkngZ-1658202432.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20220719/VBKFdWEtrS-1658202432.png.webp" + }, + "title": "Christmas Winter" + }, + "key": "JSu7VDbcO-", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20220719/TVWA5OMy3r-1658202431.jpg", + "thumbUrlGif": "", + "title": "Christmas Winter" + }, + { + "detail": { + "key": "8foJsZfjcI", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/cqFJhIkNva.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201216/nUFDcVntts-1608102917.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201216/pGesXj4k3A-1608102917.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201216/vO1z59gC9n-1608102918.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201216/Wi76VF2iqj-1608102918.png.webp" + }, + "title": "Cute Christmas Girl" + }, + "key": "8foJsZfjcI", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201216/kOu3mLi5r2-1608102916.jpg", + "thumbUrlGif": "", + "title": "Cute Christmas Girl" + }, + { + "detail": { + "key": "e6UgDAcPOo", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/eTRuMQI8Kk.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191217/DxfKMuSF6L-1576579458.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191217/e8py8fOY92-1576579459.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191217/mpzJAmRn0N-1576579460.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211124/iP2OSMbdFM-1637747401.png.webp" + }, + "title": "Gold Red Christmas" + }, + "key": "e6UgDAcPOo", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191217/d8ZUmKHfxR-1576579457.jpg", + "thumbUrlGif": "", + "title": "Gold Red Christmas" + }, + { + "detail": { + "key": "4y0riXPxA3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/VTmZIaiJtz.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201117/nTTRjeD1Yh-1605605272.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/KFo8zpxzDy-1605605272.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201117/CVZQ86zkV3-1605605273.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211231/y-4bDng2Yv-1640941263.png.webp" + }, + "title": "Neon Green Christmas" + }, + "key": "4y0riXPxA3", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201117/JQQdCTiNin-1605605271.jpg", + "thumbUrlGif": "", + "title": "Neon Green Christmas" + }, + { + "detail": { + "key": "SpUs-tjnaY", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/xHK4ZPqyaR.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191205/FERVnfwWCV-1575536578.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191205/zYbdAttyOh-1575536579.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191205/5jVCu7QZQa-1575536580.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20191205/ToEvjQIPIA-1575536580.jpg.webp" + }, + "title": "Holy Christmas" + }, + "key": "SpUs-tjnaY", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191205/P2Xw5yJmo4-1575536578.jpg", + "thumbUrlGif": "", + "title": "Holy Christmas" + }, + { + "detail": { + "key": "OYKEpXss3B", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/K17AeNb8hE.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221121/CkIBYrvRIG-1669041365.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221121/9F1AV2DyYW-1669041366.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221121/wBz4h0qwYQ-1669041366.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221121/l9ce5PQOcz-1669041366.png.webp" + }, + "title": "Merry Xmas Sing" + }, + "key": "OYKEpXss3B", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221121/HSxr5LlYuq-1669041365.jpg", + "thumbUrlGif": "", + "title": "Merry Xmas Sing" + }, + { + "detail": { + "key": "ICh8er0kl9", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/WZs23hk5fN.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191205/hl70bLAaRd-1575534706.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191205/jK6scgnm2g-1575534707.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191205/IdD7dCZmR9-1575534707.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201019/JnjTvn6Hqd-1603091368.png.webp" + }, + "title": "Blue Christmas" + }, + "key": "ICh8er0kl9", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191205/ZhH9lVsetX-1575534706.jpg", + "thumbUrlGif": "", + "title": "Blue Christmas" + }, + { + "detail": { + "key": "hQFiPByGHo", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/DZlEqa6p1j.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211123/M3ERH8h1Hm-1637636913.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211123/m5sdBsdFmP-1637636914.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211123/lIEVvka9wY-1637636915.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211123/bwW77zTYJW-1637636914.png.webp" + }, + "title": "Pink Christmas" + }, + "key": "hQFiPByGHo", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211123/hgkvJj4fFs-1637636913.jpg", + "thumbUrlGif": "", + "title": "Pink Christmas" + }, + { + "detail": { + "key": "pNMSFgapTe", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ndfWuQoSLk.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191205/QZx5yuViMc-1575536708.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191205/79PqOvA8ht-1575536709.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191205/qWoVWUhvbg-1575536710.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210204/Fq2vJiSWY7-1612421665.png.webp" + }, + "title": "Christmas Unicorn" + }, + "key": "pNMSFgapTe", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191205/QXWkeHHYLS-1575536707.jpg", + "thumbUrlGif": "", + "title": "Christmas Unicorn" + }, + { + "detail": { + "key": "K2ROmbM6oL", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/82lmlQ5LLz.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201208/F1wCVGrxG5-1607417520.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/DmPfggBj7w-1607417520.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201208/ttOJaXhpTh-1607417522.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201208/FjzrPL4bXO-1607417522.png.webp" + }, + "title": "Happy Red Christmas" + }, + "key": "K2ROmbM6oL", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201208/zV9wvvZwW4-1607417519.jpg", + "thumbUrlGif": "", + "title": "Happy Red Christmas" + }, + { + "detail": { + "key": "EnMvuNHOog", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/lkEUqmva3T.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200403/wo9PUFHSKd-1585880202.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200403/2hjmvQRaC6-1585880203.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200403/N1RhtEt0Gb-1585880204.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210402/uFHHvmvZqq-1617356902.png.webp" + }, + "title": "Easter Eggs" + }, + "key": "EnMvuNHOog", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200403/H4ZVBam2LA-1585880202.jpg", + "thumbUrlGif": "", + "title": "Easter Eggs" + }, + { + "detail": { + "key": "EuEkOSTC68", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/9HZ5Vh2rlh.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200403/7XbnmrPfiR-1585880177.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200403/ZURxU5iKQG-1585880177.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200403/7fsLunFeMo-1585880178.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200918/Z4Iiz4rM8Z-1600412529.png.webp" + }, + "title": "Easter Day" + }, + "key": "EuEkOSTC68", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200403/HZsBS3472h-1585880176.jpg", + "thumbUrlGif": "", + "title": "Easter Day" + }, + { + "detail": { + "key": "6uwBBpsHvZ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/oYPI5HIcV9.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201223/MEj79wdKqT-1608704968.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/VtTS4OKPyS-1608704969.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/lLZWhqmQ2y-1608704970.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201223/papmJkTUci-1608704970.png.webp" + }, + "title": "Gingerbread Man" + }, + "key": "6uwBBpsHvZ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201223/GlCmLiyecB-1608704968.jpg", + "thumbUrlGif": "", + "title": "Gingerbread Man" + }, + { + "detail": { + "key": "hQuaDshbph", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/y61EZKEe8Y.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201223/ygkxmQT6lZ-1608705006.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/pSyfXAXFEJ-1608705007.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201223/rSnfHHUWuM-1608705008.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201223/1xUUWWKpGJ-1608705007.png.webp" + }, + "title": "Christmas Lights" + }, + "key": "hQuaDshbph", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201223/we3G3qhclf-1608705006.jpg", + "thumbUrlGif": "", + "title": "Christmas Lights" + }, + { + "detail": { + "key": "oPofZyGfPi", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/dWw08adPNu.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221108/H18FHPU1fm-1667877080.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221108/PRjJ4YaLmN-1667877081.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221108/jt6Yc5cmiH-1667877082.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221108/4ZnAq2ehj8-1667877081.png.webp" + }, + "title": "Cute Dab Santa" + }, + "key": "oPofZyGfPi", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221108/94ziUmChYg-1667877080.jpg", + "thumbUrlGif": "", + "title": "Cute Dab Santa" + }, + { + "detail": { + "key": "gc_Kfck_un", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/EDi7I5KuT4.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221108/i2IODD2OBY-1667877030.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221108/NEJVAyBztQ-1667877030.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221108/HbnmjfNB3R-1667877031.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221108/yOUtXbE5jz-1667877031.png.webp" + }, + "title": "Crystal Xmas Tree" + }, + "key": "gc_Kfck_un", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221108/CbHwya8wXy-1667877030.jpg", + "thumbUrlGif": "", + "title": "Crystal Xmas Tree" + }, + { + "detail": { + "key": "hwgs3yAk_G", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/pdZd3EoZui.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201217/aE3rhaKSib-1608200186.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201217/mYt9dp8nNO-1608200186.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201217/tAQkTeuqUe-1608200187.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201217/DfjdJykJGL-1608200187.png.webp" + }, + "title": "Christmas Kiss" + }, + "key": "hwgs3yAk_G", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201217/FGwbOjYoBV-1608200185.jpg", + "thumbUrlGif": "", + "title": "Christmas Kiss" + }, + { + "detail": { + "key": "1NNIA8alZp", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Q626SxeN95.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201216/d3QeAmcsGR-1608102956.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201216/aqyAsUlYG9-1608102957.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201216/LGOaR0wkXQ-1608102958.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201216/Bor2ZOybhZ-1608102957.png.webp" + }, + "title": "Christmas Santa" + }, + "key": "1NNIA8alZp", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201216/cpeXlJQlg7-1608102956.jpg", + "thumbUrlGif": "", + "title": "Christmas Santa" + }, + { + "detail": { + "key": "RuSujF7O_l", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/XYGau3j4td.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201216/B24SLOZitr-1608102787.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201216/kBnEq18eFF-1608102788.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201216/EaOnzxkVlc-1608102789.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201216/iT01bymFzU-1608102788.png.webp" + }, + "title": "Simple Christmas" + }, + "key": "RuSujF7O_l", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201216/MXYNIoDs1p-1608102787.jpg", + "thumbUrlGif": "", + "title": "Simple Christmas" + }, + { + "detail": { + "key": "Tklcfvnio8", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/OWeoYQhv1x.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191205/oPDG4Mvdhk-1575536501.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191205/gT4YYQh9zR-1575536502.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191205/Yxz7YiVVSR-1575536503.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201204/-W-HR5s_Pv-1607076921.png.webp" + }, + "title": "Xmas Reindeer" + }, + "key": "Tklcfvnio8", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221219/F2JZAO67Cm-1671432210.jpg", + "thumbUrlGif": "", + "title": "Xmas Reindeer" + }, + { + "detail": { + "key": "BmcOgoBaSi", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/FUuTluDWTv.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221220/FJoCQosYXB-1671508238.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221220/A7pwuab2ho-1671508238.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221220/ldhYzol82L-1671508424.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221220/GoSXOT84MS-1671508426.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221220/8VHPQh9W6V-1671508239.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221220/G03l1K3Rui-1671508239.png.webp" + }, + "title": "Santa Rudolph Live" + }, + "key": "BmcOgoBaSi", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221220/pxI6IOFsg2-1671508237.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221220/GoSXOT84MS-1671508426.gif.webp", + "title": "Santa Rudolph Live" + }, + { + "detail": { + "key": "ihhi6-Y5VG", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/wEavspypJX.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221220/usDnRzDkiJ-1671508233.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221220/G9M5x9unfi-1671508233.jpg.webp", + "imgGif": "https://cdn.kikakeyboard.com/terminal/online/20221220/tegCEuFR2h-1671508393.gif.webp", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20221220/GZ2qqLFuFb-1671508396.gif.webp", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221220/MqYhADRud4-1671508234.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221220/zbyhhdWhMi-1671508234.png.webp" + }, + "title": "Dancing Santa Live" + }, + "key": "ihhi6-Y5VG", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221220/lFexU7xhd0-1671508232.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20221220/GZ2qqLFuFb-1671508396.gif.webp", + "title": "Dancing Santa Live" + }, + { + "detail": { + "key": "IyoE6Gpxbe", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/087oMt3KGO.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200918/y8MiYhdsso-1600417910.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200918/GZPRmayraP-1600417911.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200918/PYfo9HkNfe-1600417912.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201123/8Q4Ljv5hkC-1606127728.png.webp" + }, + "title": "Heart Thanksgiving" + }, + "key": "IyoE6Gpxbe", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201123/dW2qGBYAno-1606127721.jpg", + "thumbUrlGif": "", + "title": "Heart Thanksgiving" + }, + { + "detail": { + "key": "AWsGPz38RS", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Oit4ljIT8J.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191119/Y2fy5YrAnA-1574132329.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191119/lTTu3liqTF-1574132329.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191119/l4oWAh0GnS-1574132331.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20191119/0ZrkZxvlOm-1574132330.png.webp" + }, + "title": "Thanksgiving Day New" + }, + "key": "AWsGPz38RS", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191119/GbhXPLloFk-1574132328.jpg", + "thumbUrlGif": "", + "title": "Thanksgiving Day New" + }, + { + "detail": { + "key": "yNiBqSsG_b", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/tzsd1h6Kl3.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200918/eqrCnPaN8g-1600417943.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200918/3NX72LkP7g-1600417944.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200918/GgShWbl4cA-1600417945.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200918/A65w5ui2Gi-1600417945.png.webp" + }, + "title": "Thanksgiving Happy" + }, + "key": "yNiBqSsG_b", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200918/IVSjU9kRbE-1600417943.jpg", + "thumbUrlGif": "", + "title": "Thanksgiving Happy" + }, + { + "detail": { + "key": "Q8DoB0yPHQ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/2Pw4eb9V2X.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200715/tMsfqAS811-1594811063.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200715/a4VGHQtTyb-1594811064.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200715/ppccjyPQlK-1594811065.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200715/4DDnFBuwHS-1594811064.png.webp" + }, + "title": "Happy Emoji Day" + }, + "key": "Q8DoB0yPHQ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200715/KiiLgMwESy-1594811063.jpg", + "thumbUrlGif": "", + "title": "Happy Emoji Day" + }, + { + "detail": { + "key": "W4cmVzNhaM", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/4KaNeUL008.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200603/ohwcWZbXRx-1591150248.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200603/wsNszIYVAz-1591150248.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200603/T3zXbVUvWt-1591150249.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200603/yWxVQtNo4J-1591150249.png.webp" + }, + "title": "Happy Donut Day" + }, + "key": "W4cmVzNhaM", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200603/gfXVDLeZsT-1591150247.jpg", + "thumbUrlGif": "", + "title": "Happy Donut Day" + }, + { + "detail": { + "key": "-2JcOlyLPX", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230420/aRtyd7WU35-1681973303.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1681973311016_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1681973311470_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1681973312480_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1681973312079_ic_notif_120*120.png.webp" + }, + "title": "Social Media Day" + }, + "key": "-2JcOlyLPX", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1681973309693_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Social Media Day" + }, + { + "detail": { + "key": "dnJ0zbxwAI", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/841khTT2W7.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190816/pwOF7Puxgz-1565954238.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190816/4b3j9muBi1-1565954239.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190816/rKqjzyt88D-1565954240.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190816/hHkBlxxP0r-1565954240.png.webp" + }, + "title": "Ramadan Night" + }, + "key": "dnJ0zbxwAI", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190816/IPmClRNWFK-1565954238.jpg", + "thumbUrlGif": "", + "title": "Ramadan Night" + }, + { + "detail": { + "key": "dF-iIY8H6g", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/HsdmGBJ4Cw.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201119/hs0yNNEt60-1605784046.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201119/3SAwEnMfHD-1605784047.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201119/6dUgfa53Wo-1605784048.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201119/Vh28NU1Rum-1605784047.png.webp" + }, + "title": "Ramadan Golden Moon" + }, + "key": "dF-iIY8H6g", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201119/dPzJV63nVY-1605784046.jpg", + "thumbUrlGif": "", + "title": "Ramadan Golden Moon" + }, + { + "detail": { + "key": "AaVARwwHtQ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/xKxKW3oJwp.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210420/aNE0wZ4Tbe-1618908788.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210420/4ELPXOlWKt-1618908789.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210420/84aHCcouw1-1618908790.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210420/xvDC687bMX-1618908790.png.webp" + }, + "title": "Allah Ramadan" + }, + "key": "AaVARwwHtQ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210420/mopBBL7s7x-1618908787.jpg", + "thumbUrlGif": "", + "title": "Allah Ramadan" + }, + { + "detail": { + "key": "TiOv4JLTgR", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/FVvRU6jEaB.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190729/R01gW5QQEr-1564386990.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190729/dByV5staLT-1564386991.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190729/HsV2QHBT6Z-1564386992.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20190729/8GOuQao087-1564386991.png.webp" + }, + "title": "Green Gold Allah" + }, + "key": "TiOv4JLTgR", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190729/yG2ozUkjgP-1564386989.jpg", + "thumbUrlGif": "", + "title": "Green Gold Allah" + }, + { + "detail": { + "key": "SHsL35ipAS", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/YlJVyOARel.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210407/or65QyBtpu-1617791747.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210407/aeVHvEZalp-1617791747.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210407/8xClKlIonk-1617791749.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210407/x0Wcfgl4MK-1617791748.png.webp" + }, + "title": "Ramadan Moon Indonesia" + }, + "key": "SHsL35ipAS", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210407/YOyRe4SVww-1617791746.jpg", + "thumbUrlGif": "", + "title": "Ramadan Moon Indonesia" + }, + { + "detail": { + "key": "3b8b1v1sEh", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/2ksFRDgePO.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201229/6ib38W9Tgs-1609237117.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/Mhpv7gcWi7-1609237117.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/DXcn75MW2E-1609237118.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201229/jaK5GgQH4s-1609237118.png.webp" + }, + "title": "Fireworks 2021" + }, + "key": "3b8b1v1sEh", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201229/9SLy3yuHho-1609237116.jpg", + "thumbUrlGif": "", + "title": "Fireworks 2021" + }, + { + "detail": { + "key": "lhDXizcwsM", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/yS77cxv1fg.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201229/GNP3MeJGil-1609237076.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/iM1sK2ZiTU-1609237077.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/WngvWJA1uG-1609237078.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201229/45uiUCMmVD-1609237077.png.webp" + }, + "title": "Happy 2021" + }, + "key": "lhDXizcwsM", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201229/ORpb034khF-1609237075.jpg", + "thumbUrlGif": "", + "title": "Happy 2021" + }, + { + "detail": { + "key": "Fe-M5RDL0t", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/jTV5ahtVUr.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201229/ESdyMWfL9G-1609237742.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/knR1IkCstD-1609237742.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/VPBd4QIIle-1609237743.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201229/67P6cbjcTd-1609237743.png.webp" + }, + "title": "Neon New Year 2021" + }, + "key": "Fe-M5RDL0t", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201229/XUniCcoj19-1609237741.jpg", + "thumbUrlGif": "", + "title": "Neon New Year 2021" + }, + { + "detail": { + "key": "GGjjznxWxK", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/EzfQMv0piB.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200921/BiANMeUxtL-1600689898.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200921/LWClcknSUu-1600689899.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200921/hBWyyT7Whs-1600689900.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200921/ge7MRcBm7D-1600689899.png.webp" + }, + "title": "Creepy Pumpkin" + }, + "key": "GGjjznxWxK", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200921/BEKbfHNvqA-1600689897.jpg", + "thumbUrlGif": "", + "title": "Creepy Pumpkin" + }, + { + "detail": { + "key": "O1GvRWUSZl", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Lh21KiUE82.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200515/QrxTQHdaIT-1589528921.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200515/vLigTuNgpK-1589528921.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200515/4lrrZ1lDgg-1589528922.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200515/0ZX4dL8o1e-1589528922.png.webp" + }, + "title": "Happy Day of Families" + }, + "key": "O1GvRWUSZl", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200515/QY94eeakwD-1589528920.jpg", + "thumbUrlGif": "", + "title": "Happy Day of Families" + }, + { + "detail": { + "key": "71wTIP-eko", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/DvFduYJos5.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191014/zWeOdoVEDK-1571039576.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191014/LQoA7AeNIK-1571039576.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191014/km4S9EonZW-1571039577.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20191014/ahOp2f14ka-1571039577.png.webp" + }, + "title": "Galaxy Jack O Lantern" + }, + "key": "71wTIP-eko", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191014/k4ybCU9s9U-1571039575.jpg", + "thumbUrlGif": "", + "title": "Galaxy Jack O Lantern" + }, + { + "detail": { + "key": "1d1d6bba522546f6b5f63d73095c9e9e", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231024/C0hFxIWUBg-1698116654.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116662682_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116663168_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116664023_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116663665_ic_notif_120*120.png.webp" + }, + "title": "Cute Halloween Pumpkin" + }, + "key": "1d1d6bba522546f6b5f63d73095c9e9e", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116661475_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Halloween Pumpkin" + }, + { + "detail": { + "key": "Uq9LJqDmFg", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/YxJjnu5EVI.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221013/m9ypOTKisO-1665652725.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221013/tTkrMkkfly-1665652726.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221013/zYCEq2GMEn-1665652726.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221013/h9IE8FZNQH-1665652726.png.webp" + }, + "title": "Cute Pumpkin Stitch" + }, + "key": "Uq9LJqDmFg", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221013/LFuDJCSaiI-1665652725.jpg", + "thumbUrlGif": "", + "title": "Cute Pumpkin Stitch" + }, + { + "detail": { + "key": "eHN7fOdy-Z", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/HwiN4eQv4R.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210608/OOWg8IDTjG-1623135473.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210608/yrOFeA2oMC-1623135473.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210608/GvIaMEehzB-1623135474.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210608/yIMa3jTFAX-1623135474.png.webp" + }, + "title": "Super Dad" + }, + "key": "eHN7fOdy-Z", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210608/8Q86V50hpB-1623135473.jpg", + "thumbUrlGif": "", + "title": "Super Dad" + }, + { + "detail": { + "key": "vCCqwaGseK", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/WcZmYkgoJq.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200604/ABiCpSp9cs-1591236388.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200604/xKc3cvE7nx-1591236388.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200604/ey4febjcux-1591236389.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200604/7rOiz1NMjT-1591236389.png.webp" + }, + "title": "Best Friends Day" + }, + "key": "vCCqwaGseK", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200604/K17sMOavSa-1591236387.jpg", + "thumbUrlGif": "", + "title": "Best Friends Day" + }, + { + "detail": { + "key": "PL9Vjzqp8l", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/peEvQnKmgc.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200508/2zFpsNI6K2-1588904105.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200508/mhBRqL8w2K-1588904106.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200508/IrQGJ3hb7M-1588904107.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200508/JRLq6b9b99-1588904107.png.webp" + }, + "title": "Happy Mothers Day" + }, + "key": "PL9Vjzqp8l", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200508/wOJIG68Aet-1588904105.jpg", + "thumbUrlGif": "", + "title": "Happy Mothers Day" + }, + { + "detail": { + "key": "4O6JFruEtd", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/SuszCemOAD.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190529/UivdRvl876-1559111372.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190529/Y78WncuPtd-1559111373.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190529/81rI74EdO0-1559111374.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210524/CQDJZnp16d-1621838998.png.webp" + }, + "title": "Gold Ramadan" + }, + "key": "4O6JFruEtd", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190529/Gsa2t9cpgq-1559111371.jpg", + "thumbUrlGif": "", + "title": "Gold Ramadan" + }, + { + "detail": { + "key": "sXaxHFN_DV", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/F81uYq1SFc.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20190311/LO5S8Gi1f9-1552290175.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20190311/jQ5gfAPw4Q-1552290178.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20190311/a5SCssPGi0-1552290183.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211203/-IohKZ9TVI-1638512107.png.webp" + }, + "title": "Glitter Allah" + }, + "key": "sXaxHFN_DV", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20190410/ed4xZarAu1-1554880297.jpg", + "thumbUrlGif": "", + "title": "Glitter Allah" + }, + { + "detail": { + "key": "Qs3QtAqRlu", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/JmZFfeUCwv.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201217/hoDZqUCxiA-1608198395.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201217/ngkZrGiZpo-1608198395.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201217/Xi5mEquPsP-1608198396.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1703212590967_1703212590967_ic_icon120x120.png3391562638505464247.png" + }, + "title": "Happy New Year 2023" + }, + "key": "Qs3QtAqRlu", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201217/htiQHpWyFb-1608198394.jpg", + "thumbUrlGif": "", + "title": "Happy New Year 2023" + }, + { + "detail": { + "key": "AWw7Momtz9", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/5Wx8QNOcyY.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20191226/WpzKogUjFg-1577342090.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20191226/6TsVaqDy3h-1577342090.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20191226/uSIRa9XiPE-1577342092.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20191226/Dquf7GXq6o-1577342091.png.webp" + }, + "title": "New Year Firework2" + }, + "key": "AWw7Momtz9", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20191226/EsEkpYj1tC-1577342089.jpg", + "thumbUrlGif": "", + "title": "New Year Firework2" + }, + { + "detail": { + "key": "9VEzbHJWUN", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/wDQHWP6Jqu.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211229/eWEDDnsiOc-1640749567.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211229/PZNMGCZbNG-1640749568.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211229/6NcPsKIUdO-1640749569.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211231/PKRRd4og-n-1640939856.png.webp" + }, + "title": "Gold 2022 New Year" + }, + "key": "9VEzbHJWUN", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211229/oSgEsKHWjX-1640749567.jpg", + "thumbUrlGif": "", + "title": "Gold 2022 New Year" + }, + { + "detail": { + "key": "9_TNbBgWSX", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/IooGAyDIuT.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20180202/1IRTQGLHla-1517540411.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20180202/bJu_BCWoy6-1517540417.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20180202/GMu8hg7Vac-1517540431.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20180202/ejnTKfO4BA-1517540425.png.webp" + }, + "title": "Valentine Firework" + }, + "key": "9_TNbBgWSX", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20180202/KHSzeaZ9m6-1517540413.jpg", + "thumbUrlGif": "", + "title": "Valentine Firework" + }, + { + "detail": { + "key": "rFP4Y3UEWx", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/hzOwaT2UKZ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20171026/mmfS1Ow_P3-1508986726.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20171026/I38ikAuN4I-1508986720.jpg.webp", + "imgGif": "", + "imgPreviewGif": "https://cdn.kikakeyboard.com/terminal/online/20171026/2_9xOFKH0E-1509010623.gif.webp", + "pushBanner": "", + "pushIcon": "" + }, + "title": "Gorgeous Firework" + }, + "key": "rFP4Y3UEWx", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20171026/5c3kajv8xV-1508986716.jpg", + "thumbUrlGif": "https://cdn.kikakeyboard.com/terminal/online/20171026/2_9xOFKH0E-1509010623.gif.webp", + "title": "Gorgeous Firework" + }, + { + "detail": { + "key": "uxSviVKmXw", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/SwvtFUTnPy.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20171020/pR3z-X1oxU-1508491390.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20171020/dVk5LtjwZX-1508491394.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210819/68ppWK0LEj-1629361205.png.webp" + }, + "title": "Cool Firework" + }, + "key": "uxSviVKmXw", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20171020/IZETr9Pe8p-1508491385.jpg", + "thumbUrlGif": "", + "title": "Cool Firework" + }, + { + "detail": { + "key": "21c2cc104fcd4ba88c989960cb59e2f2", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231031/r9z6xqFKg7-1698721938.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721946573_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721947046_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721947834_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721947451_ic_notif_120*120.png.webp" + }, + "title": "Cute Halloween Ghost" + }, + "key": "21c2cc104fcd4ba88c989960cb59e2f2", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721945258_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Halloween Ghost" + }, + { + "detail": { + "key": "b9c6bf08e47b4c30a9f73117f3aee5c6", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231031/2rCEt5BLBp-1698721887.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721896033_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721896789_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721897797_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721897440_ic_notif_120*120.png.webp" + }, + "title": "Cool Colorful Skull" + }, + "key": "b9c6bf08e47b4c30a9f73117f3aee5c6", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698721894619_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cool Colorful Skull" + }, + { + "detail": { + "key": "ad512217669b4251a6fc0424cb37309f", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231024/oOpu5kh9HQ-1698116739.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116746470_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116747068_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116747867_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116747499_ic_notif_120*120.png.webp" + }, + "title": "Spooky Zombie Hand" + }, + "key": "ad512217669b4251a6fc0424cb37309f", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116745225_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Spooky Zombie Hand" + }, + { + "detail": { + "key": "f0fe9fd263eb4f33a8cd746dc958df46", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231024/YIytenGXdu-1698116544.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116552253_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116552759_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116553594_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116553176_ic_notif_120*120.png.webp" + }, + "title": "Cute Neon Pumpkin Cat" + }, + "key": "f0fe9fd263eb4f33a8cd746dc958df46", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116550632_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Neon Pumpkin Cat" + }, + { + "detail": { + "key": "8ecb1eac21bd42aebc5e09c0aa69de06", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231024/9WEIgwVAvt-1698116495.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116503366_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116503826_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116504652_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116504258_ic_notif_120*120.png.webp" + }, + "title": "Cute Halloween Kuromi" + }, + "key": "8ecb1eac21bd42aebc5e09c0aa69de06", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116501961_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Halloween Kuromi" + }, + { + "detail": { + "key": "7d27aaaaa8d54d6d9b43f56ad63d839d", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231024/cBmuTGRJtI-1698116153.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116161888_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116162439_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116163312_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116162938_ic_notif_120*120.png.webp" + }, + "title": "Cute Halloween Simpson" + }, + "key": "7d27aaaaa8d54d6d9b43f56ad63d839d", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116160691_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Halloween Simpson" + }, + { + "detail": { + "key": "852f18065e394807bd37cd4b37d1c57c", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231024/0piuINiG7U-1698116124.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116131870_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116132344_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116133200_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116132838_ic_notif_120*120.png.webp" + }, + "title": "Cute Spooky LV" + }, + "key": "852f18065e394807bd37cd4b37d1c57c", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116130716_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Spooky LV" + }, + { + "detail": { + "key": "c3fff409d29145f1b5ae427583749f0f", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231024/erkYDiFLZz-1698116102.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116110134_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116110697_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116111531_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116111154_ic_notif_120*120.png.webp" + }, + "title": "Cute Witch Cat Girl" + }, + "key": "c3fff409d29145f1b5ae427583749f0f", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1698116108940_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Witch Cat Girl" + }, + { + "detail": { + "key": "eadcc19ee1fc47598452065dc6da215b", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231020/jbrytDQZdF-1697790854.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1697790862273_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1697790862731_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1697790863623_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1697790863160_ic_notif_120*120.png.webp" + }, + "title": "Pumpkin Heartbeat" + }, + "key": "eadcc19ee1fc47598452065dc6da215b", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1697790860797_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Pumpkin Heartbeat" + }, + { + "detail": { + "key": "383b4ff2c904446d9c345ef190979091", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231020/CuvcLZQ9QJ-1697790659.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1697790668442_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1697790668927_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1697790669770_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1697790669357_ic_notif_120*120.png.webp" + }, + "title": "Cute Stitch In Pumpkin" + }, + "key": "383b4ff2c904446d9c345ef190979091", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1697790666844_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Stitch In Pumpkin" + }, + { + "detail": { + "key": "dc00b4c7b5e74585b6fc0ef2b86e5529", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231017/dd62VAb9C2-1697509976.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1697509984778_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1697509985318_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1697509986296_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1697509985914_ic_notif_120*120.png.webp" + }, + "title": "Cute Halloween Nezuko" + }, + "key": "dc00b4c7b5e74585b6fc0ef2b86e5529", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1697509983317_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Halloween Nezuko" + }, + { + "detail": { + "key": "a673c89d91d54795919eaaf594fbe7b2", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20231017/1yd9Zz78ZM-1697509897.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1697509907548_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1697509908066_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1697509908830_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1697509908452_ic_notif_120*120.png.webp" + }, + "title": "Cute Ghost Cat Girl" + }, + "key": "a673c89d91d54795919eaaf594fbe7b2", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1697509906420_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Cute Ghost Cat Girl" + }, + { + "detail": { + "key": "9PRDGPpeOW", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/20230302/bPlD5IQ1WE.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20221011/57SqUkgkZ0-1665467922.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20221011/Tf7hVis35R-1665467923.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20221011/CBzx93sXS5-1665467924.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20221011/NSWytsGXzp-1665467923.png.webp" + }, + "title": "Halloween Molang" + }, + "key": "9PRDGPpeOW", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20221011/Q1szlftlDO-1665467922.jpg", + "thumbUrlGif": "", + "title": "Halloween Molang" + }, + { + "detail": { + "key": "I2ISDVcSPC", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/2B7YczDpp1.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211028/hGq8k05Dif-1635389643.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211028/RDtcixOcrO-1635389643.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211028/RzjiRuWe9Q-1635389644.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211028/03c9JXNiYk-1635389644.png.webp" + }, + "title": "Halloween Party" + }, + "key": "I2ISDVcSPC", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211028/GqVjbTq5DD-1635389642.jpg", + "thumbUrlGif": "", + "title": "Halloween Party" + }, + { + "detail": { + "key": "PycBcOIPuj", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/jL5B6fd44G.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20211019/YTD6veGWpN-1634630731.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20211019/z6bgJ7su5i-1634630732.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20211019/WiOcG7LuXc-1634630733.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211019/KLyjWJ67y9-1634630733.png.webp" + }, + "title": "Cute Halloween Girl" + }, + "key": "PycBcOIPuj", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20211019/VaRyGA0I7o-1634630731.jpg", + "thumbUrlGif": "", + "title": "Cute Halloween Girl" + }, + { + "detail": { + "key": "_nWTwdqy18", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/koe6ww3ndx.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210928/oPFGJW7S8w-1632816189.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210928/VASlERuodN-1632816190.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210928/VFgPWESBBw-1632816191.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210928/7XCCKIVDVP-1632816190.png.webp" + }, + "title": "Halloween Maskman" + }, + "key": "_nWTwdqy18", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210928/wjdGDRy7yS-1632816189.jpg", + "thumbUrlGif": "", + "title": "Halloween Maskman" + }, + { + "detail": { + "key": "3NHduDtPCx", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/b04o0SMHSR.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210511/vnCnwGfcOP-1620714531.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210511/nEFoNNS9oK-1620714531.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210511/P5Yn0G5FZs-1620714533.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210511/6Dq72IgZ6z-1620714532.png.webp" + }, + "title": "Tartan" + }, + "key": "3NHduDtPCx", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210511/ujkDBO1jze-1620714530.jpg", + "thumbUrlGif": "", + "title": "Tartan" + }, + { + "detail": { + "key": "SQ_VrUCqCt", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/LtsYpRD5xA.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200922/zAhwvZO6xb-1600755259.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200922/5XAjLbaYTt-1600755260.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200922/WH8t6ZR4Ot-1600755261.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211011/1dd9NNU-zP-1633940224.png.webp" + }, + "title": "Halloween Pumpkins" + }, + "key": "SQ_VrUCqCt", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200922/LlXuR4sHf1-1600755258.jpg", + "thumbUrlGif": "", + "title": "Halloween Pumpkins" + }, + { + "detail": { + "key": "OHtIM4XYiB", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/u5Rvf3OMhu.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200915/wzP4dvrLpB-1600141930.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200915/AZkNq86Sz8-1600141931.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200915/kBvkesw0N4-1600141932.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200915/XPXrZkVHHk-1600141931.png.webp" + }, + "title": "Hispanic Heritage" + }, + "key": "OHtIM4XYiB", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200915/te6WxiwtOK-1600141930.jpg", + "thumbUrlGif": "", + "title": "Hispanic Heritage" + }, + { + "detail": { + "key": "qwzFzKle_T", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Trr1noJz7X.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200915/PfzMpI9ONx-1600141817.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200915/GhASwh7FG6-1600141818.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200915/xhrjhVl8X0-1600141819.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211013/Jv88sjvwar-1634095755.png.webp" + }, + "title": "Halloween Night" + }, + "key": "qwzFzKle_T", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200915/M1IPKZ4Y5g-1600141816.jpg", + "thumbUrlGif": "", + "title": "Halloween Night" + }, + { + "detail": { + "key": "o9z16iwKx_", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/TreLjP7MAy.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200903/7MkSYYBC9C-1599131181.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200903/V5ALVHRNMx-1599131182.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200903/4obKuXCD4J-1599131183.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200903/Zps99XAbhH-1599131183.png.webp" + }, + "title": "Happy Labor Day" + }, + "key": "o9z16iwKx_", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200903/7IuI1D647S-1599131181.jpg", + "thumbUrlGif": "", + "title": "Happy Labor Day" + }, + { + "detail": { + "key": "Y0L4UNPfqe", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/bIEk5QDGJH.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200921/gsFrdtkOdK-1600670029.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200921/qUOcYWSEvB-1600670030.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200921/83tBLEgGJz-1600670030.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200921/yoT3UDKKdT-1600670030.png.webp" + }, + "title": "Evil Halloween" + }, + "key": "Y0L4UNPfqe", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200921/qMyOhLdtxA-1600670028.jpg", + "thumbUrlGif": "", + "title": "Evil Halloween" + }, + { + "detail": { + "key": "tjv0XlfDQc", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/4hkQUoSBWp.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200921/JlRDWOrkxa-1600670058.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200921/f1Gp9BzGnq-1600670059.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200921/7A0IWthzW6-1600670060.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211011/XXM3cqxprf-1633939572.png.webp" + }, + "title": "Halloween Ghost" + }, + "key": "tjv0XlfDQc", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200921/ymZGuZcdS6-1600670058.jpg", + "thumbUrlGif": "", + "title": "Halloween Ghost" + }, + { + "detail": { + "key": "MNkoTA2bcf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/59kjgbir8K.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200921/ZfVL8hyjoA-1600670040.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200921/xp4Qcw3lOj-1600670041.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200921/b5T2jeMsSd-1600670042.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211013/yaC6riv1d1-1634095826.png.webp" + }, + "title": "Halloween Pumpkin" + }, + "key": "MNkoTA2bcf", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200921/W0JoHwn000-1600670039.jpg", + "thumbUrlGif": "", + "title": "Halloween Pumpkin" + }, + { + "detail": { + "key": "qSRdrtA3Q9", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/FH7imlU1r7.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20171017/69MtEaqm3A-1508229433.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20171017/W5B64PNGf9-1508229443.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "", + "pushIcon": "" + }, + "title": "Gloomy Halloween" + }, + "key": "qSRdrtA3Q9", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20171017/8ArnueY8E3-1508229437.jpg", + "thumbUrlGif": "", + "title": "Gloomy Halloween" + }, + { + "detail": { + "key": "6Sw6AqaGE5", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/zw9qYBOhae.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20171017/eZz0i5FcWv-1508229304.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20171017/P0vfAdn5S9-1508229315.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "", + "pushIcon": "" + }, + "title": "Carnival Halloween" + }, + "key": "6Sw6AqaGE5", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20171017/0ru52JbEZ8-1508229307.jpg", + "thumbUrlGif": "", + "title": "Carnival Halloween" + }, + { + "detail": { + "key": "4Xnoj7r1Iz", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/OzWtO66S4D.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20171017/1wXdOU3Llk-1508228912.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20171017/7i2IXQYnB1-1508228891.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "", + "pushIcon": "" + }, + "title": "Mystic Halloween" + }, + "key": "4Xnoj7r1Iz", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20171017/U0QrXxaDjP-1508228887.jpg", + "thumbUrlGif": "", + "title": "Mystic Halloween" + }, + { + "detail": { + "key": "qwzFzKle_T", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/Trr1noJz7X.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200915/PfzMpI9ONx-1600141817.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200915/GhASwh7FG6-1600141818.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200915/xhrjhVl8X0-1600141819.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211013/Jv88sjvwar-1634095755.png.webp" + }, + "title": "Halloween Night" + }, + "key": "qwzFzKle_T", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200915/M1IPKZ4Y5g-1600141816.jpg", + "thumbUrlGif": "", + "title": "Halloween Night" + }, + { + "detail": { + "key": "o9z16iwKx_", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/TreLjP7MAy.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200903/7MkSYYBC9C-1599131181.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200903/V5ALVHRNMx-1599131182.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200903/4obKuXCD4J-1599131183.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200903/Zps99XAbhH-1599131183.png.webp" + }, + "title": "Happy Labor Day" + }, + "key": "o9z16iwKx_", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200903/7IuI1D647S-1599131181.jpg", + "thumbUrlGif": "", + "title": "Happy Labor Day" + }, + { + "detail": { + "key": "Y0L4UNPfqe", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/bIEk5QDGJH.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200921/gsFrdtkOdK-1600670029.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200921/qUOcYWSEvB-1600670030.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200921/83tBLEgGJz-1600670030.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200921/yoT3UDKKdT-1600670030.png.webp" + }, + "title": "Evil Halloween" + }, + "key": "Y0L4UNPfqe", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200921/qMyOhLdtxA-1600670028.jpg", + "thumbUrlGif": "", + "title": "Evil Halloween" + }, + { + "detail": { + "key": "tjv0XlfDQc", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/4hkQUoSBWp.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200921/JlRDWOrkxa-1600670058.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200921/f1Gp9BzGnq-1600670059.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200921/7A0IWthzW6-1600670060.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211011/XXM3cqxprf-1633939572.png.webp" + }, + "title": "Halloween Ghost" + }, + "key": "tjv0XlfDQc", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200921/ymZGuZcdS6-1600670058.jpg", + "thumbUrlGif": "", + "title": "Halloween Ghost" + }, + { + "detail": { + "key": "MNkoTA2bcf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/59kjgbir8K.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200921/ZfVL8hyjoA-1600670040.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200921/xp4Qcw3lOj-1600670041.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200921/b5T2jeMsSd-1600670042.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211013/yaC6riv1d1-1634095826.png.webp" + }, + "title": "Halloween Pumpkin" + }, + "key": "MNkoTA2bcf", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200921/W0JoHwn000-1600670039.jpg", + "thumbUrlGif": "", + "title": "Halloween Pumpkin" + }, + { + "detail": { + "key": "qSRdrtA3Q9", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/FH7imlU1r7.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20171017/69MtEaqm3A-1508229433.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20171017/W5B64PNGf9-1508229443.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "", + "pushIcon": "" + }, + "title": "Gloomy Halloween" + }, + "key": "qSRdrtA3Q9", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20171017/8ArnueY8E3-1508229437.jpg", + "thumbUrlGif": "", + "title": "Gloomy Halloween" + }, + { + "detail": { + "key": "6Sw6AqaGE5", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/zw9qYBOhae.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20171017/eZz0i5FcWv-1508229304.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20171017/P0vfAdn5S9-1508229315.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "", + "pushIcon": "" + }, + "title": "Carnival Halloween" + }, + "key": "6Sw6AqaGE5", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20171017/0ru52JbEZ8-1508229307.jpg", + "thumbUrlGif": "", + "title": "Carnival Halloween" + }, + { + "detail": { + "key": "4Xnoj7r1Iz", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/OzWtO66S4D.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20171017/1wXdOU3Llk-1508228912.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20171017/7i2IXQYnB1-1508228891.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "", + "pushIcon": "" + }, + "title": "Mystic Halloween" + }, + "key": "4Xnoj7r1Iz", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20171017/U0QrXxaDjP-1508228887.jpg", + "thumbUrlGif": "", + "title": "Mystic Halloween" + } + ] + }, + + { + "parent_name": "Gravity", + "keyboard_list": [ + { + "detail": { + "key": "bc764f7s1b", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/gDdnOyCvwM.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201229/PRFhrwKGkA-1609237627.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/3JP2GRGWXR-1609237628.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201229/ZJda7dnSyE-1609237629.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201229/164hoDLaww-1609237628.png.webp" + }, + "title": "Broken Hearts Gravity" + }, + "key": "bc764f7s1b", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201229/pXN1hcwh8Q-1609237627.jpg", + "thumbUrlGif": "", + "title": "Broken Hearts Gravity" + }, + { + "detail": { + "key": "5RWDjRxa6q", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230423/k95XJrHw3b-1682234989.7z", + "img": "https://cdn.kikakeyboard.com/picture/wallpaper/1682235002235_keyboardshowsmall_720*528.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1682235002709_keyboard_show_1024*500.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/picture/wallpaper/1682235003720_push_banner_720*360.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/picture/wallpaper/1682235003274_ic_notif_120*120.png.webp" + }, + "title": "Skull King Gravity" + }, + "key": "5RWDjRxa6q", + "thumbUrl": "https://cdn.kikakeyboard.com/picture/wallpaper/1682235000825_keyboard_preview_604*444.jpg.webp", + "thumbUrlGif": "", + "title": "Skull King Gravity" + }, + { + "detail": { + "key": "8mdWUaylrh", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/QwJ2gtBR3U.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200916/t7AgPHdMiT-1600244732.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200916/8Eo4pl83yC-1600244733.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200916/FwJAwPDASA-1600244734.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20211029/vt_F2tmCF3-1635487222.png.webp" + }, + "title": "Gravity Sad Emojis" + }, + "key": "8mdWUaylrh", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200916/DfCyImQTeW-1600244732.jpg", + "thumbUrlGif": "", + "title": "Gravity Sad Emojis" + }, + { + "detail": { + "key": "Quc-wXFSlL", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/sbxQKEdwkJ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201221/8Bmubf0mZp-1608535680.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201221/RjTZo5YFZn-1608535680.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201221/DicT4lnIYa-1608535681.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201221/qy4nlrVjww-1608535681.png.webp" + }, + "title": "Gold Diamond Gravity" + }, + "key": "Quc-wXFSlL", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201221/mnxtEsPhPx-1608535679.jpg", + "thumbUrlGif": "", + "title": "Gold Diamond Gravity" + }, + { + "detail": { + "key": "T-52Zu017T", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/kLhw0CcJ7Y.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201001/TDTuaSbpdb-1601543869.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201001/gIEqtJrJKI-1601543870.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201001/h8v322O4Ol-1601543871.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201001/HhQU36mcC8-1601543871.png.webp" + }, + "title": "Pink Roses Gravity" + }, + "key": "T-52Zu017T", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201001/rzRwkmfG9k-1601543869.jpg", + "thumbUrlGif": "", + "title": "Pink Roses Gravity" + }, + { + "detail": { + "key": "QWDyXZkALF", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/kU9whPBUtd.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200923/jYv0soDzd5-1600853790.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200923/ynM5tOxopp-1600853791.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200923/1Q6SUNfAZ9-1600853792.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200923/mImxecpCSt-1600853791.png.webp" + }, + "title": "LED Lights Gravity" + }, + "key": "QWDyXZkALF", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200923/DG2CMLoP70-1600853789.jpg", + "thumbUrlGif": "", + "title": "LED Lights Gravity" + }, + { + "detail": { + "key": "qi3DVMOoPO", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/pDkux0x0Tf.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200909/zyww4eZnJ7-1599634506.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200909/VXSu7dhEtZ-1599634506.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200909/56nu6jtZi8-1599634507.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210319/sopKmIjnbT-1616138433.png.webp" + }, + "title": "Love Emojis Gravity" + }, + "key": "qi3DVMOoPO", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200909/KBePBUjJJR-1599634505.jpg", + "thumbUrlGif": "", + "title": "Love Emojis Gravity" + }, + { + "detail": { + "key": "C-43EFvFU3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/IzFiOJMR4N.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210826/cUgT6jOsBd-1629958694.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210826/VrV0zqMgOX-1629958695.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210826/kiFyIGnSZp-1629958696.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210826/Xldpx4FzkI-1629958695.png.webp" + }, + "title": "Cool Emojis Gravity" + }, + "key": "C-43EFvFU3", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210826/uY44qGkqja-1629958694.jpg", + "thumbUrlGif": "", + "title": "Cool Emojis Gravity" + }, + { + "detail": { + "key": "LwVX5nmOie", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/P1JYSkr2OJ.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210817/DEWRSJdTin-1629186246.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/sf9Gj4ZIfO-1629186247.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210817/gDC4F9ZqPN-1629186248.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210817/rapFcyH7ei-1629186248.png.webp" + }, + "title": "Galaxy Weed Gravity" + }, + "key": "LwVX5nmOie", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210817/2AUNx33ey8-1629186244.jpg", + "thumbUrlGif": "", + "title": "Galaxy Weed Gravity" + }, + { + "detail": { + "key": "nhjYo-eGhQ", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/XqK4kH2NY8.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210107/x2KaxOICF1-1610014435.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210107/cbnZynZvok-1610014436.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210107/voRGmeIsxW-1610014437.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210107/7lg5S97sCR-1610014437.png.webp" + }, + "title": "Gravity Water Ice" + }, + "key": "nhjYo-eGhQ", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210107/75xYfmuxKi-1610014435.jpg", + "thumbUrlGif": "", + "title": "Gravity Water Ice" + }, + { + "detail": { + "key": "-r6kbPu43q", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/L56pezbdTn.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20210106/HFiuyJN8mf-1609927928.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20210106/8HRmH9EeZD-1609927928.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20210106/zIFgn9WvNS-1609927929.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210106/b0Adcs5p53-1609927929.png.webp" + }, + "title": "Snowflake Gravity" + }, + "key": "-r6kbPu43q", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20210106/RTkB84wz39-1609927927.jpg", + "thumbUrlGif": "", + "title": "Snowflake Gravity" + }, + { + "detail": { + "key": "FScYXY_RpG", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/I9Twe6EnpA.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201231/LazWLLw68V-1609407822.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201231/AhOh6rW11Z-1609407822.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201231/eMtSjXc18I-1609407823.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201231/Jm2ZFMscqA-1609407823.png.webp" + }, + "title": "Funny Emojis Gravity" + }, + "key": "FScYXY_RpG", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201231/5OUsfdS5lI-1609407821.jpg", + "thumbUrlGif": "", + "title": "Funny Emojis Gravity" + }, + { + "detail": { + "key": "_9eFlwbdMs", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/OrN4P41SHv.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201228/zrH4T9cBc6-1609150206.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201228/1IGxfD8iaf-1609150207.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201228/jlpm0Vp33F-1609150208.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201228/6ne9fqaF9D-1609150207.png.webp" + }, + "title": "Pink Bow Gravity" + }, + "key": "_9eFlwbdMs", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201228/FnGQIjEvkR-1609150206.jpg", + "thumbUrlGif": "", + "title": "Pink Bow Gravity" + }, + { + "detail": { + "key": "tdfTDuVWnb", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/i1Z1aag2Lg.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201215/FX2Isdy2k4-1608001122.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201215/To5FLfuCT3-1608001123.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201215/es1WTnAFK5-1608001124.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201215/1m1od5miIu-1608001123.png.webp" + }, + "title": "Neon Dice Gravity" + }, + "key": "tdfTDuVWnb", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201215/mZ5754WCEm-1608001121.jpg", + "thumbUrlGif": "", + "title": "Neon Dice Gravity" + }, + { + "detail": { + "key": "BAFUUOdaJe", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/5uDtx1Fq4A.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201210/h21PV7ZYgW-1607591016.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201210/NS0pazjidE-1607591017.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201210/EmqWUufHs7-1607591019.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201210/ot5HEdPDwF-1607591019.png.webp" + }, + "title": "Pink Pearl Gravity" + }, + "key": "BAFUUOdaJe", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201210/QB1OlCvlZ7-1607591015.jpg", + "thumbUrlGif": "", + "title": "Pink Pearl Gravity" + }, + { + "detail": { + "key": "RppoZvndLs", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/ACj5w6Tagk.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201201/ENuGxv4cpv-1606812734.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201201/hpCjluhNkd-1606812734.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201201/WGQTQ7joXU-1606812735.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201201/OgVtsbnyTI-1606812735.png.webp" + }, + "title": "Christmas Gravity" + }, + "key": "RppoZvndLs", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201201/ztVYmC4jKn-1606812733.jpg", + "thumbUrlGif": "", + "title": "Christmas Gravity" + }, + { + "detail": { + "key": "I17SjdQvRX", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/7KO54mhSLw.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201125/j7IDx7ytTc-1606296472.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201125/970I864UGb-1606296472.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201125/KC77oR2eIj-1606296473.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201125/RLoDQ79yIe-1606296473.png.webp" + }, + "title": "Color Candy Gravity" + }, + "key": "I17SjdQvRX", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201125/KuXdyrjkMj-1606296471.jpg", + "thumbUrlGif": "", + "title": "Color Candy Gravity" + }, + { + "detail": { + "key": "My4Klcy5In", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/jFUyv4EMhP.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201123/ROuNNl7KS6-1606121713.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201123/TE4Kax9gvK-1606121714.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201123/K0l9sRCtMO-1606121715.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201123/dZvUvcdPeH-1606121715.png.webp" + }, + "title": "Neon Emojis Gravity" + }, + "key": "My4Klcy5In", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201123/lxQ64aAKsn-1606121713.jpg", + "thumbUrlGif": "", + "title": "Neon Emojis Gravity" + }, + { + "detail": { + "key": "O1dvVV1GU3", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/3NjkuOoR6L.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201116/KBwOlYCB6Y-1605506789.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201116/mMJZrHbv0a-1605506790.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201116/rtuzRdiNE2-1605506791.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201116/hybJHEUBfE-1605506790.png.webp" + }, + "title": "Happy Emojis Gravity" + }, + "key": "O1dvVV1GU3", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201116/ut7kzzaGZa-1605506788.jpg", + "thumbUrlGif": "", + "title": "Happy Emojis Gravity" + }, + { + "detail": { + "key": "fphla0zONa", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/vVkcU4biHm.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201112/Z6eZJ8KlO0-1605180603.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201112/l7BWE4WX42-1605180603.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201112/AKZmAiRNX6-1605180605.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201112/pU4xYrRNgN-1605180604.png.webp" + }, + "title": "Diamond Live Gravity" + }, + "key": "fphla0zONa", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201112/6tuIfJ8rX3-1605180602.jpg", + "thumbUrlGif": "", + "title": "Diamond Live Gravity" + }, + { + "detail": { + "key": "j96Jbj6hVf", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/IUYZhqON9K.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20201022/6EYIhNrLMX-1603363975.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20201022/IOmKffkYT6-1603363976.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20201022/W55Dog12Ww-1603363977.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20201022/65yMmH4YWy-1603363976.png.webp" + }, + "title": "Rasta Weed Gravity" + }, + "key": "j96Jbj6hVf", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20201022/RatUgy5RPd-1603363975.jpg", + "thumbUrlGif": "", + "title": "Rasta Weed Gravity" + }, + { + "detail": { + "key": "mQ5q_uvW2X", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/wytrX1ZBVo.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200922/nSEWgoTiiz-1600767657.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200922/HoFFKews5u-1600767658.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200922/yyzGD30KPP-1600767659.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200922/ZdJfJyXQQK-1600767658.png.webp" + }, + "title": "Cry Emojis Gravity" + }, + "key": "mQ5q_uvW2X", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200922/Can7RQO8jh-1600767657.jpg", + "thumbUrlGif": "", + "title": "Cry Emojis Gravity" + }, + { + "detail": { + "key": "Da83SXaSC6", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/3yqT9n25u0.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200908/5yHfqJWNIW-1599564785.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200908/pBdj1EYzIO-1599564785.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200908/vkYZB4FX7A-1599564786.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210220/3OuQRS9N_i-1613787857.png.webp" + }, + "title": "Golden Dollar Gravity" + }, + "key": "Da83SXaSC6", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200908/dWR5OXtJkc-1599564784.jpg", + "thumbUrlGif": "", + "title": "Golden Dollar Gravity" + }, + { + "detail": { + "key": "9dI5IgXBUu", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/b9jGrbVWlL.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200115/ibhyreuFMC-1579060056.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200115/A1GE660z2u-1579060057.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200115/n3kcSGUx1L-1579060058.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200115/5lf4c4aLyR-1579060057.png.webp" + }, + "title": "Gold Allah 3D Gravity" + }, + "key": "9dI5IgXBUu", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200115/pZVz87o5yz-1579060056.jpg", + "thumbUrlGif": "", + "title": "Gold Allah 3D Gravity" + }, + { + "detail": { + "key": "3DYSmu4IRn", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/2SYbFObgr0.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200115/B0cU7zDbqL-1579060040.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200115/gVcnoQgsxT-1579060041.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200115/GP5sThmL6v-1579060042.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20200115/YWblfVIPCN-1579060041.png.webp" + }, + "title": "Neon Hearts Gravity" + }, + "key": "3DYSmu4IRn", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200115/JI4Bs78xW3-1579060040.jpg", + "thumbUrlGif": "", + "title": "Neon Hearts Gravity" + }, + { + "detail": { + "key": "xk449zjYRu", + "themeContent": { + "androidRawZipUrl": "https://cdn.kikakeyboard.com/terminal/online/20230214/cvwV9Hra4i.7z", + "img": "https://cdn.kikakeyboard.com/terminal/online/20200107/6YAzHWKO7e-1578391408.jpg.webp", + "imgBanner": "https://cdn.kikakeyboard.com/terminal/online/20200107/ZAGcSsITK3-1578391409.jpg.webp", + "imgGif": "", + "imgPreviewGif": "", + "pushBanner": "https://cdn.kikakeyboard.com/terminal/online/20200107/CO8SDotbO4-1578391410.jpg.webp", + "pushIcon": "https://cdn.kikakeyboard.com/terminal/online/20210617/u41x1dsUaY-1623925578.png.webp" + }, + "title": "Pink Butterfly Gravity" + }, + "key": "xk449zjYRu", + "thumbUrl": "https://cdn.kikakeyboard.com/terminal/online/20200107/95dsiJQAUD-1578391407.jpg", + "thumbUrlGif": "", + "title": "Pink Butterfly Gravity" + } + ] + } + +] \ No newline at end of file diff --git a/app/src/main/assets/font.ttf b/app/src/main/assets/font.ttf new file mode 100644 index 0000000..23e4502 Binary files /dev/null and b/app/src/main/assets/font.ttf differ diff --git a/app/src/main/java/com/key/board/journey/inputmethod/MyKeyboard.kt b/app/src/main/java/com/key/board/journey/inputmethod/MyKeyboard.kt new file mode 100644 index 0000000..3e73b44 --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/MyKeyboard.kt @@ -0,0 +1,122 @@ +package com.key.board.journey.inputmethod + +import android.app.Application +import android.graphics.Typeface +import com.key.board.journey.inputmethod.data.ChildBean +import com.key.board.journey.inputmethod.data.ClassBean +//import com.pretty.keyboard.theme.keyboard.helper.ObjectBox +import org.json.JSONArray +import java.io.BufferedReader +import java.io.IOException +import java.io.InputStream +import java.io.InputStreamReader +import java.io.StringWriter + +class MyKeyboard : Application() { + companion object { + lateinit var myKeyboardInstance: MyKeyboard + + lateinit var list: MutableList + + const val TAG = "-----------------" + var defaultFont: Typeface? = null + const val DB_VERSION = 1 + const val DB_NAME = "db_name" + } + + override fun onCreate() { + super.onCreate() + myKeyboardInstance = this + defaultFont = Typeface.createFromAsset(assets, "font.ttf") + dealFile() + + + } + + private fun dealFile() { + val openFile = myKeyboardInstance.assets.open("data.json") + val jsonString = getJsonString(openFile) + if (jsonString != null) { + resolveJsonString(jsonString) + } + } + + + private fun resolveJsonString(string: String) { + val jsonData = JSONArray(string) + var dataList: MutableList = mutableListOf() + for (i in 0 until jsonData.length()) { + jsonData.getJSONObject(i).run { + val pName = getString("parent_name") + val listArray = getJSONArray("keyboard_list") + var childBeanList: MutableList = mutableListOf() + for (listIndex in 0 until listArray.length()) { + listArray.getJSONObject(listIndex).also { + val title = it.getString("title") + val thUrl = it.getString("thumbUrl") + val thGif = it.getString("thumbUrlGif") + var zipPath = "" + var imgPath = "" + var imgGif = "" + var imgPreviewGif = "" + if (it.has("detail")) { + val contentObject = + it.getJSONObject("detail").getJSONObject("themeContent") + zipPath = contentObject.getString("androidRawZipUrl") + imgPath = contentObject.getString("img") + imgGif = contentObject.getString("imgGif") + imgPreviewGif = contentObject.getString("imgPreviewGif") + } else { + + } + childBeanList.add( + ChildBean().apply { + setImgPath(imgPath) + setZipPath(zipPath) + setTitleName(title) + setImgGif(imgGif) + thumbUrl = thUrl + thumbGif = thGif + }) + + } + + } + val shuffled = childBeanList.shuffled() + val dataClassBean = ClassBean() + .apply { + parentName = pName + keyboardList = shuffled + } + dataList.add(dataClassBean) + + } + } + + updateDataList(dataList) + + } + + private fun updateDataList(mainList: MutableList) { + list = mainList + + } + private fun getJsonString(fileInputStream: InputStream): String? { + return try { + val charArray = CharArray(fileInputStream.available()) + var readCount = 0 + val streamReader = InputStreamReader(fileInputStream) + val bufferedReader = BufferedReader(streamReader) + val stringWriter = StringWriter() + while (bufferedReader.read(charArray).also { readCount = it } != -1) { + stringWriter.write(charArray, 0, readCount) + } + stringWriter.toString() + } catch (e: IOException) { + "" + } + } + + + +} \ No newline at end of file diff --git a/app/src/main/java/com/key/board/journey/inputmethod/activity/ApplyActivity.kt b/app/src/main/java/com/key/board/journey/inputmethod/activity/ApplyActivity.kt new file mode 100644 index 0000000..f36b606 --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/activity/ApplyActivity.kt @@ -0,0 +1,305 @@ +package com.key.board.journey.inputmethod.activity + +import android.annotation.SuppressLint +import android.content.Intent +import android.graphics.drawable.Drawable +import android.os.Bundle +import android.util.Log +import android.widget.FrameLayout +import android.widget.ImageView +import android.widget.LinearLayout +import android.widget.TextView +import android.widget.Toast +import androidx.appcompat.app.AppCompatActivity +import androidx.core.view.isVisible +import androidx.lifecycle.lifecycleScope +import androidx.recyclerview.widget.GridLayoutManager +import androidx.recyclerview.widget.RecyclerView +import com.key.board.journey.inputmethod.MyKeyboard +import com.key.board.journey.inputmethod.R +import com.key.board.journey.inputmethod.list.ItemMore +import com.key.board.journey.inputmethod.mydata.DbHelper +import com.key.board.journey.inputmethod.myInter.InterfaceApply +import com.key.board.journey.inputmethod.myInter.InterfaceClick +import com.key.board.journey.inputmethod.data.ChildBean +import com.key.board.journey.inputmethod.tools.Common +import com.key.board.journey.inputmethod.tools.Spstore +import com.bumptech.glide.Glide +import com.bumptech.glide.integration.webp.decoder.WebpDrawable +import com.bumptech.glide.load.DataSource +import com.bumptech.glide.load.engine.GlideException +import com.bumptech.glide.request.RequestListener +import com.bumptech.glide.request.target.Target +import com.key.board.journey.inputmethod.tools.ZipManager +import kotlinx.coroutines.launch +import java.io.File + + +class ApplyActivity : AppCompatActivity() { + companion object { + @JvmField + val SOURCE_KEY = "data_key" + } + + + private lateinit var displayUrl: String + private lateinit var gifUrl: String + private lateinit var zipUrl: String + private lateinit var name: String + private lateinit var applyBtn: LinearLayout + private lateinit var imgData: ImageView + private lateinit var imgBack: ImageView + private lateinit var textName: TextView + + private lateinit var recommendedRecycler: RecyclerView + + + private lateinit var loadingLayout: FrameLayout + + private lateinit var unzipPath: String + + private lateinit var tvDownload: TextView + private lateinit var imDownload: ImageView + + private lateinit var thumb: String + + private lateinit var imgLike: ImageView + + private lateinit var data: ChildBean + + override fun onCreate(savedInstanceState: Bundle?) { + super.onCreate(savedInstanceState) + setContentView(R.layout.activity_apply) + Common.initFullScreen(this,true) + + findViewId() + getExtraData() + displayData() + setApply() + onClick() + + } + + + private fun getExtraData() { + data = intent.getSerializableExtra(SOURCE_KEY) as ChildBean + displayUrl = data.imgPath + zipUrl = data.zipPath + name = data.titleName + gifUrl = data.imgGif + data.thumbGif?.let { + thumb = it + } + data.thumbUrl?.let { + thumb = it + } + + + val serviceZipName = ZipManager.getServiceZipName(zipUrl) + Log.d(MyKeyboard.TAG, "--------serviceZipName=$serviceZipName") + unzipPath = ZipManager.getUnzipPath(serviceZipName) + + + lifecycleScope.launch { + DbHelper.getIsLike(name) { + imgLike.isSelected = it + } + } + + if (File(unzipPath).exists()) { + imDownload.isVisible = false + tvDownload.text = getString(R.string.color_apply) + } else { + imDownload.isVisible = true + tvDownload.text = getString(R.string.color_download_apply) + } + + } + + private fun findViewId() { + applyBtn = findViewById(R.id.layoutDownloadApply) + imgData = findViewById(R.id.image_data) + imgBack = findViewById(R.id.back) + textName = findViewById(R.id.textview_data_name) + recommendedRecycler = findViewById(R.id.recommended_recycler) + + imgLike = findViewById(R.id.im_like) + loadingLayout = findViewById(R.id.loading) + imDownload = findViewById(R.id.im_download) + tvDownload = findViewById(R.id.tv_download) + } + + private fun displayData() { + textName.text = name + if (gifUrl.isNotEmpty()) { + loadImgGif() + } else { + Glide.with(this) + .load(displayUrl) + .placeholder(R.drawable.default_placeholder) + .thumbnail(Glide.with(this).load(thumb)) + .into(imgData) + } + } + + + private fun onClick() { + imgBack.setOnClickListener { + finish() + } + + imgLike.setOnClickListener { + imgLike.isSelected = !imgLike.isSelected + + lifecycleScope.launch { + if (imgLike.isSelected) { + DbHelper.addLike(data) + } else { + DbHelper.removeLike(data) + } + } + } + val forYouList = MyKeyboard.list.filter { + it.parentName == getString(R.string.color_recommend_name) + + } + + recommendedRecycler.run { + adapter = ItemMore( + this@ApplyActivity + ).apply { + val shuffled = forYouList[0].keyboardList.shuffled() + setForYouList(shuffled.subList(0,8)) + }.apply { + setClickAction(object : InterfaceClick { + override fun onItemClick() { + finish() + } + + }) + } + + layoutManager = GridLayoutManager(this@ApplyActivity, 2) + + } + + } + + @SuppressLint("CheckResult") + private fun loadImgGif() { + Glide.with(this) + .load(gifUrl) + .placeholder(R.drawable.default_placeholder) + .thumbnail(Glide.with(this).load(thumb)) + .addListener(object : RequestListener { + override fun onLoadFailed( + e: GlideException?, + model: Any?, + target: Target, + isFirstResource: Boolean + ): Boolean { + + return false + } + + override fun onResourceReady( + resource: Drawable, + model: Any, + target: Target?, + dataSource: DataSource, + isFirstResource: Boolean + ): Boolean { + if (resource is WebpDrawable) { + resource.loopCount = WebpDrawable.LOOP_FOREVER + } + + return false + } + + }).into(imgData) + } + + private fun setApply() { + applyBtn.setOnClickListener { + startDown() + + } + } + + + + private fun startDown() { + loadingLayout.isVisible = true + applyBtn.isEnabled = false + + val file = File(unzipPath) + if (file.exists()) { + val findFirstDirectory = ZipManager.findFirstDirectory(file) + + apply("${findFirstDirectory}/") + applyBtn.isEnabled = true + loadingLayout.isVisible = false + } else { + ZipManager.startDownloadZip(zipUrl, object : + InterfaceApply { + override fun OnApplySkinListener(fileList: List?) { + runOnUiThread { + applyBtn.isEnabled = true + loadingLayout.isVisible = false + } + if (fileList.isNullOrEmpty()) { + runOnUiThread { + Toast.makeText( + this@ApplyActivity, + getString(R.string.color_download_fail), + Toast.LENGTH_SHORT + ).show() + } + } else { +// lifecycleScope.launch { +// DbHelper.addDownload(data) +// } + if (file.exists()) { + val findFirstDirectory = ZipManager.findFirstDirectory(file) + Log.d( + MyKeyboard.TAG, + "----apply------------it=$findFirstDirectory" + ) + runOnUiThread { + apply("${findFirstDirectory}/") + + } + } + } + + + } + + }) + } + + } + + private fun apply(path: String) { + var skinParentPath = path + if (path.contains("res")) { + skinParentPath = path.substringBeforeLast("res") + } + + + Spstore.updateSkinPath(skinParentPath) + Toast.makeText( + this@ApplyActivity, + getString(R.string.color_theme_application_successful), + Toast.LENGTH_SHORT + ).show() + startActivity(Intent(this, SuccessActivity::class.java).apply { + putExtra(SuccessActivity.key_name, name) + }) + finish() + } + + + + +} \ No newline at end of file diff --git a/app/src/main/java/com/key/board/journey/inputmethod/activity/ListActivity.java b/app/src/main/java/com/key/board/journey/inputmethod/activity/ListActivity.java new file mode 100644 index 0000000..221ea7e --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/activity/ListActivity.java @@ -0,0 +1,60 @@ +package com.key.board.journey.inputmethod.activity; + +import android.os.Bundle; +import android.view.View; + +import androidx.appcompat.app.AppCompatActivity; +import androidx.recyclerview.widget.GridLayoutManager; + +import com.key.board.journey.inputmethod.MyKeyboard; +import com.key.board.journey.inputmethod.list.ItemMore; +import com.key.board.journey.inputmethod.data.ChildBean; +import com.key.board.journey.inputmethod.data.ClassBean; +import com.key.board.journey.inputmethod.databinding.ActivityListAllBinding; +import com.key.board.journey.inputmethod.tools.Common; +import com.key.board.journey.inputmethod.tools.ItemDec; + +import java.util.List; + +public class ListActivity extends AppCompatActivity { + private ActivityListAllBinding vb; + public static final String KEY_NAME ="class_name"; + private String name; + private List data; + @Override + protected void onCreate(Bundle savedInstanceState) { + super.onCreate(savedInstanceState); + vb = ActivityListAllBinding.inflate(getLayoutInflater()); + Common.INSTANCE.initFullScreen(this, true); + setContentView(vb.getRoot()); + + name = getIntent().getStringExtra(KEY_NAME); + initData(); + initClick(); + } + + private void initData(){ + vb.className.setText(name); + for (ClassBean classBean : MyKeyboard.list) { + if(classBean.getParentName().equals(name)){ + data = classBean.getKeyboardList(); + } + } + ItemDec itemDec = new ItemDec(3, 3, 0); + ItemMore adapterMain = new ItemMore(this); + adapterMain.setForYouList(data); + vb.recycler.setLayoutManager(new GridLayoutManager(ListActivity.this,2)); + vb.recycler.setAdapter(adapterMain); + vb.recycler.addItemDecoration(itemDec); + + } + private void initClick(){ + vb.back.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View v) { + finish(); + } + }); + } + +} \ No newline at end of file diff --git a/app/src/main/java/com/key/board/journey/inputmethod/activity/MainActivity.java b/app/src/main/java/com/key/board/journey/inputmethod/activity/MainActivity.java new file mode 100644 index 0000000..552bd79 --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/activity/MainActivity.java @@ -0,0 +1,165 @@ +package com.key.board.journey.inputmethod.activity; + +import android.content.Intent; +import android.os.Bundle; +import android.view.LayoutInflater; +import android.view.View; +import android.widget.ImageView; +import android.widget.LinearLayout; + +import androidx.annotation.NonNull; +import androidx.appcompat.app.AppCompatActivity; +import androidx.core.content.ContextCompat; +import androidx.fragment.app.Fragment; +import androidx.viewpager2.adapter.FragmentStateAdapter; +import androidx.viewpager2.widget.ViewPager2; + +import com.key.board.journey.inputmethod.data.ClassBean; +import com.bumptech.glide.Glide; +import com.google.android.material.tabs.TabLayout; +import com.key.board.journey.inputmethod.MyKeyboard; +import com.key.board.journey.inputmethod.R; +import com.key.board.journey.inputmethod.tools.Common; +import com.key.board.journey.inputmethod.databinding.ActivityMainBinding; +import com.key.board.journey.inputmethod.data.ChildBean; +import com.key.board.journey.inputmethod.fragment.FavoriteFragment; +import com.key.board.journey.inputmethod.fragment.FragmentHome; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Objects; + +public class MainActivity extends AppCompatActivity { + + private ActivityMainBinding vb; + + + @Override + protected void onCreate(Bundle savedInstanceState) { + super.onCreate(savedInstanceState); + vb = ActivityMainBinding.inflate(getLayoutInflater()); + Common.INSTANCE.initFullScreen(this, true); + setContentView(vb.getRoot()); + loadBanner(); + init(); + + } + + private void loadBanner() { + List list = new ArrayList<>(); + list.addAll(MyKeyboard.list); + Collections.shuffle(list); + List keyboardList = list.get(0).getKeyboardList(); + Collections.shuffle(keyboardList); + + loadThumb(keyboardList.get(0), vb.im1); + loadThumb(keyboardList.get(1), vb.im2); + loadThumb(keyboardList.get(2), vb.im3); + loadThumb(keyboardList.get(3), vb.im4); + loadThumb(keyboardList.get(4), vb.im5); + + vb.viewFlipper.startFlipping(); + } + + private void loadThumb(ChildBean data, ImageView imageView) { + String thumbGif = data.getThumbGif(); + String thumb = data.getThumbUrl(); + if (!thumbGif.isEmpty()) { + Common.INSTANCE.loadWepJif(this, thumbGif, imageView); + } else { + Glide.with(this).load(thumb) + .placeholder(R.drawable.default_placeholder) + .into(imageView); + } + imageView.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View v) { + Intent intent = new Intent(MainActivity.this, ApplyActivity.class); + intent.putExtra(ApplyActivity.SOURCE_KEY, data); + startActivity(intent); + } + }); + } + + + private void init() { + List listFragment = new ArrayList<>(); + listFragment.add(FragmentHome.newInstance()); + listFragment.add(FavoriteFragment.newInstance()); + + for (int i = 0; i < listFragment.size(); i++) { + TabLayout.Tab tab = vb.tabLayout.newTab(); + + View inflate = LayoutInflater.from(this).inflate(R.layout.item_tab_view, null, false); + ImageView icon = inflate.findViewById(R.id.im_icon); + LinearLayout layout = inflate.findViewById(R.id.linear); +// TextView textView = inflate.findViewById(R.id.textView); + if (i == 0) { +// textView.setSelected(true); +// textView.setText(getString(R.string.tv_home)); +// layout.setBackground(ContextCompat.getDrawable(this, R.drawable.selector_home_tab)); + icon.setImageDrawable(ContextCompat.getDrawable(this, R.drawable.type_tab_home)); + } else if (i == 1) { +// textView.setSelected(false); +// textView.setText(getString(R.string.tv_like)); +// layout.setBackground(ContextCompat.getDrawable(this, R.drawable.selector_collection_tab)); + icon.setImageDrawable(ContextCompat.getDrawable(this, R.drawable.type_tab_favorite)); + } + tab.setCustomView(inflate); + vb.tabLayout.addTab(tab); + } + + + vb.viewpager.setUserInputEnabled(false); + vb.viewpager.setAdapter(new FragmentStateAdapter(this) { + @NonNull + @Override + public Fragment createFragment(int position) { + return listFragment.get(position); + } + + @Override + public int getItemCount() { + return listFragment.size(); + } + }); + bing(); + } + + + private void bing() { + vb.tabLayout.addOnTabSelectedListener(new TabLayout.OnTabSelectedListener() { + @Override + public void onTabSelected(TabLayout.Tab tab) { + ImageView icon = Objects.requireNonNull(tab.getCustomView()).findViewById(R.id.im_icon); + icon.setSelected(true); + vb.viewpager.setCurrentItem(tab.getPosition()); + int position = tab.getPosition(); +// if(position == 0){ +// vb.topTitle.setText(getString(R.string.tv_skins)); +// }else { +// vb.topTitle.setText(getString(R.string.tv_like)); +// } + } + + @Override + public void onTabUnselected(TabLayout.Tab tab) { + ImageView icon = Objects.requireNonNull(tab.getCustomView()).findViewById(R.id.im_icon); + icon.setSelected(false); + } + + @Override + public void onTabReselected(TabLayout.Tab tab) { + + } + }); + vb.viewpager.registerOnPageChangeCallback(new ViewPager2.OnPageChangeCallback() { + @Override + public void onPageSelected(int position) { + super.onPageSelected(position); + Objects.requireNonNull(vb.tabLayout.getTabAt(position)).select(); + } + }); + } +} \ No newline at end of file diff --git a/app/src/main/java/com/key/board/journey/inputmethod/activity/SuccessActivity.java b/app/src/main/java/com/key/board/journey/inputmethod/activity/SuccessActivity.java new file mode 100644 index 0000000..031a827 --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/activity/SuccessActivity.java @@ -0,0 +1,132 @@ +package com.key.board.journey.inputmethod.activity; + +import static com.bumptech.glide.request.RequestOptions.bitmapTransform; + +import android.graphics.Rect; +import android.graphics.drawable.Drawable; +import android.os.Bundle; +import android.view.View; +import android.view.ViewGroup; +import android.view.ViewTreeObserver; +import android.view.WindowManager; + +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.appcompat.app.AppCompatActivity; + +import com.bumptech.glide.Glide; +import com.bumptech.glide.load.DataSource; +import com.bumptech.glide.load.engine.GlideException; +import com.bumptech.glide.request.RequestListener; +import com.bumptech.glide.request.target.Target; +import com.key.board.journey.inputmethod.databinding.ActivitySuccessBinding; +import com.key.board.journey.inputmethod.tools.AllName; +import com.key.board.journey.inputmethod.tools.Common; +import com.key.board.journey.inputmethod.tools.Spstore; + +import jp.wasabeef.glide.transformations.BlurTransformation; + + +public class SuccessActivity extends AppCompatActivity { + private ActivitySuccessBinding vb; + public static String key_name = "key_name"; + private int mPreviousKeyboardHeight = -1; + + + @Override + protected void onCreate(@Nullable Bundle savedInstanceState) { + super.onCreate(savedInstanceState); + Common.INSTANCE.initFullScreen(this,true); + vb = ActivitySuccessBinding.inflate(getLayoutInflater()); + setContentView(vb.getRoot()); + + onInit(); + } + + + + + public void onInit() { + + String stringExtra = getIntent().getStringExtra(key_name); + vb.title.setText(stringExtra); + + String curPath = Spstore.INSTANCE.getSkinPath(); + + vb.idBack.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View v) { + finish(); + } + }); + if (curPath == null) { + return; + } + + String bgPath = curPath+"res/drawable-xxhdpi-v4/"+ AllName.previewBg; + + Drawable bgDraw = Common.INSTANCE.getBgDrawable(this, bgPath); + if (bgDraw != null) { + + Glide.with(this) + .load(bgDraw) + .apply(bitmapTransform(new BlurTransformation(15, 3))) // 设置模糊半径和模糊采样 + .listener(new RequestListener() { + @Override + public boolean onLoadFailed(@Nullable GlideException e, @Nullable Object model, @NonNull Target target, boolean isFirstResource) { + return false; + } + + @Override + public boolean onResourceReady(@NonNull Drawable resource, @NonNull Object model, Target target, @NonNull DataSource dataSource, boolean isFirstResource) { + vb.relayout.setBackground(resource); +// new Thread(new Runnable() { +// @Override +// public void run() { +// String s = getCacheDir() + "/test.jpg"; +// File file = new File(s); +// try { +// DownloadSkinManager.saveDrawableToFile(resource,file); +// } catch (IOException e) { +// +// } +// } +// }).start(); + return false; + } + }) + .preload(); + + } + keyboardheight(); + vb.et.requestFocus(); + getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE); + + } + + + private void keyboardheight() { + final View rootView = getWindow().getDecorView(); + rootView.getViewTreeObserver().addOnGlobalLayoutListener(new ViewTreeObserver.OnGlobalLayoutListener() { + + + @Override + public void onGlobalLayout() { + Rect r = new Rect(); + rootView.getWindowVisibleDisplayFrame(r); + int screenHeight = rootView.getRootView().getHeight(); + int keypadHeight = screenHeight - r.bottom; + + if (keypadHeight != mPreviousKeyboardHeight) { + if (mPreviousKeyboardHeight < keypadHeight) { + mPreviousKeyboardHeight = keypadHeight; + ViewGroup.MarginLayoutParams params = (ViewGroup.MarginLayoutParams) vb.et.getLayoutParams(); + params.bottomMargin = mPreviousKeyboardHeight; + vb.et.setLayoutParams(params); + } + + } + } + }); + } +} \ No newline at end of file diff --git a/app/src/main/java/com/key/board/journey/inputmethod/activity/WelActivity.kt b/app/src/main/java/com/key/board/journey/inputmethod/activity/WelActivity.kt new file mode 100644 index 0000000..7044362 --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/activity/WelActivity.kt @@ -0,0 +1,62 @@ +package com.key.board.journey.inputmethod.activity + +import android.content.Intent +import android.os.Bundle +import android.os.CountDownTimer +import android.widget.ProgressBar +import androidx.appcompat.app.AppCompatActivity +import com.key.board.journey.inputmethod.R +import com.key.board.journey.inputmethod.tools.Common +import kotlin.math.roundToInt + +class WelActivity : AppCompatActivity() { + + private lateinit var progressBar: ProgressBar + private var countTime = 1000L + private lateinit var timer: CountDownTimer + + override fun onCreate(savedInstanceState: Bundle?) { + super.onCreate(savedInstanceState) + setContentView(R.layout.activity_wel) + Common.initFullScreen(this,true) + init() + findView() + } + + private fun init() { + + timer = object : CountDownTimer(countTime, 100) { + override fun onTick(millisUntilFinished: Long) { + val percentage: Float = 100 - millisUntilFinished.toFloat() / countTime * 100 + val round = percentage.roundToInt() + progressBar.progress = round + } + + override fun onFinish() { + progressBar.progress = 100 + toHome() + } + + } + timer.start() + + } + + + private fun findView() { + progressBar = findViewById(R.id.nova_progress) + } + + + private fun toHome() { + startActivity(Intent(this, MainActivity::class.java)) + finish() + } + + override fun onDestroy() { + super.onDestroy() + timer.cancel() + } + + +} \ No newline at end of file diff --git a/app/src/main/java/com/key/board/journey/inputmethod/data/ChildBean.java b/app/src/main/java/com/key/board/journey/inputmethod/data/ChildBean.java new file mode 100644 index 0000000..46f5352 --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/data/ChildBean.java @@ -0,0 +1,87 @@ +package com.key.board.journey.inputmethod.data; + +import androidx.room.Entity; +import androidx.room.PrimaryKey; + +import java.io.Serializable; + +@Entity +public class ChildBean implements Serializable { + + @PrimaryKey(autoGenerate = true) + private long id; + private String titleName; + + private String thumbUrl; + + private String thumbGif; + + private String zipPath; + + private String imgPath; + private String imgGif; + + + + public void setImgGif(String imgGif) { + this.imgGif = imgGif; + } + + public String getTitleName() { + + return titleName; + } + + public String getThumbUrl() { + + return thumbUrl; + } + + public String getThumbGif() { + + return thumbGif; + } + + public String getZipPath() { + + return zipPath; + } + + public String getImgPath() { + + return imgPath; + } + + public void setTitleName(String name) { + this.titleName = name; + } + + public void setThumbUrl(String thumbUrl) { + this.thumbUrl = thumbUrl; + } + + public void setThumbGif(String thumbGif) { + this.thumbGif = thumbGif; + } + + public void setZipPath(String path) { + this.zipPath = path; + } + + public void setImgPath(String imgPath) { + this.imgPath = imgPath; + } + + public String getImgGif() { + return imgGif; + } + + + public long getId() { + return id; + } + + public void setId(long id) { + this.id = id; + } +} diff --git a/app/src/main/java/com/key/board/journey/inputmethod/data/ClassBean.java b/app/src/main/java/com/key/board/journey/inputmethod/data/ClassBean.java new file mode 100644 index 0000000..d7519cf --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/data/ClassBean.java @@ -0,0 +1,27 @@ +package com.key.board.journey.inputmethod.data; + +import java.util.List; + +public class ClassBean { + private String parentName; + + private List keyboardList; + + public String getParentName() { + + return parentName; + } + + public List getKeyboardList() { + + return keyboardList; + } + + public void setParentName(String name) { + this.parentName = name; + } + + public void setKeyboardList(List keyboardList) { + this.keyboardList = keyboardList; + } +} diff --git a/app/src/main/java/com/key/board/journey/inputmethod/fragment/DialogEnable.kt b/app/src/main/java/com/key/board/journey/inputmethod/fragment/DialogEnable.kt new file mode 100644 index 0000000..ce1ed0e --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/fragment/DialogEnable.kt @@ -0,0 +1,161 @@ +package com.key.board.journey.inputmethod.fragment + +import android.content.BroadcastReceiver +import android.content.Context +import android.content.Intent +import android.content.IntentFilter +import android.graphics.Color +import android.graphics.drawable.ColorDrawable +import android.os.Bundle +import android.provider.Settings +import android.view.Gravity +import android.view.LayoutInflater +import android.view.View +import android.view.ViewGroup +import android.view.WindowManager +import android.view.inputmethod.InputMethodManager +import android.widget.ImageView +import android.widget.LinearLayout +import android.widget.TextView +import androidx.appcompat.app.AppCompatActivity +import androidx.core.view.isVisible +import androidx.fragment.app.DialogFragment +import com.key.board.journey.inputmethod.MyKeyboard +import com.key.board.journey.inputmethod.R +import com.key.board.journey.inputmethod.databinding.DialogEnableBinding +import com.key.board.journey.inputmethod.tools.Common + + +class DialogEnable(private var clickAction: () -> Unit) : DialogFragment() { + + private lateinit var vb: DialogEnableBinding + + private lateinit var layoutStepOne: LinearLayout + private lateinit var layoutStepTwo: LinearLayout + private lateinit var imgStepOkOne: ImageView + private lateinit var imgStepOkTwo: ImageView + private lateinit var intentFilter: IntentFilter + private var myreceiver: BroadcastReceiver? = null + + private lateinit var stepOne: TextView + private lateinit var stepTwo: TextView + + private lateinit var context: Context + override fun onCreateView( + inflater: LayoutInflater, + container: ViewGroup?, + savedInstanceState: Bundle? + ): View { + vb = DialogEnableBinding.inflate(layoutInflater) + context = MyKeyboard.myKeyboardInstance + + + findViewId() + onViewStep() + getReceiver() + return vb.root + } + + override fun onStart() { + super.onStart() + dialog?.run { + setCanceledOnTouchOutside(false) + setCancelable(false) + window?.run { + setGravity(Gravity.BOTTOM) + setBackgroundDrawable(ColorDrawable(Color.TRANSPARENT)) + + attributes = attributes.apply { + width = WindowManager.LayoutParams.MATCH_PARENT + height = WindowManager.LayoutParams.WRAP_CONTENT + } + } + + } + } + + private fun findViewId() { + + layoutStepOne = vb.linearStepOne + layoutStepTwo = vb.linearStepTwo + imgStepOkOne = vb.okOne + imgStepOkTwo = vb.okTwo + stepOne = vb.textStepOne + stepTwo = vb.textStepTwo + } + + private fun onViewStep() { + + layoutStepOne.setOnClickListener { + startActivity(Intent(Settings.ACTION_INPUT_METHOD_SETTINGS)) + } + layoutStepTwo.setOnClickListener { + val inputMethodManager = + context.getSystemService(AppCompatActivity.INPUT_METHOD_SERVICE) as InputMethodManager + inputMethodManager.showInputMethodPicker() + } + + } + + override fun onResume() { + super.onResume() + updateUI() + } + + private fun getReceiver() { + myreceiver = object : BroadcastReceiver() { + override fun onReceive(context: Context?, intent: Intent?) { + updateUI() + } + } + intentFilter = IntentFilter(Intent.ACTION_INPUT_METHOD_CHANGED) + + context.registerReceiver(myreceiver, intentFilter) + } + + private fun updateUI() { + + val checkEnable = Common.checkEnable(MyKeyboard.myKeyboardInstance) + val checkSetDefault = Common.checkSetDefault(MyKeyboard.myKeyboardInstance) + if (checkEnable && checkSetDefault) { + clickAction.invoke() + dismiss() + return + } + if (checkEnable) { + layoutStepOne.isEnabled = false + layoutStepOne.isSelected = true + imgStepOkOne.isVisible = true + stepOne.setTextColor(context.getColor(R.color.step_true)) + } else { + layoutStepOne.isEnabled = true + layoutStepOne.isSelected = false + imgStepOkOne.isVisible = false + stepOne.setTextColor(context.getColor(R.color.black)) + } + + if (checkSetDefault) { + layoutStepTwo.isEnabled = false + layoutStepTwo.isSelected = true + imgStepOkTwo.isVisible = true + stepTwo.setTextColor(context.getColor(R.color.step_true)) + } else { + layoutStepTwo.isEnabled = true + layoutStepTwo.isSelected = false + imgStepOkTwo.isVisible = false + stepTwo.setTextColor(context.getColor(R.color.black)) + } + + + } + + override fun onDestroy() { + super.onDestroy() + if (myreceiver != null) { + context.unregisterReceiver(myreceiver) + } + } + + + +} \ No newline at end of file diff --git a/app/src/main/java/com/key/board/journey/inputmethod/fragment/DialogOpen.kt b/app/src/main/java/com/key/board/journey/inputmethod/fragment/DialogOpen.kt new file mode 100644 index 0000000..c7eea6b --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/fragment/DialogOpen.kt @@ -0,0 +1,100 @@ +package com.key.board.journey.inputmethod.fragment + +import android.content.DialogInterface +import android.content.Intent +import android.os.Bundle +import android.view.Gravity +import android.view.LayoutInflater +import android.view.View +import android.view.ViewGroup +import android.view.Window +import android.view.WindowManager +import androidx.fragment.app.DialogFragment +import com.bumptech.glide.Glide +import com.key.board.journey.inputmethod.MyKeyboard +import com.key.board.journey.inputmethod.R +import com.key.board.journey.inputmethod.activity.ApplyActivity +import com.key.board.journey.inputmethod.data.ChildBean +import com.key.board.journey.inputmethod.databinding.DialogOpenBinding +import com.key.board.journey.inputmethod.tools.Common.loadWepJif + + +class DialogOpen(var onClose: () -> Unit) : DialogFragment() { + private lateinit var dialogVb: DialogOpenBinding + private lateinit var data: ChildBean + override fun onCreateView( + inflater: LayoutInflater, container: ViewGroup?, + savedInstanceState: Bundle? + ): View { + dialogVb = DialogOpenBinding.inflate(inflater, container, false) + init() + return dialogVb.root + } + + + private fun init() { + isCancelable = false + val window = dialog!!.window + window!!.setBackgroundDrawableResource(R.color.transparent) + window.decorView.setPadding(0, 0, 0, 0) + initLoadIm() + initBar(window) + + val wlp = window.attributes + wlp.gravity = Gravity.CENTER + wlp.width = WindowManager.LayoutParams.WRAP_CONTENT + wlp.height = WindowManager.LayoutParams.WRAP_CONTENT + window.attributes = wlp + + dialogVb.close.setOnClickListener { + dismiss() + + } + + dialogVb.tvApply.setOnClickListener { + val intent = Intent(requireContext(), ApplyActivity::class.java) + intent.putExtra(ApplyActivity.SOURCE_KEY, data) + startActivity(intent) + dismiss() + } + + } + + private fun initLoadIm() { + val list = MyKeyboard.list.filter { + it.parentName == getString(R.string.color_recommend_name) + + } + val shuffled = list[0].keyboardList.shuffled() + shuffled[0].let { + data = it + val thumbGif: String = it.thumbGif + val thumb: String = it.thumbUrl + if (thumbGif.isNotEmpty()) { + loadWepJif(MyKeyboard.myKeyboardInstance, thumbGif, dialogVb.imageview) + } else { + Glide.with(MyKeyboard.myKeyboardInstance) + .load(thumb) + .placeholder(R.drawable.default_placeholder) + .thumbnail(0.5f) + .into(dialogVb.imageview) + } + } + + } + override fun onDismiss(dialog: DialogInterface) { + super.onDismiss(dialog) + onClose.invoke() + } + private fun initBar(window: Window) { + window.addFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN) + window.decorView.systemUiVisibility = + View.SYSTEM_UI_FLAG_HIDE_NAVIGATION or View.SYSTEM_UI_FLAG_FULLSCREEN + } + + companion object { + @JvmStatic + fun newInstance(onClose: () -> Unit) = + DialogOpen(onClose) + } +} \ No newline at end of file diff --git a/app/src/main/java/com/key/board/journey/inputmethod/fragment/FavoriteFragment.kt b/app/src/main/java/com/key/board/journey/inputmethod/fragment/FavoriteFragment.kt new file mode 100644 index 0000000..7b2e967 --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/fragment/FavoriteFragment.kt @@ -0,0 +1,77 @@ +package com.key.board.journey.inputmethod.fragment + +import android.os.Bundle +import android.view.LayoutInflater +import android.view.View +import android.view.ViewGroup +import androidx.core.view.isVisible +import androidx.fragment.app.Fragment +import androidx.lifecycle.lifecycleScope +import androidx.recyclerview.widget.GridLayoutManager +import com.key.board.journey.inputmethod.myInter.InterfaceUpdateLike +import com.key.board.journey.inputmethod.data.ChildBean +import com.key.board.journey.inputmethod.databinding.FragmentFavoriteBinding +import com.key.board.journey.inputmethod.mydata.BaseDataBase +import com.key.board.journey.inputmethod.mydata.DbHelper +import com.key.board.journey.inputmethod.list.ItemFavorite +import kotlinx.coroutines.launch + +class FavoriteFragment : Fragment() { + private lateinit var vb: FragmentFavoriteBinding + + private lateinit var itemFavorite: ItemFavorite + + + companion object { + + @JvmStatic + fun newInstance() = + FavoriteFragment() + } + + override fun onCreateView( + inflater: LayoutInflater, container: ViewGroup?, + savedInstanceState: Bundle? + ): View? { + vb = FragmentFavoriteBinding.inflate(layoutInflater) + + init() + + return vb.root + } + + + private fun init() { + itemFavorite = ItemFavorite( + requireContext() + ).apply { + setRemoveLike(object : InterfaceUpdateLike { + override fun onRemoveLike(data: ChildBean) { + lifecycleScope.launch { + DbHelper.removeLike(data) + } + } + + }) + } + vb.likeRecycler.run { + adapter = itemFavorite + layoutManager = GridLayoutManager(requireContext(), 2) + } + + BaseDataBase.baseDataBase.ThemesDao().queryAllLike().observe(requireActivity()) { + if(it.isNullOrEmpty()){ + vb.likeRecycler.isVisible = false + vb.emptyTitle.isVisible = true + }else{ + vb.likeRecycler.isVisible = true + vb.emptyTitle.isVisible = false + itemFavorite.setForYouList(it) + } + + } + } + + + +} \ No newline at end of file diff --git a/app/src/main/java/com/key/board/journey/inputmethod/fragment/FragmentHome.kt b/app/src/main/java/com/key/board/journey/inputmethod/fragment/FragmentHome.kt new file mode 100644 index 0000000..a815c45 --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/fragment/FragmentHome.kt @@ -0,0 +1,89 @@ +package com.key.board.journey.inputmethod.fragment + +import android.content.Intent +import android.os.Bundle +import android.view.LayoutInflater +import android.view.View +import android.view.ViewGroup +import androidx.fragment.app.Fragment +import androidx.recyclerview.widget.LinearLayoutManager +import com.key.board.journey.inputmethod.MyKeyboard +import com.key.board.journey.inputmethod.activity.ListActivity +import com.key.board.journey.inputmethod.myInter.InterfaceList +import com.key.board.journey.inputmethod.data.ClassBean +import com.key.board.journey.inputmethod.databinding.FragmentHomeBinding +import com.key.board.journey.inputmethod.list.ItemMain + +class FragmentHome : Fragment() { + + + private lateinit var vb: FragmentHomeBinding + + private var dialogEnable: DialogEnable? = null + + lateinit var viewAllList: MutableList + private lateinit var itemMain: ItemMain + + private var recommendDialog: DialogOpen? = null + + companion object { + + @JvmStatic + fun newInstance() = + FragmentHome() + } + + override fun onCreateView( + inflater: LayoutInflater, container: ViewGroup?, + savedInstanceState: Bundle? + ): View? { + vb = FragmentHomeBinding.inflate(layoutInflater) +// viewContent = vb.viewPager + setTabRecycler() + showEnableDialog() + return vb.root + } + + + private fun setTabRecycler() { + viewAllList = MyKeyboard.list.subList(1, MyKeyboard.list.size) + itemMain = ItemMain( + requireContext(), viewAllList + ).apply { + setClickAction(object : InterfaceList { + override fun OnClickSeeAll(name: String) { + startActivity(Intent( + requireContext(), + ListActivity::class.java + ).apply { + putExtra(ListActivity.KEY_NAME, name) + }) + + } + + }) + } + vb.tabRecycler.run { + adapter = itemMain + layoutManager = LinearLayoutManager(requireContext()) + } + } + + private fun showRecommend() { + if (recommendDialog == null) { + recommendDialog = DialogOpen.newInstance() { + + } + } + recommendDialog?.show(childFragmentManager, "") + } + + private fun showEnableDialog() { + if (dialogEnable == null) { + dialogEnable = DialogEnable { + showRecommend() + } + } + dialogEnable?.show(childFragmentManager, "") + } +} \ No newline at end of file diff --git a/app/src/main/java/com/key/board/journey/inputmethod/keyboard/ConfigMan.kt b/app/src/main/java/com/key/board/journey/inputmethod/keyboard/ConfigMan.kt new file mode 100644 index 0000000..1d4130e --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/keyboard/ConfigMan.kt @@ -0,0 +1,195 @@ +package com.key.board.journey.inputmethod.keyboard + +import android.content.Context +import android.graphics.Bitmap +import android.graphics.BitmapFactory +import android.graphics.Color +import android.graphics.drawable.BitmapDrawable +import android.graphics.drawable.Drawable +import android.graphics.drawable.StateListDrawable +import android.util.Xml +import androidx.core.content.ContextCompat +import com.key.board.journey.inputmethod.MyKeyboard +import com.key.board.journey.inputmethod.R +import com.key.board.journey.inputmethod.keyboard.config.ConfigData +import com.key.board.journey.inputmethod.tools.keyboardTheme +import com.key.board.journey.inputmethod.tools.AllName +import com.key.board.journey.inputmethod.tools.Spstore +import org.xmlpull.v1.XmlPullParser +import java.io.File +import java.io.StringReader +import androidx.core.graphics.drawable.toDrawable + +class ConfigMan(var context: Context) { + + + private var textSize = 13f + + var functionDraw: Drawable = + getDefaultDrawList(R.drawable.key_normal, R.drawable.key_presse) + var generalDraw: Drawable = + getDefaultDrawList(R.drawable.key_normal, R.drawable.key_presse) + + var toDraw: Drawable = getDefaultDrawList(R.drawable.key_normal, R.drawable.key_presse) + var spaceDraw: Drawable = getDefaultDrawList(R.drawable.key_normal, R.drawable.key_presse) + +// var switchDraw: Drawable? = null + var deleteDraw: Drawable? = null + var backDraw: Drawable? = null + var searchDraw: Drawable? = null + + var shiftDraw: Drawable? = null + var shiftLockDraw: Drawable? = null + + var keyTextColor: Int = ContextCompat.getColor(context, R.color.white) + var keyTextColorFunction: Int = ContextCompat.getColor(context, R.color.white) + + fun getConfig(): ConfigData? { + val skinPath = Spstore.getSkinPath() + val configFilePath = skinPath + "assets/keyboard.conf" + val file = File(configFilePath) + return if (file.exists()) { + keyboardTheme.initConfig(configFilePath) + } else { + null + } + } + + fun getConfigBg(name: String): Drawable? { + Spstore.getSkinPath()?.let { resPath -> + val pPath = "${resPath}res/drawable-xhdpi-v4/" + + return getDrawList( + pPath + name, + pPath + name + ) + } + return null + } + + fun updateSkinConfig() { + Spstore.getSkinPath()?.let { resPath -> + val pPath = "${resPath}res/drawable-xhdpi-v4/" + pPath.let { + readColors(resPath) { + for ((name, value) in it) { + if (name == AllName.keyTextColorName) { + keyTextColor = value + } + if (name == AllName.keyTextColorFunctionName) { + keyTextColorFunction = value + } + } + + } + functionDraw = getDrawList( + it + AllName.functionNormalName, + it + AllName.functionPressName + ) + generalDraw = getDrawList(it + AllName.normalName, it + AllName.pressName) + toDraw = getDrawList(it + AllName.toNormalName, it + AllName.toPressName) + spaceDraw = + getDrawList(it + AllName.spaceNormalName, it + AllName.spacePressName) +// switchDraw = +// getDrawList(it + AllName.imeSwitchName, it + AllName.imeSwitchName) + deleteDraw = getDrawList( + it + AllName.deleteNormalName, + it + AllName.deletePressName + ) + backDraw = getDrawList(it + AllName.backName, it + AllName.backName) + searchDraw = getDrawList(it + AllName.searchName, it + AllName.searchName) + shiftDraw = getDrawList( + it + AllName.shiftNormalName, + it + AllName.shiftNormalName + ) + shiftLockDraw = + getDrawList(it + AllName.shiftLockName, it + AllName.shiftLockName) + } + + } + } + + + private fun getDefaultDrawList(normalDrawId: Int, pressDrawId: Int): StateListDrawable { + val normalDraw = ContextCompat.getDrawable(MyKeyboard.myKeyboardInstance, normalDrawId) + val pressDraw = ContextCompat.getDrawable(MyKeyboard.myKeyboardInstance, pressDrawId) + val stateListDrawable = StateListDrawable().apply { + addState( + intArrayOf(android.R.attr.state_pressed), + pressDraw + ) + addState(intArrayOf(), normalDraw) + } + + return stateListDrawable + + + } + + + private fun getDrawList(normalPath: String, pressPath: String): StateListDrawable { + var normalDraw:Bitmap + var pressDraw:Bitmap + if(!File(normalPath).exists()){ + normalDraw = BitmapFactory.decodeResource(MyKeyboard.myKeyboardInstance.resources, R.drawable.key_normal) + }else{ + normalDraw = BitmapFactory.decodeFile(normalPath) + } + + if(!File(pressPath).exists()){ + pressDraw = BitmapFactory.decodeResource(MyKeyboard.myKeyboardInstance.resources, R.drawable.key_normal) + }else{ + pressDraw = BitmapFactory.decodeFile(pressPath) + } + + + val stateListDrawable = StateListDrawable().apply { + addState( + intArrayOf(android.R.attr.state_pressed), + pressDraw.toDrawable(context.resources) + ) + addState(intArrayOf(), normalDraw.toDrawable(context.resources)) + } + + return stateListDrawable + + + } + + private fun readColors(resPath: String, callBack: (Map) -> Unit) { + val resMaps = mutableMapOf() + + val pPath = "${resPath}res/colors.xml" + val file = File(pPath) + if (file.exists()) { + val xmlPullParser = Xml.newPullParser().apply { + setInput(StringReader(file.readText())) + setFeature(XmlPullParser.FEATURE_PROCESS_NAMESPACES, false) + + } + var curType = xmlPullParser.eventType + while (curType != XmlPullParser.END_DOCUMENT) { + val b = curType == XmlPullParser.START_TAG + val b1 = xmlPullParser.name == "color" + val b2 = xmlPullParser.name == "item" + if (b && (b1 || b2)) { + val attributeName = xmlPullParser.getAttributeValue(null, "name") + val nextTextValue = xmlPullParser.nextText() + val b3 = attributeName == AllName.keyTextColorName + val b4 = attributeName == AllName.keyTextColorFunctionName + if (b3 || b4) { + resMaps[attributeName] = Color.parseColor(nextTextValue) + } + } + curType = xmlPullParser.next() + } + + } + + callBack.invoke(resMaps) + + + } + + +} \ No newline at end of file diff --git a/app/src/main/java/com/key/board/journey/inputmethod/keyboard/Manager.kt b/app/src/main/java/com/key/board/journey/inputmethod/keyboard/Manager.kt new file mode 100644 index 0000000..dad2d84 --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/keyboard/Manager.kt @@ -0,0 +1,106 @@ +package com.key.board.journey.inputmethod.keyboard + +import android.annotation.SuppressLint +import android.content.Context +import android.graphics.BitmapFactory +import android.graphics.drawable.BitmapDrawable +import android.graphics.drawable.Drawable +import android.util.Log +import com.key.board.journey.inputmethod.MyKeyboard +import com.key.board.journey.inputmethod.tools.AllName +import com.key.board.journey.inputmethod.tools.Spstore +import com.key.board.journey.inputmethod.rescode.CustKeyBoard +import java.io.File + +object Manager { + + fun keyToUpper(mKeyBoard: CustKeyBoard) { + for (key in mKeyBoard.keys) { + if (key.label != null) { + if (key.label.length == 1) { + val charLabel = key.label.toString()[0] + val toUpperCase = charLabel.toUpperCase() + key.codes[0] = toUpperCase.toInt() + key.label = toUpperCase.toString() + } + + } + } + } + + + fun keyToLowerCase(mKeyBoard: CustKeyBoard) { + for (key in mKeyBoard.keys) { + if (key.label != null) { + if (key.label.length == 1) { + val charLabel = key.label.toString()[0] + val toLowerCase = charLabel.toLowerCase() + key.codes[0] = toLowerCase.toInt() + key.label = toLowerCase.toString() + } + + } + } + } + + fun primaryCodeToChar(primCode: Int): String { + val toString = primCode.toChar().toString() + + return toString + } + + @SuppressLint("SuspiciousIndentation") + fun readBgOrVideo( + context: Context, + playAction: (gif: String?, bgDraw: Drawable?) -> Unit + ) { + + Spstore.getSkinPath()?.let { resPath -> + val videoPath = "${resPath}res/raw/${AllName.videoName}" + val videoPath2 = "${resPath}res/raw/${AllName.video}" + val backgroundPath = "${resPath}res/drawable-xxhdpi-v4/${AllName.bgName}" + val backgroundPath_png = "${resPath}res/drawable-xxhdpi-v4/${AllName.bgName_png}" + val file = File(videoPath) + val file2 = File(videoPath2) + val file3 = File(backgroundPath) + val file4 = File(backgroundPath_png) + if (file.exists() || file2.exists()) { + Log.d(MyKeyboard.TAG, "--------11111111= resPath=${resPath}") + val path: String = if (file.exists()) { + videoPath + } else { + videoPath2 + } + + + val bitmapDrawable = + BitmapDrawable(context.resources, BitmapFactory.decodeFile(path)) + + playAction.invoke(path, null) + +// playAction.invoke(mediaPlayer,null); + } else { + Log.d( + MyKeyboard.TAG, + "--------11111111= file3.exists()" + file3.exists() + "---resPath=" + resPath + ) + if (file3.exists()) { + val bitmapDrawable = + BitmapDrawable(context.resources, BitmapFactory.decodeFile(backgroundPath)) + playAction.invoke(null, bitmapDrawable) + } else if (file4.exists()) { + val bitmapDrawable = + BitmapDrawable(context.resources, BitmapFactory.decodeFile(backgroundPath_png)) + playAction.invoke(null, bitmapDrawable) + } else { + playAction.invoke(null, null) + } + + + } + + } + } + + +} \ No newline at end of file diff --git a/app/src/main/java/com/key/board/journey/inputmethod/keyboard/MyService.java b/app/src/main/java/com/key/board/journey/inputmethod/keyboard/MyService.java new file mode 100644 index 0000000..2b48d6b --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/keyboard/MyService.java @@ -0,0 +1,284 @@ +package com.key.board.journey.inputmethod.keyboard; + +import android.annotation.SuppressLint; +import android.graphics.drawable.Drawable; +import android.inputmethodservice.InputMethodService; + +import android.media.MediaPlayer; +import android.util.Log; +import android.view.View; +import android.view.inputmethod.EditorInfo; +import android.view.inputmethod.InputConnection; +import android.widget.ImageView; +import android.widget.VideoView; + +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; + +import com.bumptech.glide.Glide; +import com.bumptech.glide.integration.webp.decoder.WebpDrawable; +import com.bumptech.glide.load.DataSource; +import com.bumptech.glide.load.engine.GlideException; +import com.bumptech.glide.request.RequestListener; +import com.bumptech.glide.request.target.Target; +import com.key.board.journey.inputmethod.R; +import com.key.board.journey.inputmethod.rescode.MyView; +import com.key.board.journey.inputmethod.tools.AllName; +import com.key.board.journey.inputmethod.tools.Common; +import com.key.board.journey.inputmethod.tools.Spstore; +import com.key.board.journey.inputmethod.rescode.CustKeyBoard; +import com.key.board.journey.inputmethod.rescode.CustView; + + +import kotlin.Unit; +import kotlin.jvm.functions.Function2; + +public class MyService extends InputMethodService implements CustView.OnKeyboardActionListener { + + + private MyView myView; + private CustKeyBoard mKeyBoard; + private View parentView; + + + private ImageView imBG; + private VideoView videoView; + + private int a = R.xml.xml_one; + private int b= R.xml.xml_two; + private int c = R.xml.xml_three; + + private int curImeAction = EditorInfo.IME_ACTION_UNSPECIFIED; + @SuppressLint("InflateParams") + @Override + public View onCreateInputView() { + parentView = getLayoutInflater().inflate(R.layout.keyboard_view, null); + findView(); + return parentView; + } + + private void findView() { + + imBG = parentView.findViewById(R.id.gif_bg); + videoView = parentView.findViewById(R.id.video_view); + mKeyBoard = new CustKeyBoard(this, a); + myView = parentView.findViewById(R.id.custom_input_view); + myView.setEnabled(true); + myView.setPreviewEnabled(false); + myView.setKeyboard(mKeyBoard); + myView.setOnKeyboardActionListener(this); + } + + + @Override + public void onWindowHidden() { + super.onWindowHidden(); + if(videoView.isPlaying()){ + videoView.pause(); + + } + } + + @Override + public void onWindowShown() { + super.onWindowShown(); + EditorInfo currentInputEditorInfo = getCurrentInputEditorInfo(); + curImeAction = Common.INSTANCE.getTextForImeAction(currentInputEditorInfo.imeOptions); + String skinPath = Spstore.INSTANCE.getSkinPath(); + + if(skinPath == null || skinPath.isEmpty()){ + Log.d("----------","11111111"); + myView.updateUi(curImeAction); + }else { + Log.d("----------","2222222222"); + Manager.INSTANCE.readBgOrVideo(this, new Function2() { + @Override + public Unit invoke(String s, Drawable drawable) { + if (s != null) { + myView.setBackground(null); + if(s.endsWith(".gif")){ + imBG.setVisibility(View.VISIBLE); + videoView.setVisibility(View.GONE); + Glide.with(MyService.this) + .load(s) + .addListener(new RequestListener() { + @Override + public boolean onLoadFailed(@Nullable GlideException e, @Nullable Object model, @NonNull Target target, boolean isFirstResource) { + return false; + } + + @Override + public boolean onResourceReady(@NonNull Drawable resource, @NonNull Object model, Target target, @NonNull DataSource dataSource, boolean isFirstResource) { + if (resource instanceof WebpDrawable) { + ((WebpDrawable) resource).setLoopCount(WebpDrawable.LOOP_FOREVER); + } + return false; + } + }).into(imBG) ; + }else if(s.endsWith(".mp4")){ + imBG.setVisibility(View.GONE); + videoView.setVisibility(View.VISIBLE); + videoView.setVideoPath(s); + videoView.start(); + videoView.setOnPreparedListener(new MediaPlayer.OnPreparedListener() { + @Override + public void onPrepared(MediaPlayer mp) { + mp.setLooping(true); + } + }); + } + + } else { + myView.setBackground(drawable); + } + myView.updateUi(curImeAction); + return null; + } + }); + } + + + } + + @Override + public void onDestroy() { + super.onDestroy(); + videoView.stopPlayback(); + } + + @Override + public void onPress(int primaryCode) { + + } + + @Override + public void onRelease(int primaryCode) { + + } + + @Override + public void onKey(int primaryCode, int[] keyCodes) { + + InputConnection curInputConnect = getCurrentInputConnection(); + switch (primaryCode) { + case AllName.KEY_CODE_DELETE: + curInputConnect.deleteSurroundingText(1, 0); + break; + case AllName.KEY_CODE_SHIFT: + switchShift(); + break; + case AllName.KEY_CODE_NUMBER_SHIFT: + case AllName.KEY_CODE_SYMBOL_SHIFT: + switchMoreOrNumber(); + break; + case AllName.KEY_CODE_CHANGE_NUMBER: + case AllName.KEY_CODE_BACK: + switchNormalOrNumber(); + break; + + case AllName.KEY_CODE_COMPLETE: + case AllName.KEY_CODE_CANCEL: + curInputConnect.performEditorAction(curImeAction); +// curInputConnect.performEditorAction(EditorInfo.IME_ACTION_DONE); + break; + default: + String codeToChar = Manager.INSTANCE.primaryCodeToChar(primaryCode); + curInputConnect.commitText(codeToChar, 1); + if (myView.isLowerCase() == 1) { + //自动转小写 + myView.setLowerCase(0); + Manager.INSTANCE.keyToLowerCase(mKeyBoard); + myView.setKeyboard(mKeyBoard); + } + break; + + } + + + } + + private void switchMoreOrNumber() { + int mode = myView.getMode(); + switch (mode) { + case 1: + mKeyBoard = new CustKeyBoard(this, c); + myView.setMode(2); + myView.setKeyboard(mKeyBoard); + break; + case 2: + mKeyBoard = new CustKeyBoard(this, b); + myView.setMode(1); + myView.setKeyboard(mKeyBoard); + break; + } + + } + + private void switchNormalOrNumber() { + int mode = myView.getMode(); + switch (mode) { + case 0: + mKeyBoard = new CustKeyBoard(this, b); + myView.setMode(1); + myView.setKeyboard(mKeyBoard); + break; + case 1: + case 2: + mKeyBoard = new CustKeyBoard(this, a); + myView.setMode(0); + myView.setKeyboard(mKeyBoard); + break; + } + + } + + private void switchShift() { + int lowerCase = myView.isLowerCase(); + switch (lowerCase) { + case 0: + //当前小写转大写 + myView.setLowerCase(1); + Manager.INSTANCE.keyToUpper(mKeyBoard); + myView.setKeyboard(mKeyBoard); + break; + case 1: + //当前大写转锁定大写 + myView.setLowerCase(2); + break; + case 2: + //当前锁定大写转小写 + myView.setLowerCase(0); + Manager.INSTANCE.keyToLowerCase(mKeyBoard); + myView.setKeyboard(mKeyBoard); + break; + } + } + + + @Override + public void onText(CharSequence text) { + + } + + @Override + public void swipeLeft() { + + } + + @Override + public void swipeRight() { + + } + + @Override + public void swipeDown() { + + } + + @Override + public void swipeUp() { + + } + + +} diff --git a/app/src/main/java/com/key/board/journey/inputmethod/keyboard/config/ConfigData.java b/app/src/main/java/com/key/board/journey/inputmethod/keyboard/config/ConfigData.java new file mode 100644 index 0000000..b2b79bc --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/keyboard/config/ConfigData.java @@ -0,0 +1,168 @@ +package com.key.board.journey.inputmethod.keyboard.config; + + + +import java.util.ArrayList; +import java.util.LinkedHashMap; +import java.util.List; + +public class ConfigData { + private String version; + private String supportLayouts; + private int hideHint; + private String layoutStyle; + private List layouts = new ArrayList<>(); + private List layoutChildList = new ArrayList<>(); + private LinkedHashMap maps = new LinkedHashMap<>(); + private String KeyDefault; + private String KeyMarkDefault; + private String KeyFuncDefault; + private String KeyShift; + private String KeyDelete; + private String KeyAlphaSymbol; + private String KeyEmoji; + private String KeyMark; + private String KeySpace; + private String KeyEnter; + + // Getters and Setters + public String getVersion() { + return version; + } + + public void setVersion(String version) { + this.version = version; + } + + public String getSupportLayouts() { + return supportLayouts; + } + + public void setSupportLayouts(String supportLayouts) { + this.supportLayouts = supportLayouts; + } + + public int getHideHint() { + return hideHint; + } + + public void setHideHint(int hideHint) { + this.hideHint = hideHint; + } + + public String getLayoutStyle() { + return layoutStyle; + } + + public void setLayoutStyle(String layoutStyle) { + this.layoutStyle = layoutStyle; + } + + public List getLayouts() { + return layouts; + } + + public void addLayout(LayoutBean layout) { + this.layouts.add(layout); + } + + public List getKeyList() { + return layoutChildList; + } + + public LayoutChild getLastKeyList() { + return layoutChildList.isEmpty() ? null : layoutChildList.get(layoutChildList.size() - 1); + } + + public void addKey(LayoutChild layoutChild) { + this.layoutChildList.add(layoutChild); + } + + public LinkedHashMap getMaps() { + return maps; + } + + public void setMaps(LinkedHashMap maps) { + this.maps = maps; + } + + public String getKeyDefault() { + return KeyDefault; + } + + public void setKeyDefault(String keyDefault) { + KeyDefault = keyDefault; + } + + public String getKeyMarkDefault() { + return KeyMarkDefault; + } + + public void setKeyMarkDefault(String keyMarkDefault) { + KeyMarkDefault = keyMarkDefault; + } + + public String getKeyFuncDefault() { + return KeyFuncDefault; + } + + public void setKeyFuncDefault(String keyFuncDefault) { + KeyFuncDefault = keyFuncDefault; + } + + public String getKeyShift() { + return KeyShift; + } + + public void setKeyShift(String keyShift) { + KeyShift = keyShift; + } + + public String getKeyDelete() { + return KeyDelete; + } + + public void setKeyDelete(String keyDelete) { + KeyDelete = keyDelete; + } + + public String getKeyAlphaSymbol() { + return KeyAlphaSymbol; + } + + public void setKeyAlphaSymbol(String keyAlphaSymbol) { + KeyAlphaSymbol = keyAlphaSymbol; + } + + public String getKeyEmoji() { + return KeyEmoji; + } + + public void setKeyEmoji(String keyEmoji) { + KeyEmoji = keyEmoji; + } + + public String getKeyMark() { + return KeyMark; + } + + public void setKeyMark(String keyMark) { + KeyMark = keyMark; + } + + public String getKeySpace() { + return KeySpace; + } + + public void setKeySpace(String keySpace) { + KeySpace = keySpace; + } + + public String getKeyEnter() { + return KeyEnter; + } + + public void setKeyEnter(String keyEnter) { + KeyEnter = keyEnter; + } +} diff --git a/app/src/main/java/com/key/board/journey/inputmethod/keyboard/config/LayoutBean.java b/app/src/main/java/com/key/board/journey/inputmethod/keyboard/config/LayoutBean.java new file mode 100644 index 0000000..5f1b4e0 --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/keyboard/config/LayoutBean.java @@ -0,0 +1,35 @@ +package com.key.board.journey.inputmethod.keyboard.config; + + + +import java.util.ArrayList; +import java.util.List; + +public class LayoutBean { + private String name; + private List layoutChildren = new ArrayList<>(); + + + public LayoutBean(String name) { + this.name = name; + } + + // Getters and Setters + public String getName() { + return name; + } + + public List getKeys() { + return layoutChildren; + } + + public void addKey(LayoutChild layoutChild) { + this.layoutChildren.add(layoutChild); + } + + public LayoutChild getLastKey() { + return layoutChildren.isEmpty() ? null : layoutChildren.get(layoutChildren.size() - 1); + } + + +} \ No newline at end of file diff --git a/app/src/main/java/com/key/board/journey/inputmethod/keyboard/config/LayoutChild.java b/app/src/main/java/com/key/board/journey/inputmethod/keyboard/config/LayoutChild.java new file mode 100644 index 0000000..1dfd90e --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/keyboard/config/LayoutChild.java @@ -0,0 +1,33 @@ +package com.key.board.journey.inputmethod.keyboard.config; + +// 按键对象模型 +public class LayoutChild { + private String name; + private String background; + private String label; + + public LayoutChild(String name) { + this.name = name; + } + + // Getters and Setters + public String getName() { + return name; + } + + public String getBackground() { + return background; + } + + public void setBackground(String background) { + this.background = background; + } + + public String getLabel() { + return label; + } + + public void setLabel(String label) { + this.label = label; + } +} diff --git a/app/src/main/java/com/key/board/journey/inputmethod/list/ItemChild.java b/app/src/main/java/com/key/board/journey/inputmethod/list/ItemChild.java new file mode 100644 index 0000000..96a4556 --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/list/ItemChild.java @@ -0,0 +1,91 @@ +package com.key.board.journey.inputmethod.list; + + +import android.content.Context; +import android.content.Intent; +import android.view.LayoutInflater; +import android.view.View; +import android.view.ViewGroup; + +import androidx.annotation.NonNull; +import androidx.recyclerview.widget.RecyclerView; + +import com.key.board.journey.inputmethod.data.ChildBean; +import com.bumptech.glide.Glide; +import com.key.board.journey.inputmethod.R; +import com.key.board.journey.inputmethod.activity.ApplyActivity; +import com.key.board.journey.inputmethod.databinding.ItemChildBinding; +import com.key.board.journey.inputmethod.tools.Common; + +import java.util.List; + +public class ItemChild extends RecyclerView.Adapter { + + private Context mContext; + private List mList ; + + public ItemChild(Context context, List list) { + mContext = context; + this.mList = list; + } + + @NonNull + @Override + public ChildViewHolder onCreateViewHolder(@NonNull ViewGroup parent, int viewType) { + ItemChildBinding inflate = ItemChildBinding.inflate(LayoutInflater.from(parent.getContext())); + + + return new ChildViewHolder(inflate); + } + + @Override + public void onBindViewHolder(@NonNull ChildViewHolder holder, int position) { + ChildBean childBean = mList.get(position); + + + String thumbGif = childBean.getThumbGif(); + String thumb = childBean.getThumbUrl(); + if (!thumbGif.isEmpty()) { + Common.INSTANCE.loadWepJif(mContext, thumbGif, holder.binding.imageView); + } else { + Glide.with(mContext).load(thumb) + .placeholder(R.drawable.default_placeholder) + .into(holder.binding.imageView); + } + + + holder.binding.imageView.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View v) { + Intent intentApply = new Intent(mContext, ApplyActivity.class); + intentApply.putExtra(ApplyActivity.SOURCE_KEY, childBean); + mContext.startActivity(intentApply); + + + } + }); + + + } + + @Override + public int getItemCount() { + return mList.size(); + } + + public static class ChildViewHolder extends RecyclerView.ViewHolder { + + private ItemChildBinding binding; + + + public ChildViewHolder(@NonNull ItemChildBinding itemView) { + super(itemView.getRoot()); + binding = itemView; + + + } + + } + + +} diff --git a/app/src/main/java/com/key/board/journey/inputmethod/list/ItemFavorite.java b/app/src/main/java/com/key/board/journey/inputmethod/list/ItemFavorite.java new file mode 100644 index 0000000..dc982b7 --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/list/ItemFavorite.java @@ -0,0 +1,128 @@ +package com.key.board.journey.inputmethod.list; + + +import android.content.Context; +import android.content.Intent; +import android.view.LayoutInflater; +import android.view.View; +import android.view.ViewGroup; +import android.widget.FrameLayout; +import android.widget.ImageView; + +import androidx.annotation.NonNull; +import androidx.cardview.widget.CardView; +import androidx.recyclerview.widget.RecyclerView; + +import com.bumptech.glide.Glide; +import com.key.board.journey.inputmethod.R; +import com.key.board.journey.inputmethod.data.ChildBean; +import com.key.board.journey.inputmethod.tools.Common; +import com.key.board.journey.inputmethod.myInter.InterfaceUpdateLike; +import com.key.board.journey.inputmethod.activity.ApplyActivity; + +import java.util.ArrayList; +import java.util.List; + +public class ItemFavorite extends RecyclerView.Adapter { + + private Context mContext; + private List mList = new ArrayList<>(); + + private InterfaceUpdateLike mCallBack; + + public ItemFavorite(Context context) { + mContext = context; + } + + public void setForYouList(List list) { + this.mList = list; + notifyDataSetChanged(); + } + + + public void setRemoveLike(InterfaceUpdateLike callback) { + mCallBack = callback; + } + + @NonNull + @Override + public ForYouViewHolder onCreateViewHolder(@NonNull ViewGroup parent, int viewType) { + + View view = LayoutInflater.from(mContext).inflate(R.layout.item_favorite, parent, false); + return new ForYouViewHolder(view); + } + + @Override + public void onBindViewHolder(@NonNull ForYouViewHolder holder, int position) { + + ChildBean childBean = mList.get(position); + String thumbGif = childBean.getThumbGif(); + String thumb = childBean.getThumbUrl(); + if (!thumbGif.isEmpty()) { + Common.INSTANCE.loadWepJif(mContext, thumbGif, holder.itemImg); + } else { + Glide.with(mContext).load(thumb) + .placeholder(R.drawable.default_placeholder) + .into(holder.itemImg); + } + + boolean b = position == mList.size() - 1; + boolean b1 = position == mList.size() - 2; + if (mList.size() % 2 == 0 && (b || b1)) { + holder.ViewSpace.setVisibility(View.VISIBLE); + } else if (mList.size() % 2 != 0 && b) { + holder.ViewSpace.setVisibility(View.VISIBLE); + } else { + holder.ViewSpace.setVisibility(View.GONE); + } + holder.itemFavorite.setSelected(true); + holder.layoutFavorite.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View v) { + holder.itemFavorite.setSelected(false); + int adapterPosition = holder.getAdapterPosition(); + notifyItemRemoved(adapterPosition); + if (mCallBack != null) { + mCallBack.onRemoveLike(childBean); + } + } + }); + holder.cardView.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View v) { + Intent intentApply = new Intent(mContext, ApplyActivity.class); + intentApply.putExtra(ApplyActivity.SOURCE_KEY, childBean); + mContext.startActivity(intentApply); + + + } + }); + + + } + + @Override + public int getItemCount() { + return mList.size(); + } + + public static class ForYouViewHolder extends RecyclerView.ViewHolder { + + private CardView cardView; + private FrameLayout layoutFavorite; + private ImageView itemImg, itemFavorite; + private View ViewSpace; + + public ForYouViewHolder(@NonNull View itemView) { + super(itemView); + cardView = itemView.findViewById(R.id.card_view); + layoutFavorite = itemView.findViewById(R.id.layout_favorite); + itemImg = itemView.findViewById(R.id.im); + itemFavorite = itemView.findViewById(R.id.im_favorite); + ViewSpace = itemView.findViewById(R.id.like_space); + + } + + } + +} diff --git a/app/src/main/java/com/key/board/journey/inputmethod/list/ItemMain.java b/app/src/main/java/com/key/board/journey/inputmethod/list/ItemMain.java new file mode 100644 index 0000000..a2b026b --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/list/ItemMain.java @@ -0,0 +1,97 @@ +package com.key.board.journey.inputmethod.list; + + +import android.content.Context; +import android.view.LayoutInflater; +import android.view.View; +import android.view.ViewGroup; + +import androidx.annotation.NonNull; +import androidx.recyclerview.widget.LinearLayoutManager; +import androidx.recyclerview.widget.RecyclerView; + +import com.key.board.journey.inputmethod.databinding.ItemMainBinding; +import com.key.board.journey.inputmethod.myInter.InterfaceList; +import com.key.board.journey.inputmethod.data.ClassBean; +import com.key.board.journey.inputmethod.tools.ItemDec; + +import java.util.ArrayList; +import java.util.List; + +public class ItemMain extends RecyclerView.Adapter { + + private Context mContext; + private List mList = new ArrayList<>(); + + private InterfaceList mCallBack; + + public ItemMain(Context context, List list) { + mContext = context; + this.mList = list; + } + + public void setClickAction(InterfaceList callback) { + mCallBack = callback; + } + + @NonNull + @Override + public MainViewHolder onCreateViewHolder(@NonNull ViewGroup parent, int viewType) { + ItemMainBinding inflate = ItemMainBinding.inflate(LayoutInflater.from(parent.getContext())); + + + return new MainViewHolder(inflate); + } + + @Override + public void onBindViewHolder(@NonNull MainViewHolder holder, int position) { + + int adapterPosition = holder.getAdapterPosition(); + ClassBean classBean = mList.get(adapterPosition); + String parentName = classBean.getParentName(); + holder.binding.className.setText(parentName); + ItemChild itemChild = new ItemChild(mContext, classBean.getKeyboardList().subList(0, 6)); + holder.binding.childRecycler.setAdapter(itemChild); + + if (holder.binding.childRecycler.getLayoutManager() == null) { + holder.binding.childRecycler.setLayoutManager(new LinearLayoutManager(mContext,LinearLayoutManager.HORIZONTAL, false)); + } + if (holder.binding.childRecycler.getItemDecorationCount() == 0) { + ItemDec itemDec = new ItemDec(5, 5, 4); + holder.binding.childRecycler.addItemDecoration(itemDec); + } + holder.binding.imAll.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View v) { + mCallBack.OnClickSeeAll(parentName); + } + }); + if (adapterPosition == (mList.size() - 1)) { + holder.binding.space.setVisibility(View.VISIBLE); + } else { + holder.binding.space.setVisibility(View.GONE); + } + + } + + @Override + public int getItemCount() { + return mList.size(); + } + + public static class MainViewHolder extends RecyclerView.ViewHolder { + + private ItemMainBinding binding; + + + public MainViewHolder(@NonNull ItemMainBinding itemView) { + super(itemView.getRoot()); + binding = itemView; + + + } + + } + + +} diff --git a/app/src/main/java/com/key/board/journey/inputmethod/list/ItemMore.java b/app/src/main/java/com/key/board/journey/inputmethod/list/ItemMore.java new file mode 100644 index 0000000..85f7a47 --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/list/ItemMore.java @@ -0,0 +1,132 @@ +package com.key.board.journey.inputmethod.list; + + +import android.content.Context; +import android.content.Intent; +import android.view.LayoutInflater; +import android.view.View; +import android.view.ViewGroup; +import android.widget.ImageView; + +import androidx.annotation.NonNull; +import androidx.cardview.widget.CardView; +import androidx.recyclerview.widget.RecyclerView; + +import com.key.board.journey.inputmethod.R; +import com.key.board.journey.inputmethod.data.ChildBean; +import com.key.board.journey.inputmethod.myInter.InterfaceClick; +import com.key.board.journey.inputmethod.activity.ApplyActivity; +import com.bumptech.glide.Glide; +import com.key.board.journey.inputmethod.tools.Common; + +import java.util.ArrayList; +import java.util.List; + +public class ItemMore extends RecyclerView.Adapter { + + private Context mContext; + private List mList = new ArrayList<>(); + + private InterfaceClick mCallBack; + + public ItemMore(Context context) { + mContext = context; + } + + public void setForYouList(List list) { + this.mList = list; + notifyDataSetChanged(); + } + + + public void setClickAction(InterfaceClick callback) { + mCallBack = callback; + } + + @NonNull + @Override + public ForYouViewHolder onCreateViewHolder(@NonNull ViewGroup parent, int viewType) { + + View view = LayoutInflater.from(mContext).inflate(R.layout.item_more, parent, false); + return new ForYouViewHolder(view); + } + + @Override + public void onBindViewHolder(@NonNull ForYouViewHolder holder, int position) { + ChildBean childBean = mList.get(position); + String thumbGif = childBean.getThumbGif(); + String thumb = childBean.getThumbUrl(); + if (!thumbGif.isEmpty()) { + Common.INSTANCE.loadWepJif(mContext, thumbGif, holder.itemImg); + } else { + Glide.with(mContext) + .load(thumb) + .placeholder(R.drawable.default_placeholder) + .into(holder.itemImg); + } + + holder.cardView.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View v) { + Intent intentApply = new Intent(mContext, ApplyActivity.class); + intentApply.putExtra(ApplyActivity.SOURCE_KEY, childBean); +// intentApply.putExtra(ApplyActivity.DISPLAY_URL_KEY, childData.getImgPath()); +// intentApply.putExtra(ApplyActivity.ZIP_URL_KEY, childData.getZipPath()); +// intentApply.putExtra(ApplyActivity.NAME_KEY, childData.getTitleName()); +// intentApply.putExtra(ApplyActivity.GIF_KEY, childData.getImgGif()); + String intent_thumb; + if (!thumbGif.isEmpty()) { + intent_thumb = thumbGif; + } else { + intent_thumb = thumb; + } +// intentApply.putExtra(ApplyActivity.THUMB_KEY, intent_thumb); + mContext.startActivity(intentApply); + if (mCallBack != null) { + mCallBack.onItemClick(); + } + + } + }); + + + } + + @Override + public int getItemCount() { + return mList.size(); + } + + public static class ForYouViewHolder extends RecyclerView.ViewHolder { + + private CardView cardView; + private ImageView itemImg; + + public ForYouViewHolder(@NonNull View itemView) { + super(itemView); + cardView = itemView.findViewById(R.id.card_view); + itemImg = itemView.findViewById(R.id.imPreview); + + } + + } + +// private void loadWepJif(String webpGifUrl,ImageView view){ +// Glide.with(mContext).load(webpGifUrl).addListener(new RequestListener() { +// @Override +// public boolean onLoadFailed(@Nullable GlideException e, @Nullable Object model, @NonNull Target target, boolean isFirstResource) { +// return false; +// } +// +// @Override +// public boolean onResourceReady(@NonNull Drawable resource, @NonNull Object model, Target target, @NonNull DataSource dataSource, boolean isFirstResource) { +// if(resource instanceof WebpDrawable){ +// WebpDrawable webpDrawable = (WebpDrawable) resource; +// webpDrawable.setLoopCount(LOOP_FOREVER); +// } +// +// return false; +// } +// }).into(view); +// } +} diff --git a/app/src/main/java/com/key/board/journey/inputmethod/myInter/InterfaceApply.kt b/app/src/main/java/com/key/board/journey/inputmethod/myInter/InterfaceApply.kt new file mode 100644 index 0000000..89edfdb --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/myInter/InterfaceApply.kt @@ -0,0 +1,8 @@ +package com.key.board.journey.inputmethod.myInter + +import java.io.File + +interface InterfaceApply { + + fun OnApplySkinListener(fileList: List?) +} \ No newline at end of file diff --git a/app/src/main/java/com/key/board/journey/inputmethod/myInter/InterfaceClick.kt b/app/src/main/java/com/key/board/journey/inputmethod/myInter/InterfaceClick.kt new file mode 100644 index 0000000..8a8a61c --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/myInter/InterfaceClick.kt @@ -0,0 +1,6 @@ +package com.key.board.journey.inputmethod.myInter + +interface InterfaceClick { + + fun onItemClick( ) +} \ No newline at end of file diff --git a/app/src/main/java/com/key/board/journey/inputmethod/myInter/InterfaceList.kt b/app/src/main/java/com/key/board/journey/inputmethod/myInter/InterfaceList.kt new file mode 100644 index 0000000..de78c35 --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/myInter/InterfaceList.kt @@ -0,0 +1,6 @@ +package com.key.board.journey.inputmethod.myInter + +interface InterfaceList { + + fun OnClickSeeAll(name: String) +} \ No newline at end of file diff --git a/app/src/main/java/com/key/board/journey/inputmethod/myInter/InterfaceUpdateLike.kt b/app/src/main/java/com/key/board/journey/inputmethod/myInter/InterfaceUpdateLike.kt new file mode 100644 index 0000000..86e3f6d --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/myInter/InterfaceUpdateLike.kt @@ -0,0 +1,8 @@ +package com.key.board.journey.inputmethod.myInter + +import com.key.board.journey.inputmethod.data.ChildBean + +interface InterfaceUpdateLike { + + fun onRemoveLike(data: ChildBean) +} \ No newline at end of file diff --git a/app/src/main/java/com/key/board/journey/inputmethod/mydata/BaseDataBase.kt b/app/src/main/java/com/key/board/journey/inputmethod/mydata/BaseDataBase.kt new file mode 100644 index 0000000..38054b2 --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/mydata/BaseDataBase.kt @@ -0,0 +1,30 @@ +package com.key.board.journey.inputmethod.mydata + +import androidx.room.Database +import androidx.room.Room +import androidx.room.RoomDatabase +import com.key.board.journey.inputmethod.MyKeyboard +import com.key.board.journey.inputmethod.data.ChildBean + + +@Database( + entities = [ChildBean::class], + version = MyKeyboard.DB_VERSION, + exportSchema = false +) +abstract class BaseDataBase : RoomDatabase() { + + abstract fun ThemesDao(): MyDao + + + + companion object { + val baseDataBase: BaseDataBase by lazy { + Room.databaseBuilder( + MyKeyboard.myKeyboardInstance, BaseDataBase::class.java, + MyKeyboard.DB_NAME + ).build() + } + } + +} \ No newline at end of file diff --git a/app/src/main/java/com/key/board/journey/inputmethod/mydata/DbHelper.kt b/app/src/main/java/com/key/board/journey/inputmethod/mydata/DbHelper.kt new file mode 100644 index 0000000..c57ccc1 --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/mydata/DbHelper.kt @@ -0,0 +1,39 @@ +package com.key.board.journey.inputmethod.mydata + +import com.key.board.journey.inputmethod.data.ChildBean +import kotlinx.coroutines.Dispatchers +import kotlinx.coroutines.withContext + +object DbHelper { + + + suspend fun addLike(data: ChildBean) { + withContext(Dispatchers.IO) { + BaseDataBase.baseDataBase.ThemesDao().insertData(data) + } + + } + + + + suspend fun removeLike(data: ChildBean) { + withContext(Dispatchers.IO) { + val queryIsLike = BaseDataBase.baseDataBase.ThemesDao().queryIsLike(data.titleName) + if (queryIsLike != null) { + BaseDataBase.baseDataBase.ThemesDao().delete(queryIsLike) + } + } + + } + + + suspend fun getIsLike(name: String, action: (isLike: Boolean) -> Unit) { + withContext(Dispatchers.IO) { + val query = BaseDataBase.baseDataBase.ThemesDao().queryIsLike(name) + withContext(Dispatchers.Main) { + action.invoke(query != null) + } + } + + } +} \ No newline at end of file diff --git a/app/src/main/java/com/key/board/journey/inputmethod/mydata/MyDao.kt b/app/src/main/java/com/key/board/journey/inputmethod/mydata/MyDao.kt new file mode 100644 index 0000000..7cdba1f --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/mydata/MyDao.kt @@ -0,0 +1,32 @@ +package com.key.board.journey.inputmethod.mydata + +import androidx.lifecycle.LiveData +import androidx.room.Dao +import androidx.room.Delete +import androidx.room.Insert +import androidx.room.OnConflictStrategy +import androidx.room.Query +import androidx.room.Update +import com.key.board.journey.inputmethod.data.ChildBean + +@Dao +interface MyDao { + @Insert(onConflict = OnConflictStrategy.IGNORE) + suspend fun insertData(data: ChildBean): Long + + @Query("select * from ChildBean ") + fun queryAllLike(): LiveData?> + +// @Query("select * from ChildBean where `download` = :idDownload") +// fun queryAllDownload(idDownload: Boolean = true): LiveData?> + + @Query("select * from ChildBean where titleName = :title ") + suspend fun queryIsLike(title: String ): ChildBean? + + + @Delete + suspend fun delete(data: ChildBean) + + @Update + suspend fun updateLike(data: ChildBean) +} \ No newline at end of file diff --git a/app/src/main/java/com/key/board/journey/inputmethod/rescode/CustKeyBoard.java b/app/src/main/java/com/key/board/journey/inputmethod/rescode/CustKeyBoard.java new file mode 100644 index 0000000..eb27cd5 --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/rescode/CustKeyBoard.java @@ -0,0 +1,858 @@ +package com.key.board.journey.inputmethod.rescode; + +import android.content.Context; +import android.content.res.Resources; +import android.content.res.TypedArray; +import android.content.res.XmlResourceParser; +import android.graphics.drawable.Drawable; +import android.text.TextUtils; +import android.util.DisplayMetrics; +import android.util.TypedValue; +import android.util.Xml; + +import androidx.annotation.XmlRes; + +import org.xmlpull.v1.XmlPullParserException; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; +import java.util.StringTokenizer; + + +import com.key.board.journey.inputmethod.R; + +public class CustKeyBoard { + + static final String TAG = "------------Keyboard-----------"; + + // Keyboard XML Tags + private static final String TAG_KEYBOARD = "Keyboard"; + private static final String TAG_ROW = "Row"; + private static final String TAG_KEY = "Key"; + + public static final int EDGE_LEFT = 0x01; + public static final int EDGE_RIGHT = 0x02; + public static final int EDGE_TOP = 0x04; + public static final int EDGE_BOTTOM = 0x08; + + public static final int KEYCODE_SHIFT = -1; + public static final int KEYCODE_MODE_CHANGE = -2; + public static final int KEYCODE_CANCEL = -3; + public static final int KEYCODE_DONE = -4; + public static final int KEYCODE_DELETE = -5; + public static final int KEYCODE_ALT = -6; + + /** Keyboard label **/ + private CharSequence mLabel; + + /** Horizontal gap default for all rows */ + private int mDefaultHorizontalGap; + + /** Default key width */ + private int mDefaultWidth; + + /** Default key height */ + private int mDefaultHeight; + + /** Default gap between rows */ + private int mDefaultVerticalGap; + + /** Is the keyboard in the shifted state */ + private boolean mShifted; + + /** Key instance for the shift key, if present */ + private CustKeyBoard.Key[] mShiftKeys = { null, null }; + + /** Key index for the shift key, if present */ + private int[] mShiftKeyIndices = {-1, -1}; + + /** Current key width, while loading the keyboard */ + private int mKeyWidth; + + /** Current key height, while loading the keyboard */ + private int mKeyHeight; + + /** Total height of the keyboard, including the padding and keys */ + private int mTotalHeight; + + /** + * Total width of the keyboard, including left side gaps and keys, but not any gaps on the + * right side. + */ + private int mTotalWidth; + + /** List of keys in this keyboard */ + private List mKeys; + + /** List of modifier keys such as Shift & Alt, if any */ + private List mModifierKeys; + + /** Width of the screen available to fit the keyboard */ + private int mDisplayWidth; + + /** Height of the screen */ + private int mDisplayHeight; + + /** Keyboard mode, or zero, if none. */ + private int mKeyboardMode; + + // Variables for pre-computing nearest keys. + + private static final int GRID_WIDTH = 10; + private static final int GRID_HEIGHT = 5; + private static final int GRID_SIZE = GRID_WIDTH * GRID_HEIGHT; + private int mCellWidth; + private int mCellHeight; + private int[][] mGridNeighbors; + private int mProximityThreshold; + /** Number of key widths from current touch point to search for nearest keys. */ + private static float SEARCH_DISTANCE = 1.8f; + + private ArrayList rows = new ArrayList<>(); + + /** + * Container for keys in the keyboard. All keys in a row are at the same Y-coordinate. + * Some of the key size defaults can be overridden per row from what the {@link CustKeyBoard} + * defines. + * @attr ref android.R.styleable#King_Keyboard_keyWidth + * @attr ref android.R.styleable#King_Keyboard_keyHeight + * @attr ref android.R.styleable#King_Keyboard_horizontalGap + * @attr ref android.R.styleable#King_Keyboard_verticalGap + * @attr ref android.R.styleable#King_Keyboard_Row_rowEdgeFlags + * @attr ref android.R.styleable#King_Keyboard_Row_keyboardMode + */ + public static class Row { + /** Default width of a key in this row. */ + public int defaultWidth; + /** Default height of a key in this row. */ + public int defaultHeight; + /** Default horizontal gap between keys in this row. */ + public int defaultHorizontalGap; + /** Vertical gap following this row. */ + public int verticalGap; + + ArrayList mKeys = new ArrayList<>(); + + /** + * Edge flags for this row of keys. Possible values that can be assigned are + * {@link CustKeyBoard#EDGE_TOP EDGE_TOP} and {@link CustKeyBoard#EDGE_BOTTOM EDGE_BOTTOM} + */ + public int rowEdgeFlags; + + /** The keyboard mode for this row */ + public int mode; + + private CustKeyBoard parent; + + public Row(CustKeyBoard parent) { + this.parent = parent; + } + + public Row(Resources res, CustKeyBoard parent, XmlResourceParser parser) { + this.parent = parent; + TypedArray a = res.obtainAttributes(Xml.asAttributeSet(parser), + R.styleable.My_Keyboard_view); + defaultWidth = getDimensionOrFraction(a, + R.styleable.My_Keyboard_view_android_keyWidth, + parent.mDisplayWidth, parent.mDefaultWidth); + defaultHeight = getDimensionOrFraction(a, + R.styleable.My_Keyboard_view_android_keyHeight, + parent.mDisplayHeight, parent.mDefaultHeight); + defaultHorizontalGap = getDimensionOrFraction(a, + R.styleable.My_Keyboard_view_android_horizontalGap, + parent.mDisplayWidth, parent.mDefaultHorizontalGap); + verticalGap = getDimensionOrFraction(a, + R.styleable.My_Keyboard_view_android_verticalGap, + parent.mDisplayHeight, parent.mDefaultVerticalGap); + a.recycle(); + a = res.obtainAttributes(Xml.asAttributeSet(parser), + R.styleable.Kil_Keyboard_Row); + rowEdgeFlags = a.getInt(R.styleable.Kil_Keyboard_Row_android_rowEdgeFlags, 0); + mode = a.getResourceId(R.styleable.Kil_Keyboard_Row_android_keyboardMode, + 0); + } + } + + /** + * Class for describing the position and characteristics of a single key in the keyboard. + * + * @attr ref android.R.styleable#King_Keyboard_keyWidth + * @attr ref android.R.styleable#King_Keyboard_keyHeight + * @attr ref android.R.styleable#King_Keyboard_horizontalGap + * @attr ref android.R.styleable#King_Keyboard_Key_codes + * @attr ref android.R.styleable#King_Keyboard_Key_keyIcon + * @attr ref android.R.styleable#King_Keyboard_Key_keyLabel + * @attr ref android.R.styleable#King_Keyboard_Key_iconPreview + * @attr ref android.R.styleable#King_Keyboard_Key_isSticky + * @attr ref android.R.styleable#King_Keyboard_Key_isRepeatable + * @attr ref android.R.styleable#King_Keyboard_Key_isModifier + * @attr ref android.R.styleable#King_Keyboard_Key_popupKeyboard + * @attr ref android.R.styleable#King_Keyboard_Key_popupCharacters + * @attr ref android.R.styleable#King_Keyboard_Key_keyOutputText + * @attr ref android.R.styleable#King_Keyboard_Key_keyEdgeFlags + */ + public static class Key { + /** + * All the key codes (unicode or custom code) that this key could generate, zero'th + * being the most important. + */ + public int[] codes; + + /** Label to display */ + public CharSequence label; + + /** Icon to display instead of a label. Icon takes precedence over a label */ + public Drawable icon; + /** Preview version of the icon, for the preview popup */ + public Drawable iconPreview; + /** Width of the key, not including the gap */ + public int width; + /** Height of the key, not including the gap */ + public int height; + /** The horizontal gap before this key */ + public int gap; + /** Whether this key is sticky, i.e., a toggle key */ + public boolean sticky; + /** X coordinate of the key in the keyboard layout */ + public int x; + /** Y coordinate of the key in the keyboard layout */ + public int y; + /** The current pressed state of this key */ + public boolean pressed; + /** If this is a sticky key, is it on? */ + public boolean on; + /** Text to output when pressed. This can be multiple characters, like ".com" */ + public CharSequence text; + /** Popup characters */ + public CharSequence popupCharacters; + + /** + * Flags that specify the anchoring to edges of the keyboard for detecting touch events + * that are just out of the boundary of the key. This is a bit mask of + * {@link CustKeyBoard#EDGE_LEFT}, {@link CustKeyBoard#EDGE_RIGHT}, {@link CustKeyBoard#EDGE_TOP} and + * {@link CustKeyBoard#EDGE_BOTTOM}. + */ + public int edgeFlags; + /** Whether this is a modifier key, such as Shift or Alt */ + public boolean modifier; + /** The keyboard that this key belongs to */ + private CustKeyBoard keyboard; + /** + * If this key pops up a mini keyboard, this is the resource id for the XML layout for that + * keyboard. + */ + public int popupResId; + /** Whether this key repeats itself when held down */ + public boolean repeatable; + + + private final static int[] KEY_STATE_NORMAL_ON = { + android.R.attr.state_checkable, + android.R.attr.state_checked + }; + + private final static int[] KEY_STATE_PRESSED_ON = { + android.R.attr.state_pressed, + android.R.attr.state_checkable, + android.R.attr.state_checked + }; + + private final static int[] KEY_STATE_NORMAL_OFF = { + android.R.attr.state_checkable + }; + + private final static int[] KEY_STATE_PRESSED_OFF = { + android.R.attr.state_pressed, + android.R.attr.state_checkable + }; + + private final static int[] KEY_STATE_NORMAL = { + }; + + private final static int[] KEY_STATE_PRESSED = { + android.R.attr.state_pressed + }; + + /** Create an empty key with no attributes. */ + public Key(CustKeyBoard.Row parent) { + keyboard = parent.parent; + height = parent.defaultHeight; + width = parent.defaultWidth; + gap = parent.defaultHorizontalGap; + edgeFlags = parent.rowEdgeFlags; + } + + /** Create a key with the given top-left coordinate and extract its attributes from + * the XML parser. + * @param res resources associated with the caller's context + * @param parent the row that this key belongs to. The row must already be attached to + * a {@link CustKeyBoard}. + * @param x the x coordinate of the top-left + * @param y the y coordinate of the top-left + * @param parser the XML parser containing the attributes for this key + */ + public Key(Resources res, CustKeyBoard.Row parent, int x, int y, XmlResourceParser parser) { + this(parent); + + this.x = x; + this.y = y; + + TypedArray a = res.obtainAttributes(Xml.asAttributeSet(parser), + R.styleable.My_Keyboard_view); + + width = getDimensionOrFraction(a, + R.styleable.My_Keyboard_view_android_keyWidth, + keyboard.mDisplayWidth, parent.defaultWidth); + height = getDimensionOrFraction(a, + R.styleable.My_Keyboard_view_android_keyHeight, + keyboard.mDisplayHeight, parent.defaultHeight); + gap = getDimensionOrFraction(a, + R.styleable.My_Keyboard_view_android_horizontalGap, + keyboard.mDisplayWidth, parent.defaultHorizontalGap); + a.recycle(); + a = res.obtainAttributes(Xml.asAttributeSet(parser), + R.styleable.K_Keyboard_Key); + this.x += gap; + TypedValue codesValue = new TypedValue(); + a.getValue(R.styleable.K_Keyboard_Key_android_codes, + codesValue); + if (codesValue.type == TypedValue.TYPE_INT_DEC + || codesValue.type == TypedValue.TYPE_INT_HEX) { + codes = new int[] { codesValue.data }; + } else if (codesValue.type == TypedValue.TYPE_STRING) { + codes = parseCSV(codesValue.string.toString()); + } + + iconPreview = a.getDrawable(R.styleable.K_Keyboard_Key_android_iconPreview); + if (iconPreview != null) { + iconPreview.setBounds(0, 0, iconPreview.getIntrinsicWidth(), + iconPreview.getIntrinsicHeight()); + } + popupCharacters = a.getText( + R.styleable.K_Keyboard_Key_android_popupCharacters); + popupResId = a.getResourceId( + R.styleable.K_Keyboard_Key_android_popupKeyboard, 0); + repeatable = a.getBoolean( + R.styleable.K_Keyboard_Key_android_isRepeatable, false); + modifier = a.getBoolean( + R.styleable.K_Keyboard_Key_android_isModifier, false); + sticky = a.getBoolean( + R.styleable.K_Keyboard_Key_android_isSticky, false); + edgeFlags = a.getInt(R.styleable.K_Keyboard_Key_android_keyEdgeFlags, 0); + edgeFlags |= parent.rowEdgeFlags; + + icon = a.getDrawable( + R.styleable.K_Keyboard_Key_android_keyIcon); + if (icon != null) { + icon.setBounds(0, 0, icon.getIntrinsicWidth(), icon.getIntrinsicHeight()); + } + label = a.getText(R.styleable.K_Keyboard_Key_android_keyLabel); + text = a.getText(R.styleable.K_Keyboard_Key_android_keyOutputText); + + if (codes == null && !TextUtils.isEmpty(label)) { + codes = new int[] { label.charAt(0) }; + } + a.recycle(); + } + + /** + * Informs the key that it has been pressed, in case it needs to change its appearance or + * state. + * @see #onReleased(boolean) + */ + public void onPressed() { + pressed = !pressed; + } + + /** + * Changes the pressed state of the key. + * + *

Toggled state of the key will be flipped when all the following conditions are + * fulfilled:

+ * + *
    + *
  • This is a sticky key, that is, {@link #sticky} is {@code true}. + *
  • The parameter {@code inside} is {@code true}. + *
  • {@link android.os.Build.VERSION#SDK_INT} is greater than + * {@link android.os.Build.VERSION_CODES#LOLLIPOP_MR1}. + *
+ * + * @param inside whether the finger was released inside the key. Works only on Android M and + * later. See the method document for details. + * @see #onPressed() + */ + public void onReleased(boolean inside) { + pressed = !pressed; + if (sticky && inside) { + on = !on; + } + } + + int[] parseCSV(String value) { + int count = 0; + int lastIndex = 0; + if (value.length() > 0) { + count++; + while ((lastIndex = value.indexOf(",", lastIndex + 1)) > 0) { + count++; + } + } + int[] values = new int[count]; + count = 0; + StringTokenizer st = new StringTokenizer(value, ","); + while (st.hasMoreTokens()) { + try { + values[count++] = Integer.parseInt(st.nextToken()); + } catch (NumberFormatException nfe) { + + } + } + return values; + } + + /** + * Detects if a point falls inside this key. + * @param x the x-coordinate of the point + * @param y the y-coordinate of the point + * @return whether or not the point falls inside the key. If the key is attached to an edge, + * it will assume that all points between the key and the edge are considered to be inside + * the key. + */ + public boolean isInside(int x, int y) { + boolean leftEdge = (edgeFlags & EDGE_LEFT) > 0; + boolean rightEdge = (edgeFlags & EDGE_RIGHT) > 0; + boolean topEdge = (edgeFlags & EDGE_TOP) > 0; + boolean bottomEdge = (edgeFlags & EDGE_BOTTOM) > 0; + if ((x >= this.x || (leftEdge && x <= this.x + this.width)) + && (x < this.x + this.width || (rightEdge && x >= this.x)) + && (y >= this.y || (topEdge && y <= this.y + this.height)) + && (y < this.y + this.height || (bottomEdge && y >= this.y))) { + return true; + } else { + return false; + } + } + + /** + * Returns the square of the distance between the center of the key and the given point. + * @param x the x-coordinate of the point + * @param y the y-coordinate of the point + * @return the square of the distance of the point from the center of the key + */ + public int squaredDistanceFrom(int x, int y) { + int xDist = this.x + width / 2 - x; + int yDist = this.y + height / 2 - y; + return xDist * xDist + yDist * yDist; + } + + /** + * Returns the drawable state for the key, based on the current state and type of the key. + * @return the drawable state of the key. + * @see android.graphics.drawable.StateListDrawable#setState(int[]) + */ + public int[] getCurrentDrawableState() { + int[] states = KEY_STATE_NORMAL; + + if (on) { + if (pressed) { + states = KEY_STATE_PRESSED_ON; + } else { + states = KEY_STATE_NORMAL_ON; + } + } else { + if (sticky) { + if (pressed) { + states = KEY_STATE_PRESSED_OFF; + } else { + states = KEY_STATE_NORMAL_OFF; + } + } else { + if (pressed) { + states = KEY_STATE_PRESSED; + } + } + } + return states; + } + } + + /** + * Creates a keyboard from the given xml key layout file. + * @param context the application or service context + * @param xmlLayoutResId the resource file that contains the keyboard layout and keys. + */ + public CustKeyBoard(Context context, int xmlLayoutResId) { + this(context, xmlLayoutResId, 0); + } + + /** + * Creates a keyboard from the given xml key layout file. Weeds out rows + * that have a keyboard mode defined but don't match the specified mode. + * @param context the application or service context + * @param xmlLayoutResId the resource file that contains the keyboard layout and keys. + * @param modeId keyboard mode identifier + * @param width sets width of keyboard + * @param height sets height of keyboard + */ + public CustKeyBoard(Context context, @XmlRes int xmlLayoutResId, int modeId, int width, + int height) { + mDisplayWidth = width; + mDisplayHeight = height; + + mDefaultHorizontalGap = 0; + mDefaultWidth = mDisplayWidth / 10; + mDefaultVerticalGap = 0; + mDefaultHeight = mDefaultWidth; + mKeys = new ArrayList<>(); + mModifierKeys = new ArrayList<>(); + mKeyboardMode = modeId; + loadKeyboard(context, context.getResources().getXml(xmlLayoutResId)); + } + + /** + * Creates a keyboard from the given xml key layout file. Weeds out rows + * that have a keyboard mode defined but don't match the specified mode. + * @param context the application or service context + * @param xmlLayoutResId the resource file that contains the keyboard layout and keys. + * @param modeId keyboard mode identifier + */ + public CustKeyBoard(Context context, @XmlRes int xmlLayoutResId, int modeId) { + DisplayMetrics dm = context.getResources().getDisplayMetrics(); + mDisplayWidth = dm.widthPixels; + mDisplayHeight = dm.heightPixels; + //Log.v(TAG, "keyboard's display metrics:" + dm); + + mDefaultHorizontalGap = 0; + mDefaultWidth = mDisplayWidth / 10; + mDefaultVerticalGap = 0; + mDefaultHeight = mDefaultWidth; + mKeys = new ArrayList<>(); + mModifierKeys = new ArrayList<>(); + mKeyboardMode = modeId; + loadKeyboard(context, context.getResources().getXml(xmlLayoutResId)); + } + + public CustKeyBoard(Context context, int layoutTemplateResId, + CharSequence characters, int columns, int horizontalPadding) { + this(context, layoutTemplateResId); + int x = 0; + int y = 0; + int column = 0; + mTotalWidth = 0; + + CustKeyBoard.Row row = new CustKeyBoard.Row(this); + row.defaultHeight = mDefaultHeight; + row.defaultWidth = mDefaultWidth; + row.defaultHorizontalGap = mDefaultHorizontalGap; + row.verticalGap = mDefaultVerticalGap; + row.rowEdgeFlags = EDGE_TOP | EDGE_BOTTOM; + final int maxColumns = columns == -1 ? Integer.MAX_VALUE : columns; + for (int i = 0; i < characters.length(); i++) { + char c = characters.charAt(i); + if (column >= maxColumns + || x + mDefaultWidth + horizontalPadding > mDisplayWidth) { + x = 0; + y += mDefaultVerticalGap + mDefaultHeight; + column = 0; + } + final CustKeyBoard.Key key = new CustKeyBoard.Key(row); + key.x = x; + key.y = y; + key.label = String.valueOf(c); + key.codes = new int[] { c }; + column++; + x += key.width + key.gap; + mKeys.add(key); + row.mKeys.add(key); + if (x > mTotalWidth) { + mTotalWidth = x; + } + } + mTotalHeight = y + mDefaultHeight; + rows.add(row); + } + + final void resize(int newWidth, int newHeight) { + int numRows = rows.size(); + for (int rowIndex = 0; rowIndex < numRows; ++rowIndex) { + CustKeyBoard.Row row = rows.get(rowIndex); + int numKeys = row.mKeys.size(); + int totalGap = 0; + int totalWidth = 0; + for (int keyIndex = 0; keyIndex < numKeys; ++keyIndex) { + CustKeyBoard.Key key = row.mKeys.get(keyIndex); + if (keyIndex > 0) { + totalGap += key.gap; + } + totalWidth += key.width; + } + if (totalGap + totalWidth > newWidth) { + int x = 0; + float scaleFactor = (float)(newWidth - totalGap) / totalWidth; + for (int keyIndex = 0; keyIndex < numKeys; ++keyIndex) { + CustKeyBoard.Key key = row.mKeys.get(keyIndex); + key.width *= scaleFactor; + key.x = x; + x += key.width + key.gap; + } + } + } + mTotalWidth = newWidth; + // TODO: This does not adjust the vertical placement according to the new size. + // The main problem in the previous code was horizontal placement/size, but we should + // also recalculate the vertical sizes/positions when we get this resize call. + } + + public List getKeys() { + return mKeys; + } + + public List getModifierKeys() { + return mModifierKeys; + } + + protected int getHorizontalGap() { + return mDefaultHorizontalGap; + } + + protected void setHorizontalGap(int gap) { + mDefaultHorizontalGap = gap; + } + + protected int getVerticalGap() { + return mDefaultVerticalGap; + } + + protected void setVerticalGap(int gap) { + mDefaultVerticalGap = gap; + } + + protected int getKeyHeight() { + return mDefaultHeight; + } + + protected void setKeyHeight(int height) { + mDefaultHeight = height; + } + + protected int getKeyWidth() { + return mDefaultWidth; + } + + protected void setKeyWidth(int width) { + mDefaultWidth = width; + } + + /** + * Returns the total height of the keyboard + * @return the total height of the keyboard + */ + public int getHeight() { + return mTotalHeight; + } + + public int getMinWidth() { + return mTotalWidth; + } + + public boolean setShifted(boolean shiftState) { + for (CustKeyBoard.Key shiftKey : mShiftKeys) { + if (shiftKey != null) { + shiftKey.on = shiftState; + } + } + if (mShifted != shiftState) { + mShifted = shiftState; + return true; + } + return false; + } + + public boolean isShifted() { + return mShifted; + } + + /** + * @hide + */ + public int[] getShiftKeyIndices() { + return mShiftKeyIndices; + } + + public int getShiftKeyIndex() { + return mShiftKeyIndices[0]; + } + + private void computeNearestNeighbors() { + // Round-up so we don't have any pixels outside the grid + mCellWidth = (getMinWidth() + GRID_WIDTH - 1) / GRID_WIDTH; + mCellHeight = (getHeight() + GRID_HEIGHT - 1) / GRID_HEIGHT; + mGridNeighbors = new int[GRID_SIZE][]; + int[] indices = new int[mKeys.size()]; + final int gridWidth = GRID_WIDTH * mCellWidth; + final int gridHeight = GRID_HEIGHT * mCellHeight; + for (int x = 0; x < gridWidth; x += mCellWidth) { + for (int y = 0; y < gridHeight; y += mCellHeight) { + int count = 0; + for (int i = 0; i < mKeys.size(); i++) { + final CustKeyBoard.Key key = mKeys.get(i); + if (key.squaredDistanceFrom(x, y) < mProximityThreshold || + key.squaredDistanceFrom(x + mCellWidth - 1, y) < mProximityThreshold || + key.squaredDistanceFrom(x + mCellWidth - 1, y + mCellHeight - 1) + < mProximityThreshold || + key.squaredDistanceFrom(x, y + mCellHeight - 1) < mProximityThreshold) { + indices[count++] = i; + } + } + int [] cell = new int[count]; + System.arraycopy(indices, 0, cell, 0, count); + mGridNeighbors[(y / mCellHeight) * GRID_WIDTH + (x / mCellWidth)] = cell; + } + } + } + + /** + * Returns the indices of the keys that are closest to the given point. + * @param x the x-coordinate of the point + * @param y the y-coordinate of the point + * @return the array of integer indices for the nearest keys to the given point. If the given + * point is out of range, then an array of size zero is returned. + */ + public int[] getNearestKeys(int x, int y) { + if (mGridNeighbors == null) computeNearestNeighbors(); + if (x >= 0 && x < getMinWidth() && y >= 0 && y < getHeight()) { + int index = (y / mCellHeight) * GRID_WIDTH + (x / mCellWidth); + if (index < GRID_SIZE) { + return mGridNeighbors[index]; + } + } + return new int[0]; + } + + protected CustKeyBoard.Row createRowFromXml(Resources res, XmlResourceParser parser) { + return new CustKeyBoard.Row(res, this, parser); + } + + protected CustKeyBoard.Key createKeyFromXml(Resources res, CustKeyBoard.Row parent, int x, int y, + XmlResourceParser parser) { + return new CustKeyBoard.Key(res, parent, x, y, parser); + } + + private void loadKeyboard(Context context, XmlResourceParser parser) { + boolean inKey = false; + boolean inRow = false; + boolean leftMostKey = false; + int row = 0; + int x = 0; + int y = 0; + CustKeyBoard.Key key = null; + CustKeyBoard.Row currentRow = null; + Resources res = context.getResources(); + boolean skipRow = false; + + try { + int event; + while ((event = parser.next()) != XmlResourceParser.END_DOCUMENT) { + if (event == XmlResourceParser.START_TAG) { + String tag = parser.getName(); + if (TAG_ROW.equals(tag)) { + inRow = true; + x = 0; + currentRow = createRowFromXml(res, parser); + rows.add(currentRow); + skipRow = currentRow.mode != 0 && currentRow.mode != mKeyboardMode; + if (skipRow) { + skipToEndOfRow(parser); + inRow = false; + } + } else if (TAG_KEY.equals(tag)) { + inKey = true; + key = createKeyFromXml(res, currentRow, x, y, parser); + mKeys.add(key); + if (key.codes[0] == KEYCODE_SHIFT) { + // Find available shift key slot and put this shift key in it + for (int i = 0; i < mShiftKeys.length; i++) { + if (mShiftKeys[i] == null) { + mShiftKeys[i] = key; + mShiftKeyIndices[i] = mKeys.size()-1; + break; + } + } + mModifierKeys.add(key); + } else if (key.codes[0] == KEYCODE_ALT) { + mModifierKeys.add(key); + } + currentRow.mKeys.add(key); + } else if (TAG_KEYBOARD.equals(tag)) { + parseKeyboardAttributes(res, parser); + } + } else if (event == XmlResourceParser.END_TAG) { + if (inKey) { + inKey = false; + x += key.gap + key.width; + if (x > mTotalWidth) { + mTotalWidth = x; + } + } else if (inRow) { + inRow = false; + y += currentRow.verticalGap; + y += currentRow.defaultHeight; + row++; + } else { + // TODO: error or extend? + } + } + } + } catch (Exception e) { + + e.printStackTrace(); + } + mTotalHeight = y - mDefaultVerticalGap; + } + + private void skipToEndOfRow(XmlResourceParser parser) + throws XmlPullParserException, IOException { + int event; + while ((event = parser.next()) != XmlResourceParser.END_DOCUMENT) { + if (event == XmlResourceParser.END_TAG + && parser.getName().equals(TAG_ROW)) { + break; + } + } + } + + private void parseKeyboardAttributes(Resources res, XmlResourceParser parser) { + TypedArray a = res.obtainAttributes(Xml.asAttributeSet(parser), + R.styleable.My_Keyboard_view); + + mDefaultWidth = getDimensionOrFraction(a, + R.styleable.My_Keyboard_view_android_keyWidth, + mDisplayWidth, mDisplayWidth / 10); + mDefaultHeight = getDimensionOrFraction(a, + R.styleable.My_Keyboard_view_android_keyHeight, + mDisplayHeight, 50); + mDefaultHorizontalGap = getDimensionOrFraction(a, + R.styleable.My_Keyboard_view_android_horizontalGap, + mDisplayWidth, 0); + mDefaultVerticalGap = getDimensionOrFraction(a, + R.styleable.My_Keyboard_view_android_verticalGap, + mDisplayHeight, 0); + mProximityThreshold = (int) (mDefaultWidth * SEARCH_DISTANCE); + mProximityThreshold = mProximityThreshold * mProximityThreshold; // Square it for comparison + a.recycle(); + } + + static int getDimensionOrFraction(TypedArray a, int index, int base, int defValue) { + TypedValue value = a.peekValue(index); + if (value == null) return defValue; + if (value.type == TypedValue.TYPE_DIMENSION) { + return a.getDimensionPixelOffset(index, defValue); + } else if (value.type == TypedValue.TYPE_FRACTION) { + // Round it to avoid values like 47.9999 from getting truncated + return Math.round(a.getFraction(index, base, base, defValue)); + } + return defValue; + } +} + diff --git a/app/src/main/java/com/key/board/journey/inputmethod/rescode/CustView.java b/app/src/main/java/com/key/board/journey/inputmethod/rescode/CustView.java new file mode 100644 index 0000000..f200991 --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/rescode/CustView.java @@ -0,0 +1,1386 @@ +package com.key.board.journey.inputmethod.rescode; + +import android.content.Context; +import android.content.res.TypedArray; +import android.graphics.Bitmap; +import android.graphics.Canvas; +import android.graphics.Paint; +import android.graphics.PorterDuff; +import android.graphics.Rect; +import android.graphics.Typeface; +import android.graphics.drawable.Drawable; +import android.media.AudioManager; +import android.os.Handler; +import android.os.Message; +import android.util.AttributeSet; +import android.util.TypedValue; +import android.view.GestureDetector; +import android.view.Gravity; +import android.view.LayoutInflater; +import android.view.MotionEvent; +import android.view.View; +import android.view.ViewConfiguration; +import android.view.ViewGroup; +import android.widget.PopupWindow; +import android.widget.TextView; + +import com.key.board.journey.inputmethod.R; + +import java.util.Arrays; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +public class CustView extends View implements View.OnClickListener { + + /** + * Listener for virtual keyboard events. + */ + public interface OnKeyboardActionListener { + + + void onPress(int primaryCode); + + /** + * Called when the user releases a key. This is sent after the {@link #onKey} is called. + * For keys that repeat, this is only called once. + * @param primaryCode the code of the key that was released + */ + void onRelease(int primaryCode); + + void onKey(int primaryCode, int[] keyCodes); + + /** + * Sends a sequence of characters to the listener. + * @param text the sequence of characters to be displayed. + */ + void onText(CharSequence text); + + /** + * Called when the user quickly moves the finger from right to left. + */ + void swipeLeft(); + + /** + * Called when the user quickly moves the finger from left to right. + */ + void swipeRight(); + + /** + * Called when the user quickly moves the finger from up to down. + */ + void swipeDown(); + + /** + * Called when the user quickly moves the finger from down to up. + */ + void swipeUp(); + } + + private static final boolean DEBUG = false; + private static final int NOT_A_KEY = -1; + private static final int[] KEY_DELETE = { CustKeyBoard.KEYCODE_DELETE }; + private static final int[] LONG_PRESSABLE_STATE_SET = { R.styleable.IM_KeyboardViewPreviewState_android_state_long_pressable }; + + private Context mContext; + private CustKeyBoard mKeyboard; + private int mCurrentKeyIndex = NOT_A_KEY; + + private int mLabelTextSize; + private int mKeyTextSize; + private int mKeyTextColor; + private float mShadowRadius; + private int mShadowColor; + private float mBackgroundDimAmount; + + private TextView mPreviewText; + private PopupWindow mPreviewPopup; + private int mPreviewTextSizeLarge; + private int mPreviewOffset; + private int mPreviewHeight; + // Working variable + private final int[] mCoordinates = new int[2]; + + private PopupWindow mPopupKeyboard; + private View mMiniKeyboardContainer; + private CustView mMiniKeyboard; + private boolean mMiniKeyboardOnScreen; + private View mPopupParent; + private int mMiniKeyboardOffsetX; + private int mMiniKeyboardOffsetY; + private Map mMiniKeyboardCache; + private CustKeyBoard.Key[] mKeys; + + + private CustView.OnKeyboardActionListener mKeyboardActionListener; + + private static final int MSG_SHOW_PREVIEW = 1; + private static final int MSG_REMOVE_PREVIEW = 2; + private static final int MSG_REPEAT = 3; + private static final int MSG_LONGPRESS = 4; + + private static final int DELAY_BEFORE_PREVIEW = 0; + private static final int DELAY_AFTER_PREVIEW = 70; + private static final int DEBOUNCE_TIME = 70; + + private int mVerticalCorrection; + private int mProximityThreshold; + + private boolean mPreviewCentered = false; + private boolean mShowPreview = true; + private boolean mShowTouchPoints = true; + private int mPopupPreviewX; + private int mPopupPreviewY; + + private int mLastX; + private int mLastY; + private int mStartX; + private int mStartY; + + private boolean mProximityCorrectOn; + + private Paint mPaint; + private Rect mPadding; + + private long mDownTime; + private long mLastMoveTime; + private int mLastKey; + private int mLastCodeX; + private int mLastCodeY; + private int mCurrentKey = NOT_A_KEY; + private int mDownKey = NOT_A_KEY; + private long mLastKeyTime; + private long mCurrentKeyTime; + private int[] mKeyIndices = new int[12]; + private GestureDetector mGestureDetector; + private int mPopupX; + private int mPopupY; + private int mRepeatKeyIndex = NOT_A_KEY; + private int mPopupLayout; + private boolean mAbortKey; + private CustKeyBoard.Key mInvalidatedKey; + private Rect mClipRegion = new Rect(0, 0, 0, 0); + private boolean mPossiblePoly; + private SwipeTracker mSwipeTracker = new SwipeTracker(); + private int mSwipeThreshold; + private boolean mDisambiguateSwipe; + + // Variables for dealing with multiple pointers + private int mOldPointerCount = 1; + private float mOldPointerX; + private float mOldPointerY; + + private Drawable mKeyBackground; + + private static final int REPEAT_INTERVAL = 50; // ~20 keys per second + private static final int REPEAT_START_DELAY = 300; + private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout(); + + private static int MAX_NEARBY_KEYS = 12; + private int[] mDistances = new int[MAX_NEARBY_KEYS]; + + // For multi-tap + private int mLastSentIndex; + private int mTapCount; + private long mLastTapTime; + private boolean mInMultiTap; + private static final int MULTITAP_INTERVAL = 600; // milliseconds + private StringBuilder mPreviewLabel = new StringBuilder(1); + + /** Whether the keyboard bitmap needs to be redrawn before it's blitted. **/ + private boolean mDrawPending; + /** The dirty region in the keyboard bitmap */ + private Rect mDirtyRect = new Rect(); + /** The keyboard bitmap for faster updates */ + private Bitmap mBuffer; + /** Notes if the keyboard just changed, so that we could possibly reallocate the mBuffer. */ + private boolean mKeyboardChanged; + /** The canvas for the above mutable keyboard bitmap */ + private Canvas mCanvas; + /** The accessibility manager for accessibility support */ +// private AccessibilityManager mAccessibilityManager; + /** The audio manager for accessibility support */ + private AudioManager mAudioManager; + /** Whether the requirement of a headset to hear passwords if accessibility is enabled is announced. */ + private boolean mHeadsetRequiredToHearPasswordsAnnounced; + + Handler mHandler; + + public CustView(Context context, AttributeSet attrs) { + this(context, attrs, 0); + } + + public CustView(Context context, AttributeSet attrs, int defStyleAttr) { + this(context, attrs, defStyleAttr, 0); + } + + public CustView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { + super(context, attrs, defStyleAttr, defStyleRes); + mContext = context; + TypedArray a = context.obtainStyledAttributes( + attrs, R.styleable.My_KeyboardView, defStyleAttr, defStyleRes); + + LayoutInflater inflate = + (LayoutInflater) context + .getSystemService(Context.LAYOUT_INFLATER_SERVICE); + + int previewLayout = 0; + int keyTextSize = 0; + + int n = a.getIndexCount(); + + for (int i = 0; i < n; i++) { + int attr = a.getIndex(i); + + if (attr == R.styleable.My_KeyboardView_android_keyBackground) { + mKeyBackground = a.getDrawable(attr); + } else if (attr == R.styleable.My_KeyboardView_android_verticalCorrection) { + mVerticalCorrection = a.getDimensionPixelOffset(attr, 0); + } else if (attr == R.styleable.My_KeyboardView_android_keyPreviewLayout) { + previewLayout = a.getResourceId(attr, 0); + } else if (attr == R.styleable.My_KeyboardView_android_keyPreviewOffset) { + mPreviewOffset = a.getDimensionPixelOffset(attr, 0); + } else if (attr == R.styleable.My_KeyboardView_android_keyPreviewHeight) { + mPreviewHeight = a.getDimensionPixelSize(attr, 80); + } else if (attr == R.styleable.My_KeyboardView_android_keyTextSize) { + mKeyTextSize = a.getDimensionPixelSize(attr, 18); + } else if (attr == R.styleable.My_KeyboardView_android_keyTextColor) { + mKeyTextColor = a.getColor(attr, 0xFF333333); + } else if (attr == R.styleable.My_KeyboardView_android_labelTextSize) { + mLabelTextSize = a.getDimensionPixelSize(attr, 14); + } else if (attr == R.styleable.My_KeyboardView_android_popupLayout) { + mPopupLayout = a.getResourceId(attr, 0); + } else if (attr == R.styleable.My_KeyboardView_android_shadowColor) { + mShadowColor = a.getColor(attr, 0); + } else if (attr == R.styleable.My_KeyboardView_android_shadowRadius) { + mShadowRadius = a.getFloat(attr, 0f); + } + } + + mPreviewPopup = new PopupWindow(context); + if (previewLayout != 0) { + mPreviewText = (TextView) inflate.inflate(previewLayout, null); + mPreviewTextSizeLarge = (int) mPreviewText.getTextSize(); + mPreviewPopup.setContentView(mPreviewText); + mPreviewPopup.setBackgroundDrawable(null); + } else { + mShowPreview = false; + } + + mPreviewPopup.setTouchable(false); + + mPopupKeyboard = new PopupWindow(context); + mPopupKeyboard.setBackgroundDrawable(null); + //mPopupKeyboard.setClippingEnabled(false); + + mPopupParent = this; + //mPredicting = true; + + mPaint = new Paint(); + mPaint.setAntiAlias(true); + mPaint.setTextSize(keyTextSize); + mPaint.setTextAlign(Paint.Align.CENTER); + mPaint.setAlpha(255); + + mPadding = new Rect(0, 0, 0, 0); + mMiniKeyboardCache = new HashMap(); + mKeyBackground.getPadding(mPadding); + + mSwipeThreshold = (int) (500 * getResources().getDisplayMetrics().density); +// mDisambiguateSwipe = getResources().getBoolean( +// R.bool.config_swipeDisambiguation); + + mAudioManager = (AudioManager) context.getSystemService(Context.AUDIO_SERVICE); + + resetMultiTap(); + } + + @Override + protected void onAttachedToWindow() { + super.onAttachedToWindow(); + initGestureDetector(); + if (mHandler == null) { + mHandler = new Handler() { + @Override + public void handleMessage(Message msg) { + switch (msg.what) { + case MSG_SHOW_PREVIEW: + showKey(msg.arg1); + break; + case MSG_REMOVE_PREVIEW: + mPreviewText.setVisibility(INVISIBLE); + break; + case MSG_REPEAT: + if (repeatKey()) { + Message repeat = Message.obtain(this, MSG_REPEAT); + sendMessageDelayed(repeat, REPEAT_INTERVAL); + } + break; + case MSG_LONGPRESS: + openPopupIfRequired((MotionEvent) msg.obj); + break; + } + } + }; + } + } + + private void initGestureDetector() { + if (mGestureDetector == null) { + mGestureDetector = new GestureDetector(getContext(), new GestureDetector.SimpleOnGestureListener() { + @Override + public boolean onFling(MotionEvent me1, MotionEvent me2, + float velocityX, float velocityY) { + if (mPossiblePoly) return false; + final float absX = Math.abs(velocityX); + final float absY = Math.abs(velocityY); + float deltaX = me2.getX() - me1.getX(); + float deltaY = me2.getY() - me1.getY(); + int travelX = getWidth() / 2; // Half the keyboard width + int travelY = getHeight() / 2; // Half the keyboard height + mSwipeTracker.computeCurrentVelocity(1000); + final float endingVelocityX = mSwipeTracker.getXVelocity(); + final float endingVelocityY = mSwipeTracker.getYVelocity(); + boolean sendDownKey = false; + if (velocityX > mSwipeThreshold && absY < absX && deltaX > travelX) { + if (mDisambiguateSwipe && endingVelocityX < velocityX / 4) { + sendDownKey = true; + } else { + swipeRight(); + return true; + } + } else if (velocityX < -mSwipeThreshold && absY < absX && deltaX < -travelX) { + if (mDisambiguateSwipe && endingVelocityX > velocityX / 4) { + sendDownKey = true; + } else { + swipeLeft(); + return true; + } + } else if (velocityY < -mSwipeThreshold && absX < absY && deltaY < -travelY) { + if (mDisambiguateSwipe && endingVelocityY > velocityY / 4) { + sendDownKey = true; + } else { + swipeUp(); + return true; + } + } else if (velocityY > mSwipeThreshold && absX < absY / 2 && deltaY > travelY) { + if (mDisambiguateSwipe && endingVelocityY < velocityY / 4) { + sendDownKey = true; + } else { + swipeDown(); + return true; + } + } + + if (sendDownKey) { + detectAndSendKey(mDownKey, mStartX, mStartY, me1.getEventTime()); + } + return false; + } + }); + + mGestureDetector.setIsLongpressEnabled(false); + } + } + + public void setOnKeyboardActionListener(OnKeyboardActionListener listener) { + mKeyboardActionListener = listener; + } + + protected OnKeyboardActionListener getOnKeyboardActionListener() { + return mKeyboardActionListener; + } + + + public void setKeyboard(CustKeyBoard keyboard) { + if (mKeyboard != null) { + showPreview(NOT_A_KEY); + } + // Remove any pending messages + removeMessages(); + mKeyboard = keyboard; + List keys = mKeyboard.getKeys(); + mKeys = keys.toArray(new CustKeyBoard.Key[keys.size()]); + requestLayout(); + // Hint to reallocate the buffer if the size changed + mKeyboardChanged = true; + invalidateAllKeys(); + computeProximityThreshold(keyboard); + mMiniKeyboardCache.clear(); // Not really necessary to do every time, but will free up views + // Switching to a different keyboard should abort any pending keys so that the key up + // doesn't get delivered to the old or new keyboard + mAbortKey = true; // Until the next ACTION_DOWN + } + + + public CustKeyBoard getKeyboard() { + return mKeyboard; + } + + + public boolean setShifted(boolean shifted) { + if (mKeyboard != null) { + if (mKeyboard.setShifted(shifted)) { + // The whole keyboard probably needs to be redrawn + invalidateAllKeys(); + return true; + } + } + return false; + } + + + public boolean isShifted() { + if (mKeyboard != null) { + return mKeyboard.isShifted(); + } + return false; + } + + + public void setPreviewEnabled(boolean previewEnabled) { + mShowPreview = previewEnabled; + } + + /** + * Returns the enabled state of the key feedback popup. + * @return whether or not the key feedback popup is enabled + * @see #setPreviewEnabled(boolean) + */ + public boolean isPreviewEnabled() { + return mShowPreview; + } + + public void setVerticalCorrection(int verticalOffset) { + + } + public void setPopupParent(View v) { + mPopupParent = v; + } + + public void setPopupOffset(int x, int y) { + mMiniKeyboardOffsetX = x; + mMiniKeyboardOffsetY = y; + if (mPreviewPopup.isShowing()) { + mPreviewPopup.dismiss(); + } + } + + public void setProximityCorrectionEnabled(boolean enabled) { + mProximityCorrectOn = enabled; + } + + /** + * Returns true if proximity correction is enabled. + */ + public boolean isProximityCorrectionEnabled() { + return mProximityCorrectOn; + } + + /** + * Popup keyboard close button clicked. + * @hide + */ + public void onClick(View v) { + dismissPopupKeyboard(); + } + + private CharSequence adjustCase(CharSequence label) { + if (mKeyboard.isShifted() && label != null && label.length() < 3 + && Character.isLowerCase(label.charAt(0))) { + label = label.toString().toUpperCase(); + } + return label; + } + + @Override + public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { + // Round up a little + if (mKeyboard == null) { + setMeasuredDimension(getPaddingLeft() + getPaddingRight(), getPaddingTop() + getPaddingBottom()); + } else { + int width = mKeyboard.getMinWidth() + getPaddingLeft() + getPaddingRight(); + if (MeasureSpec.getSize(widthMeasureSpec) < width + 10) { + width = MeasureSpec.getSize(widthMeasureSpec); + } + setMeasuredDimension(width, mKeyboard.getHeight() + getPaddingTop() + getPaddingBottom()); + } + } + + /** + * Compute the average distance between adjacent keys (horizontally and vertically) + * and square it to get the proximity threshold. We use a square here and in computing + * the touch distance from a key's center to avoid taking a square root. + * @param keyboard + */ + private void computeProximityThreshold(CustKeyBoard keyboard) { + if (keyboard == null) return; + final CustKeyBoard.Key[] keys = mKeys; + if (keys == null) return; + int length = keys.length; + int dimensionSum = 0; + for (int i = 0; i < length; i++) { + CustKeyBoard.Key key = keys[i]; + dimensionSum += Math.min(key.width, key.height) + key.gap; + } + if (dimensionSum < 0 || length == 0) return; + mProximityThreshold = (int) (dimensionSum * 1.4f / length); + mProximityThreshold *= mProximityThreshold; // Square it + } + + @Override + public void onSizeChanged(int w, int h, int oldw, int oldh) { + super.onSizeChanged(w, h, oldw, oldh); + if (mKeyboard != null) { + mKeyboard.resize(w, h); + } + // Release the buffer, if any and it will be reallocated on the next draw + mBuffer = null; + } + + @Override + public void onDraw(Canvas canvas) { + super.onDraw(canvas); +// if (mDrawPending || mBuffer == null || mKeyboardChanged) { +// onBufferDraw(); +// } +// canvas.drawBitmap(mBuffer, 0, 0, null); + } + + private void onBufferDraw() { + if (mBuffer == null || mKeyboardChanged) { + if (mBuffer == null || mKeyboardChanged && + (mBuffer.getWidth() != getWidth() || mBuffer.getHeight() != getHeight())) { + // Make sure our bitmap is at least 1x1 + final int width = Math.max(1, getWidth()); + final int height = Math.max(1, getHeight()); + mBuffer = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); + mCanvas = new Canvas(mBuffer); + } + invalidateAllKeys(); + mKeyboardChanged = false; + } + + if (mKeyboard == null) return; + + mCanvas.save(); + final Canvas canvas = mCanvas; + canvas.clipRect(mDirtyRect); + + final Paint paint = mPaint; + final Drawable keyBackground = mKeyBackground; + final Rect clipRegion = mClipRegion; + final Rect padding = mPadding; + final int kbdPaddingLeft = getPaddingLeft(); + final int kbdPaddingTop = getPaddingTop(); + final CustKeyBoard.Key[] keys = mKeys; + final CustKeyBoard.Key invalidKey = mInvalidatedKey; + + paint.setColor(mKeyTextColor); + boolean drawSingleKey = false; + if (invalidKey != null && canvas.getClipBounds(clipRegion)) { + // Is clipRegion completely contained within the invalidated key? + if (invalidKey.x + kbdPaddingLeft - 1 <= clipRegion.left && + invalidKey.y + kbdPaddingTop - 1 <= clipRegion.top && + invalidKey.x + invalidKey.width + kbdPaddingLeft + 1 >= clipRegion.right && + invalidKey.y + invalidKey.height + kbdPaddingTop + 1 >= clipRegion.bottom) { + drawSingleKey = true; + } + } + canvas.drawColor(0x00000000, PorterDuff.Mode.CLEAR); + final int keyCount = keys.length; + for (int i = 0; i < keyCount; i++) { + final CustKeyBoard.Key key = keys[i]; + if (drawSingleKey && invalidKey != key) { + continue; + } + int[] drawableState = key.getCurrentDrawableState(); + keyBackground.setState(drawableState); + + // Switch the character to uppercase if shift is pressed + String label = key.label == null? null : adjustCase(key.label).toString(); + + final Rect bounds = keyBackground.getBounds(); + if (key.width != bounds.right || + key.height != bounds.bottom) { + keyBackground.setBounds(0, 0, key.width, key.height); + } + canvas.translate(key.x + kbdPaddingLeft, key.y + kbdPaddingTop); + keyBackground.draw(canvas); + + if (label != null) { + // For characters, use large font. For labels like "Done", use small font. + if (label.length() > 1 && key.codes.length < 2) { + paint.setTextSize(mLabelTextSize); + paint.setTypeface(Typeface.DEFAULT_BOLD); + } else { + paint.setTextSize(mKeyTextSize); + paint.setTypeface(Typeface.DEFAULT); + } + // Draw a drop shadow for the text + paint.setShadowLayer(mShadowRadius, 0, 0, mShadowColor); + // Draw the text + canvas.drawText(label, + (key.width - padding.left - padding.right) / 2 + + padding.left, + (key.height - padding.top - padding.bottom) / 2 + + (paint.getTextSize() - paint.descent()) / 2 + padding.top, + paint); + // Turn off drop shadow + paint.setShadowLayer(0, 0, 0, 0); + } else if (key.icon != null) { + final int drawableX = (key.width - padding.left - padding.right + - key.icon.getIntrinsicWidth()) / 2 + padding.left; + final int drawableY = (key.height - padding.top - padding.bottom + - key.icon.getIntrinsicHeight()) / 2 + padding.top; + canvas.translate(drawableX, drawableY); + key.icon.setBounds(0, 0, + key.icon.getIntrinsicWidth(), key.icon.getIntrinsicHeight()); + key.icon.draw(canvas); + canvas.translate(-drawableX, -drawableY); + } + canvas.translate(-key.x - kbdPaddingLeft, -key.y - kbdPaddingTop); + } + mInvalidatedKey = null; + // Overlay a dark rectangle to dim the keyboard + if (mMiniKeyboardOnScreen) { +// paint.setColor((int) (mBackgroundDimAmount * 0xFF) << 24); + canvas.drawRect(0, 0, getWidth(), getHeight(), paint); + } + + if (DEBUG && mShowTouchPoints) { + paint.setAlpha(128); + paint.setColor(0xFFFF0000); + canvas.drawCircle(mStartX, mStartY, 3, paint); + canvas.drawLine(mStartX, mStartY, mLastX, mLastY, paint); + paint.setColor(0xFF0000FF); + canvas.drawCircle(mLastX, mLastY, 3, paint); + paint.setColor(0xFF00FF00); + canvas.drawCircle((mStartX + mLastX) / 2, (mStartY + mLastY) / 2, 2, paint); + } + mCanvas.restore(); + mDrawPending = false; + mDirtyRect.setEmpty(); + } + + private int getKeyIndices(int x, int y, int[] allKeys) { + final CustKeyBoard.Key[] keys = mKeys; + int primaryIndex = NOT_A_KEY; + int closestKey = NOT_A_KEY; + int closestKeyDist = mProximityThreshold + 1; + java.util.Arrays.fill(mDistances, Integer.MAX_VALUE); + int [] nearestKeyIndices = mKeyboard.getNearestKeys(x, y); + final int keyCount = nearestKeyIndices.length; + for (int i = 0; i < keyCount; i++) { + final CustKeyBoard.Key key = keys[nearestKeyIndices[i]]; + int dist = 0; + boolean isInside = key.isInside(x,y); + if (isInside) { + primaryIndex = nearestKeyIndices[i]; + } + + if (((mProximityCorrectOn + && (dist = key.squaredDistanceFrom(x, y)) < mProximityThreshold) + || isInside) + && key.codes[0] > 32) { + // Find insertion point + final int nCodes = key.codes.length; + if (dist < closestKeyDist) { + closestKeyDist = dist; + closestKey = nearestKeyIndices[i]; + } + + if (allKeys == null) continue; + + for (int j = 0; j < mDistances.length; j++) { + if (mDistances[j] > dist) { + // Make space for nCodes codes + System.arraycopy(mDistances, j, mDistances, j + nCodes, + mDistances.length - j - nCodes); + System.arraycopy(allKeys, j, allKeys, j + nCodes, + allKeys.length - j - nCodes); + for (int c = 0; c < nCodes; c++) { + allKeys[j + c] = key.codes[c]; + mDistances[j + c] = dist; + } + break; + } + } + } + } + if (primaryIndex == NOT_A_KEY) { + primaryIndex = closestKey; + } + return primaryIndex; + } + + private void detectAndSendKey(int index, int x, int y, long eventTime) { + if (index != NOT_A_KEY && index < mKeys.length) { + final CustKeyBoard.Key key = mKeys[index]; + if (key.text != null) { + mKeyboardActionListener.onText(key.text); + mKeyboardActionListener.onRelease(NOT_A_KEY); + } else { + int code = key.codes[0]; + //TextEntryState.keyPressedAt(key, x, y); + int[] codes = new int[MAX_NEARBY_KEYS]; + Arrays.fill(codes, NOT_A_KEY); + getKeyIndices(x, y, codes); + // Multi-tap + if (mInMultiTap) { + if (mTapCount != -1) { + mKeyboardActionListener.onKey(CustKeyBoard.KEYCODE_DELETE, KEY_DELETE); + } else { + mTapCount = 0; + } + code = key.codes[mTapCount]; + } + mKeyboardActionListener.onKey(code, codes); + mKeyboardActionListener.onRelease(code); + } + mLastSentIndex = index; + mLastTapTime = eventTime; + } + } + + /** + * Handle multi-tap keys by producing the key label for the current multi-tap state. + */ + private CharSequence getPreviewText(CustKeyBoard.Key key) { + if (mInMultiTap) { + // Multi-tap + mPreviewLabel.setLength(0); + mPreviewLabel.append((char) key.codes[mTapCount < 0 ? 0 : mTapCount]); + return adjustCase(mPreviewLabel); + } else { + return adjustCase(key.label); + } + } + + private void showPreview(int keyIndex) { + int oldKeyIndex = mCurrentKeyIndex; + final PopupWindow previewPopup = mPreviewPopup; + + mCurrentKeyIndex = keyIndex; + // Release the old key and press the new key + final CustKeyBoard.Key[] keys = mKeys; + if (oldKeyIndex != mCurrentKeyIndex) { + if (oldKeyIndex != NOT_A_KEY && keys.length > oldKeyIndex) { + CustKeyBoard.Key oldKey = keys[oldKeyIndex]; + oldKey.onReleased(mCurrentKeyIndex == NOT_A_KEY); + invalidateKey(oldKeyIndex); + final int keyCode = oldKey.codes[0]; + } + if (mCurrentKeyIndex != NOT_A_KEY && keys.length > mCurrentKeyIndex) { + CustKeyBoard.Key newKey = keys[mCurrentKeyIndex]; + newKey.onPressed(); + invalidateKey(mCurrentKeyIndex); + final int keyCode = newKey.codes[0]; + } + } + // If key changed and preview is on ... + if (oldKeyIndex != mCurrentKeyIndex && mShowPreview) { + mHandler.removeMessages(MSG_SHOW_PREVIEW); + if (previewPopup.isShowing()) { + if (keyIndex == NOT_A_KEY) { + mHandler.sendMessageDelayed(mHandler + .obtainMessage(MSG_REMOVE_PREVIEW), + DELAY_AFTER_PREVIEW); + } + } + if (keyIndex != NOT_A_KEY) { + if (previewPopup.isShowing() && mPreviewText.getVisibility() == VISIBLE) { + // Show right away, if it's already visible and finger is moving around + showKey(keyIndex); + } else { + mHandler.sendMessageDelayed( + mHandler.obtainMessage(MSG_SHOW_PREVIEW, keyIndex, 0), + DELAY_BEFORE_PREVIEW); + } + } + } + } + + private void showKey(final int keyIndex) { + final PopupWindow previewPopup = mPreviewPopup; + final CustKeyBoard.Key[] keys = mKeys; + if (keyIndex < 0 || keyIndex >= mKeys.length) return; + CustKeyBoard.Key key = keys[keyIndex]; + if (key.icon != null) { + mPreviewText.setCompoundDrawables(null, null, null, + key.iconPreview != null ? key.iconPreview : key.icon); + mPreviewText.setText(null); + } else { + mPreviewText.setCompoundDrawables(null, null, null, null); + mPreviewText.setText(getPreviewText(key)); + if (key.label!=null && key.label.length() > 1 && key.codes.length < 2) { + mPreviewText.setTextSize(TypedValue.COMPLEX_UNIT_PX, mKeyTextSize); + mPreviewText.setTypeface(Typeface.DEFAULT_BOLD); + } else { + mPreviewText.setTextSize(TypedValue.COMPLEX_UNIT_PX, mPreviewTextSizeLarge); + mPreviewText.setTypeface(Typeface.DEFAULT); + } + } + mPreviewText.measure(MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED), + MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED)); + int popupWidth = Math.max(mPreviewText.getMeasuredWidth(), key.width + + mPreviewText.getPaddingLeft() + mPreviewText.getPaddingRight()); + final int popupHeight = mPreviewHeight; + ViewGroup.LayoutParams lp = mPreviewText.getLayoutParams(); + if (lp != null) { + lp.width = popupWidth; + lp.height = popupHeight; + } + if (!mPreviewCentered) { + mPopupPreviewX = key.x - mPreviewText.getPaddingLeft() + getPaddingLeft(); + mPopupPreviewY = key.y - popupHeight + mPreviewOffset; + } else { + // TODO: Fix this if centering is brought back + mPopupPreviewX = 160 - mPreviewText.getMeasuredWidth() / 2; + mPopupPreviewY = - mPreviewText.getMeasuredHeight(); + } + mHandler.removeMessages(MSG_REMOVE_PREVIEW); + getLocationInWindow(mCoordinates); + mCoordinates[0] += mMiniKeyboardOffsetX; // Offset may be zero + mCoordinates[1] += mMiniKeyboardOffsetY; // Offset may be zero + + // Set the preview background state + mPreviewText.getBackground().setState( + key.popupResId != 0 ? LONG_PRESSABLE_STATE_SET : EMPTY_STATE_SET); + mPopupPreviewX += mCoordinates[0]; + mPopupPreviewY += mCoordinates[1]; + + // If the popup cannot be shown above the key, put it on the side + getLocationOnScreen(mCoordinates); + if (mPopupPreviewY + mCoordinates[1] < 0) { + // If the key you're pressing is on the left side of the keyboard, show the popup on + // the right, offset by enough to see at least one key to the left/right. + if (key.x + key.width <= getWidth() / 2) { + mPopupPreviewX += (int) (key.width * 2.5); + } else { + mPopupPreviewX -= (int) (key.width * 2.5); + } + mPopupPreviewY += popupHeight; + } + + if (previewPopup.isShowing()) { + previewPopup.update(mPopupPreviewX, mPopupPreviewY, + popupWidth, popupHeight); + } else { + previewPopup.setWidth(popupWidth); + previewPopup.setHeight(popupHeight); + previewPopup.showAtLocation(mPopupParent, Gravity.NO_GRAVITY, + mPopupPreviewX, mPopupPreviewY); + } + mPreviewText.setVisibility(VISIBLE); + } + + + public void invalidateAllKeys() { + mDirtyRect.union(0, 0, getWidth(), getHeight()); + mDrawPending = true; + invalidate(); + } + + + public void invalidateKey(int keyIndex) { + if (mKeys == null) return; + if (keyIndex < 0 || keyIndex >= mKeys.length) { + return; + } + final CustKeyBoard.Key key = mKeys[keyIndex]; + mInvalidatedKey = key; + mDirtyRect.union(key.x + getPaddingLeft(), key.y + getPaddingTop(), + key.x + key.width + getPaddingLeft(), key.y + key.height + getPaddingTop()); + onBufferDraw(); + invalidate(key.x + getPaddingLeft(), key.y + getPaddingTop(), + key.x + key.width + getPaddingLeft(), key.y + key.height + getPaddingTop()); + } + + private boolean openPopupIfRequired(MotionEvent me) { + // Check if we have a popup layout specified first. + if (mPopupLayout == 0) { + return false; + } + if (mCurrentKey < 0 || mCurrentKey >= mKeys.length) { + return false; + } + + CustKeyBoard.Key popupKey = mKeys[mCurrentKey]; + boolean result = onLongPress(popupKey); + if (result) { + mAbortKey = true; + showPreview(NOT_A_KEY); + } + return result; + } + + protected boolean onLongPress(CustKeyBoard.Key popupKey) { + int popupKeyboardId = popupKey.popupResId; + + if (popupKeyboardId != 0) { + mMiniKeyboardContainer = mMiniKeyboardCache.get(popupKey); + if (mMiniKeyboardContainer == null) { + LayoutInflater inflater = (LayoutInflater) getContext().getSystemService( + Context.LAYOUT_INFLATER_SERVICE); + mMiniKeyboardContainer = inflater.inflate(mPopupLayout, null); + mMiniKeyboard = mMiniKeyboardContainer.findViewById( + R.id.custom_input_view); +// View closeButton = mMiniKeyboardContainer.findViewById( +// R.id.closeButton); +// if (closeButton != null) closeButton.setOnClickListener(this); + mMiniKeyboard.setOnKeyboardActionListener(new OnKeyboardActionListener() { + public void onKey(int primaryCode, int[] keyCodes) { + mKeyboardActionListener.onKey(primaryCode, keyCodes); + dismissPopupKeyboard(); + } + + public void onText(CharSequence text) { + mKeyboardActionListener.onText(text); + dismissPopupKeyboard(); + } + + public void swipeLeft() { } + public void swipeRight() { } + public void swipeUp() { } + public void swipeDown() { } + public void onPress(int primaryCode) { + mKeyboardActionListener.onPress(primaryCode); + } + public void onRelease(int primaryCode) { + mKeyboardActionListener.onRelease(primaryCode); + } + }); + //mInputView.setSuggest(mSuggest); + CustKeyBoard keyboard; + if (popupKey.popupCharacters != null) { + keyboard = new CustKeyBoard(getContext(), popupKeyboardId, + popupKey.popupCharacters, -1, getPaddingLeft() + getPaddingRight()); + } else { + keyboard = new CustKeyBoard(getContext(), popupKeyboardId); + } + mMiniKeyboard.setKeyboard(keyboard); + mMiniKeyboard.setPopupParent(this); + mMiniKeyboardContainer.measure( + MeasureSpec.makeMeasureSpec(getWidth(), MeasureSpec.AT_MOST), + MeasureSpec.makeMeasureSpec(getHeight(), MeasureSpec.AT_MOST)); + + mMiniKeyboardCache.put(popupKey, mMiniKeyboardContainer); + } else { + mMiniKeyboard = mMiniKeyboardContainer.findViewById( + R.id.custom_input_view); + } + getLocationInWindow(mCoordinates); + mPopupX = popupKey.x + getPaddingLeft(); + mPopupY = popupKey.y + getPaddingTop(); + mPopupX = mPopupX + popupKey.width - mMiniKeyboardContainer.getMeasuredWidth(); + mPopupY = mPopupY - mMiniKeyboardContainer.getMeasuredHeight(); + final int x = mPopupX + mMiniKeyboardContainer.getPaddingRight() + mCoordinates[0]; + final int y = mPopupY + mMiniKeyboardContainer.getPaddingBottom() + mCoordinates[1]; + mMiniKeyboard.setPopupOffset(x < 0 ? 0 : x, y); + mMiniKeyboard.setShifted(isShifted()); + mPopupKeyboard.setContentView(mMiniKeyboardContainer); + mPopupKeyboard.setWidth(mMiniKeyboardContainer.getMeasuredWidth()); + mPopupKeyboard.setHeight(mMiniKeyboardContainer.getMeasuredHeight()); + mPopupKeyboard.showAtLocation(this, Gravity.NO_GRAVITY, x, y); + mMiniKeyboardOnScreen = true; + //mMiniKeyboard.onTouchEvent(getTranslatedEvent(me)); + invalidateAllKeys(); + return true; + } + return false; + } + + + + @Override + public boolean onTouchEvent(MotionEvent me) { + // Convert multi-pointer up/down events to single up/down events to + // deal with the typical multi-pointer behavior of two-thumb typing + final int pointerCount = me.getPointerCount(); + final int action = me.getAction(); + boolean result = false; + final long now = me.getEventTime(); + + if (pointerCount != mOldPointerCount) { + if (pointerCount == 1) { + // Send a down event for the latest pointer + MotionEvent down = MotionEvent.obtain(now, now, MotionEvent.ACTION_DOWN, + me.getX(), me.getY(), me.getMetaState()); + result = onModifiedTouchEvent(down, false); + down.recycle(); + // If it's an up action, then deliver the up as well. + if (action == MotionEvent.ACTION_UP) { + result = onModifiedTouchEvent(me, true); + } + } else { + // Send an up event for the last pointer + MotionEvent up = MotionEvent.obtain(now, now, MotionEvent.ACTION_UP, + mOldPointerX, mOldPointerY, me.getMetaState()); + result = onModifiedTouchEvent(up, true); + up.recycle(); + } + } else { + if (pointerCount == 1) { + result = onModifiedTouchEvent(me, false); + mOldPointerX = me.getX(); + mOldPointerY = me.getY(); + } else { + // Don't do anything when 2 pointers are down and moving. + result = true; + } + } + mOldPointerCount = pointerCount; + + + return result; + } + + private boolean onModifiedTouchEvent(MotionEvent me, boolean possiblePoly) { + int touchX = (int) me.getX() - getPaddingLeft(); + int touchY = (int) me.getY() - getPaddingTop(); + if (touchY >= -mVerticalCorrection) + touchY += mVerticalCorrection; + final int action = me.getAction(); + final long eventTime = me.getEventTime(); + int keyIndex = getKeyIndices(touchX, touchY, null); + mPossiblePoly = possiblePoly; + + // Track the last few movements to look for spurious swipes. + if (action == MotionEvent.ACTION_DOWN) mSwipeTracker.clear(); + mSwipeTracker.addMovement(me); + + // Ignore all motion events until a DOWN. + if (mAbortKey + && action != MotionEvent.ACTION_DOWN && action != MotionEvent.ACTION_CANCEL) { + mRepeatKeyIndex = NOT_A_KEY; + return true; + } + + if (mGestureDetector.onTouchEvent(me)) { + showPreview(NOT_A_KEY); + mHandler.removeMessages(MSG_REPEAT); + mHandler.removeMessages(MSG_LONGPRESS); + return true; + } + + // Needs to be called after the gesture detector gets a turn, as it may have + // displayed the mini keyboard + if (mMiniKeyboardOnScreen && action != MotionEvent.ACTION_CANCEL) { + mRepeatKeyIndex = NOT_A_KEY; + return true; + } + + switch (action) { + case MotionEvent.ACTION_DOWN: + mAbortKey = false; + mStartX = touchX; + mStartY = touchY; + mLastCodeX = touchX; + mLastCodeY = touchY; + mLastKeyTime = 0; + mCurrentKeyTime = 0; + mLastKey = NOT_A_KEY; + mCurrentKey = keyIndex; + mDownKey = keyIndex; + mDownTime = me.getEventTime(); + mLastMoveTime = mDownTime; + checkMultiTap(eventTime, keyIndex); + mKeyboardActionListener.onPress(keyIndex != NOT_A_KEY ? + mKeys[keyIndex].codes[0] : 0); + if (mCurrentKey >= 0 && mKeys[mCurrentKey].repeatable) { + mRepeatKeyIndex = mCurrentKey; + Message msg = mHandler.obtainMessage(MSG_REPEAT); + mHandler.sendMessageDelayed(msg, REPEAT_START_DELAY); + repeatKey(); + // Delivering the key could have caused an abort + if (mAbortKey) { + mRepeatKeyIndex = NOT_A_KEY; + break; + } + } + if (mCurrentKey != NOT_A_KEY) { + Message msg = mHandler.obtainMessage(MSG_LONGPRESS, me); + mHandler.sendMessageDelayed(msg, LONGPRESS_TIMEOUT); + } + showPreview(keyIndex); + break; + + case MotionEvent.ACTION_MOVE: + boolean continueLongPress = false; + if (keyIndex != NOT_A_KEY) { + if (mCurrentKey == NOT_A_KEY) { + mCurrentKey = keyIndex; + mCurrentKeyTime = eventTime - mDownTime; + } else { + if (keyIndex == mCurrentKey) { + mCurrentKeyTime += eventTime - mLastMoveTime; + continueLongPress = true; + } else if (mRepeatKeyIndex == NOT_A_KEY) { + resetMultiTap(); + mLastKey = mCurrentKey; + mLastCodeX = mLastX; + mLastCodeY = mLastY; + mLastKeyTime = + mCurrentKeyTime + eventTime - mLastMoveTime; + mCurrentKey = keyIndex; + mCurrentKeyTime = 0; + } + } + } + if (!continueLongPress) { + // Cancel old longpress + mHandler.removeMessages(MSG_LONGPRESS); + // Start new longpress if key has changed + if (keyIndex != NOT_A_KEY) { + Message msg = mHandler.obtainMessage(MSG_LONGPRESS, me); + mHandler.sendMessageDelayed(msg, LONGPRESS_TIMEOUT); + } + } + showPreview(mCurrentKey); + mLastMoveTime = eventTime; + break; + + case MotionEvent.ACTION_UP: + removeMessages(); + if (keyIndex == mCurrentKey) { + mCurrentKeyTime += eventTime - mLastMoveTime; + } else { + resetMultiTap(); + mLastKey = mCurrentKey; + mLastKeyTime = mCurrentKeyTime + eventTime - mLastMoveTime; + mCurrentKey = keyIndex; + mCurrentKeyTime = 0; + } + if (mCurrentKeyTime < mLastKeyTime && mCurrentKeyTime < DEBOUNCE_TIME + && mLastKey != NOT_A_KEY) { + mCurrentKey = mLastKey; + touchX = mLastCodeX; + touchY = mLastCodeY; + } + showPreview(NOT_A_KEY); + Arrays.fill(mKeyIndices, NOT_A_KEY); + // If we're not on a repeating key (which sends on a DOWN event) + if (mRepeatKeyIndex == NOT_A_KEY && !mMiniKeyboardOnScreen && !mAbortKey) { + detectAndSendKey(mCurrentKey, touchX, touchY, eventTime); + } + invalidateKey(keyIndex); + mRepeatKeyIndex = NOT_A_KEY; + break; + case MotionEvent.ACTION_CANCEL: + removeMessages(); + dismissPopupKeyboard(); + mAbortKey = true; + showPreview(NOT_A_KEY); + invalidateKey(mCurrentKey); + break; + } + mLastX = touchX; + mLastY = touchY; + return true; + } + + private boolean repeatKey() { + if(mRepeatKeyIndex != NOT_A_KEY){ + CustKeyBoard.Key key = mKeys[mRepeatKeyIndex]; + detectAndSendKey(mCurrentKey, key.x, key.y, mLastTapTime); + return true; + } + return false; + } + + protected void swipeRight() { + mKeyboardActionListener.swipeRight(); + } + + protected void swipeLeft() { + mKeyboardActionListener.swipeLeft(); + } + + protected void swipeUp() { + mKeyboardActionListener.swipeUp(); + } + + protected void swipeDown() { + mKeyboardActionListener.swipeDown(); + } + + public void closing() { + if (mPreviewPopup.isShowing()) { + mPreviewPopup.dismiss(); + } + removeMessages(); + + dismissPopupKeyboard(); + mBuffer = null; + mCanvas = null; + mMiniKeyboardCache.clear(); + } + + private void removeMessages() { + if (mHandler != null) { + mHandler.removeMessages(MSG_REPEAT); + mHandler.removeMessages(MSG_LONGPRESS); + mHandler.removeMessages(MSG_SHOW_PREVIEW); + } + } + + @Override + public void onDetachedFromWindow() { + super.onDetachedFromWindow(); + closing(); + } + + private void dismissPopupKeyboard() { + if (mPopupKeyboard.isShowing()) { + mPopupKeyboard.dismiss(); + mMiniKeyboardOnScreen = false; + invalidateAllKeys(); + } + } + + public boolean handleBack() { + if (mPopupKeyboard.isShowing()) { + dismissPopupKeyboard(); + return true; + } + return false; + } + + private void resetMultiTap() { + mLastSentIndex = NOT_A_KEY; + mTapCount = 0; + mLastTapTime = -1; + mInMultiTap = false; + } + + private void checkMultiTap(long eventTime, int keyIndex) { + if (keyIndex == NOT_A_KEY) return; + CustKeyBoard.Key key = mKeys[keyIndex]; + if (key.codes.length > 1) { + mInMultiTap = true; + if (eventTime < mLastTapTime + MULTITAP_INTERVAL + && keyIndex == mLastSentIndex) { + mTapCount = (mTapCount + 1) % key.codes.length; + return; + } else { + mTapCount = -1; + return; + } + } + if (eventTime > mLastTapTime + MULTITAP_INTERVAL || keyIndex != mLastSentIndex) { + resetMultiTap(); + } + } + + private static class SwipeTracker { + + static final int NUM_PAST = 4; + static final int LONGEST_PAST_TIME = 200; + + final float mPastX[] = new float[NUM_PAST]; + final float mPastY[] = new float[NUM_PAST]; + final long mPastTime[] = new long[NUM_PAST]; + + float mYVelocity; + float mXVelocity; + + public void clear() { + mPastTime[0] = 0; + } + + public void addMovement(MotionEvent ev) { + long time = ev.getEventTime(); + final int N = ev.getHistorySize(); + for (int i=0; i= 0) { + final int start = drop+1; + final int count = NUM_PAST-drop-1; + System.arraycopy(pastX, start, pastX, 0, count); + System.arraycopy(pastY, start, pastY, 0, count); + System.arraycopy(pastTime, start, pastTime, 0, count); + i -= (drop+1); + } + pastX[i] = x; + pastY[i] = y; + pastTime[i] = time; + i++; + if (i < NUM_PAST) { + pastTime[i] = 0; + } + } + + public void computeCurrentVelocity(int units) { + computeCurrentVelocity(units, Float.MAX_VALUE); + } + + public void computeCurrentVelocity(int units, float maxVelocity) { + final float[] pastX = mPastX; + final float[] pastY = mPastY; + final long[] pastTime = mPastTime; + + final float oldestX = pastX[0]; + final float oldestY = pastY[0]; + final long oldestTime = pastTime[0]; + float accumX = 0; + float accumY = 0; + int N=0; + while (N < NUM_PAST) { + if (pastTime[N] == 0) { + break; + } + N++; + } + + for (int i=1; i < N; i++) { + final int dur = (int)(pastTime[i] - oldestTime); + if (dur == 0) continue; + float dist = pastX[i] - oldestX; + float vel = (dist/dur) * units; // pixels/frame. + if (accumX == 0) accumX = vel; + else accumX = (accumX + vel) * .5f; + + dist = pastY[i] - oldestY; + vel = (dist/dur) * units; // pixels/frame. + if (accumY == 0) accumY = vel; + else accumY = (accumY + vel) * .5f; + } + mXVelocity = accumX < 0.0f ? Math.max(accumX, -maxVelocity) + : Math.min(accumX, maxVelocity); + mYVelocity = accumY < 0.0f ? Math.max(accumY, -maxVelocity) + : Math.min(accumY, maxVelocity); + } + + public float getXVelocity() { + return mXVelocity; + } + + public float getYVelocity() { + return mYVelocity; + } + } +} + diff --git a/app/src/main/java/com/key/board/journey/inputmethod/rescode/MyView.java b/app/src/main/java/com/key/board/journey/inputmethod/rescode/MyView.java new file mode 100644 index 0000000..84dff7e --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/rescode/MyView.java @@ -0,0 +1,324 @@ +package com.key.board.journey.inputmethod.rescode; + + +import android.content.Context; +import android.content.res.TypedArray; +import android.graphics.Canvas; +import android.graphics.Paint; +import android.graphics.Rect; +import android.graphics.drawable.Drawable; +import android.util.AttributeSet; +import android.util.Log; +import android.view.inputmethod.EditorInfo; + +import androidx.core.graphics.drawable.DrawableCompat; + +import com.key.board.journey.inputmethod.MyKeyboard; +import com.key.board.journey.inputmethod.R; +import com.key.board.journey.inputmethod.tools.AllName; +import com.key.board.journey.inputmethod.keyboard.ConfigMan; +import com.key.board.journey.inputmethod.keyboard.config.LayoutBean; +import com.key.board.journey.inputmethod.keyboard.config.LayoutChild; +import com.key.board.journey.inputmethod.keyboard.config.ConfigData; + +import java.util.ArrayList; +import java.util.List; + + +public class MyView extends CustView { + + private Paint mPaint; + private Context mContext; + + private float mRation = 0.5f; + + + //0 小写 1 大写 2 大写锁定 + private int isLowerCase = 0; + //0 默认键盘 1 字母键盘 2 符号键盘 + private int mMode = 0; + + private ConfigMan configMan; + private int curImeAction = EditorInfo.IME_ACTION_UNSPECIFIED; + + public MyView(Context context, AttributeSet attrs) { + super(context, attrs); + mContext = context; + setAttribute(attrs, context); + } + + public MyView(Context context, AttributeSet attrs, int defStyleAttr) { + super(context, attrs, defStyleAttr); + mContext = context; + setAttribute(attrs, context); + } + + public MyView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { + super(context, attrs, defStyleAttr, defStyleRes); + mContext = context; + setAttribute(attrs, context); + } + + + public void setMode(int mType) { + this.mMode = mType; + } + + public int getMode() { + return mMode; + } + + public int isLowerCase() { + return isLowerCase; + } + + public void setLowerCase(int lowerCase) { + isLowerCase = lowerCase; + } + + public void updateUi(int ime) { + Log.d(MyKeyboard.TAG, "----------ime=" + ime); + curImeAction = ime; + configMan.updateSkinConfig(); + invalidate(); + } + + private void initPaint() { + mPaint = new Paint(); + mPaint.setAntiAlias(true); + mPaint.setTextAlign(Paint.Align.CENTER); + + } + + private void setAttribute(AttributeSet attrs, Context con) { + configMan = new ConfigMan(con); + initPaint(); + TypedArray mTypedArray = con.obtainStyledAttributes(attrs, R.styleable.CustomInputView); + +// int color = mTypedArray.getColor(R.styleable.CustomInputView_text_color_done, 1); +// +// Drawable drawable = mTypedArray.getDrawable(R.styleable.CustomInputView_drawable_cancel); +// +// int textSize = mTypedArray.getInt(R.styleable.CustomInputView_text_size_key, 12); + + mTypedArray.recycle(); + } + + @Override + public void onDraw(Canvas canvas) { + super.onDraw(canvas); + + + ConfigData config = this.configMan.getConfig(); + List layoutChildren = new ArrayList<>(); + int i = 0; + for (CustKeyBoard.Key curKey : getKeyboard().getKeys()) { + int code = curKey.codes[0]; + if (config != null&&config.getLayouts().size()>0) { + if (code == 113 ||code == 81 || code == 49||code == 91) { + i = 0; + LayoutBean layoutBean = config.getLayouts().get(0); + layoutChildren = layoutBean.getKeys(); + } else if (code == 97||code == 65 || code == 33||code == 126) { + i = 0; + LayoutBean layoutBean = config.getLayouts().get(1); + layoutChildren = layoutBean.getKeys(); + }else if (code == -1 || code == -103||code==-101) { + i = 0; + LayoutBean layoutBean = config.getLayouts().get(2); + layoutChildren = layoutBean.getKeys(); + }else if (code == -2 || code == -102) { + i = 0; + LayoutBean layoutBean = config.getLayouts().get(3); + layoutChildren = layoutBean.getKeys(); + } + String background = layoutChildren.get(i).getBackground()+".9.png"; + i++; + Drawable configBg = this.configMan.getConfigBg(background); + realNewDraw(configBg, curKey, canvas, code); + + } else { + realDraw(curKey, canvas, code); + } + + } + + } + + + private void realNewDraw(Drawable configBg, CustKeyBoard.Key curKey, Canvas canvas, int code) { + switch (code) { + case AllName.KEY_CODE_SHIFT: +// drawAllShift(curKey, canvas); + onDrawCurKey(curKey, canvas, "Shift", configBg, null); + break; + case AllName.KEY_CODE_NUMBER_SHIFT: + onDrawCurKey(curKey, canvas, "More", configBg, null); + break; + case AllName.KEY_CODE_DELETE: + onDrawCurKey(curKey, canvas, "Delete", configBg, null); + break; + case AllName.KEY_CODE_SYMBOL_SHIFT: + onDrawCurKey(curKey, canvas, "123", configBg, null); + break; + case AllName.KEY_CODE_CHANGE_NUMBER: + onDrawCurKey(curKey, canvas, null, configBg, null); + break; + case AllName.KEY_CODE_BACK: + onDrawCurKey(curKey, canvas, "Back", configBg, null); + break; + case AllName.KEY_CODE_SPACE: + onDrawCurKey(curKey, canvas, null, configBg, null); + break; + case AllName.KEY_CODE_COMPLETE, AllName.KEY_CODE_CANCEL: + Log.d(MyKeyboard.TAG, "-11111111111---------curImeAction=" + curImeAction); + if (curImeAction == EditorInfo.IME_ACTION_SEARCH) { + onDrawCurKey(curKey, canvas, "Search", configBg, null); + } else { + onDrawCurKey(curKey, canvas, "Done", configBg, null); + } + break; + default: + + onDrawCurKey(curKey, canvas, null, configBg, null); + break; + + + } + } + + private void realDraw(CustKeyBoard.Key curKey, Canvas canvas, int code) { + switch (code) { + case AllName.KEY_CODE_SHIFT: + drawAllShift(curKey, canvas); + break; + case AllName.KEY_CODE_NUMBER_SHIFT: + onDrawCurKey(curKey, canvas, "More", configMan.getFunctionDraw(), null); + break; + case AllName.KEY_CODE_DELETE: + onDrawCurKey(curKey, canvas, "Delete", configMan.getFunctionDraw(), null); + break; + case AllName.KEY_CODE_SYMBOL_SHIFT: + onDrawCurKey(curKey, canvas, "123", configMan.getFunctionDraw(), null); + break; + case AllName.KEY_CODE_CHANGE_NUMBER: + onDrawCurKey(curKey, canvas, null, configMan.getToDraw(), null); + break; + case AllName.KEY_CODE_BACK: + onDrawCurKey(curKey, canvas, "Back", configMan.getToDraw(), null); + break; + case AllName.KEY_CODE_SPACE: + onDrawCurKey(curKey, canvas, null, configMan.getSpaceDraw(), null); + break; + case AllName.KEY_CODE_COMPLETE, AllName.KEY_CODE_CANCEL: + Log.d(MyKeyboard.TAG, "-11111111111---------curImeAction=" + curImeAction); + if (curImeAction == EditorInfo.IME_ACTION_SEARCH) { + onDrawCurKey(curKey, canvas, "Search", configMan.getFunctionDraw(), null); + } else { + onDrawCurKey(curKey, canvas, "Done", configMan.getFunctionDraw(), null); + } + break; + default: + + onDrawCurKey(curKey, canvas, null, configMan.getGeneralDraw(), null); + break; + + + } + } + + private void drawAllShift(CustKeyBoard.Key curKey, Canvas canvas) { + if (isLowerCase == 0) { + onDrawCurKey(curKey, canvas, "Shift", configMan.getFunctionDraw(), null); + } else if (isLowerCase == 1) { + onDrawCurKey(curKey, canvas, "Shift", configMan.getFunctionDraw(), null); + } else if (isLowerCase == 2) { + onDrawCurKey(curKey, canvas, "Shift", configMan.getFunctionDraw(), null); + } + } + + private void onDrawCurKey(CustKeyBoard.Key curKey, Canvas curCanvas, String label, Drawable bgDrawable, Drawable iconDraw) { + + if (bgDrawable != null) { + onDrawKeyBackground(curKey, curCanvas, bgDrawable); + } + if (iconDraw != null) { + onDrawKeyIcon(curKey, curCanvas, iconDraw); + } + onDrawKeyText(curKey, curCanvas, label); + } + + private void onDrawKeyText(CustKeyBoard.Key curKey, Canvas curCanvas, String label) { + mPaint.setColor(configMan.getKeyTextColor()); + mPaint.setTextSize(mContext.getResources().getDimension(R.dimen.text_size)); + float v = curKey.width / 2f; + float v1 = curKey.height / 2f; + float v2 = (mPaint.getTextSize() - mPaint.descent()) / 2f; + + + if (curKey.label != null) { + curCanvas.drawText((String) curKey.label, curKey.x + getPaddingLeft() + v, curKey.y + getPaddingRight() + v1 + v2, mPaint); + } else if (label != null) { + curCanvas.drawText(label, curKey.x + getPaddingLeft() + v, curKey.y + getPaddingRight() + v1 + v2, mPaint); + } + + + } + + private void onDrawKeyBackground(CustKeyBoard.Key curKey, Canvas curCanvas, Drawable curDrawable) { + if (curKey.codes[0] != 0) { + curDrawable.setState(curKey.getCurrentDrawableState()); + } + Rect rect = new Rect((curKey.x + this.getPaddingLeft()), (curKey.y + this.getPaddingTop()), (curKey.x + this.getPaddingLeft() + curKey.width), (curKey.y + this.getPaddingTop() + curKey.height)); + curDrawable.setBounds(rect); + + curDrawable.draw(curCanvas); + + + } + + private void onDrawKeyIcon(CustKeyBoard.Key curKey, Canvas curCanvas, Drawable curDrawable) { + + Drawable wrap = DrawableCompat.wrap(curDrawable); + + curKey.icon = curDrawable; + float iconW = (float) curKey.icon.getIntrinsicWidth(); + float iconH = (float) curKey.icon.getIntrinsicHeight(); + + float wDivRation = iconW / curKey.width; + float hDivRation = iconH / curKey.height; + + curKey.icon.draw(curCanvas); + + if (wDivRation > hDivRation) { + float minRatio = 0; + if (wDivRation <= mRation) { + minRatio = wDivRation; + } else { + minRatio = mRation; + } + iconH = (iconH / wDivRation) * minRatio; + iconW = (iconW / wDivRation) * minRatio; + } else { + float minRatio = 0; + if (hDivRation <= mRation) { + minRatio = hDivRation; + } else { + minRatio = mRation; + } + iconH = (iconH / hDivRation) * minRatio; + iconW = (iconW / hDivRation) * minRatio; + } + float subW = (curKey.width - iconW) / 2f; + float subH = (curKey.height - iconH) / 2f; + int xLeft = (int) (curKey.x + getPaddingLeft() + subW); + int yTop = (int) (curKey.y + getPaddingTop() + subH); + int xRight = (int) (xLeft + iconW); + int yBottom = (int) (yTop + iconH); + curKey.icon.setBounds(xLeft, yTop, xRight, yBottom); + curKey.icon.draw(curCanvas); + + + } + +} diff --git a/app/src/main/java/com/key/board/journey/inputmethod/tools/AllName.kt b/app/src/main/java/com/key/board/journey/inputmethod/tools/AllName.kt new file mode 100644 index 0000000..4dcbace --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/tools/AllName.kt @@ -0,0 +1,60 @@ +package com.key.board.journey.inputmethod.tools + +object AllName { + + + + const val KEY_CODE_DELETE = -5 + + + //同一个按键 + const val KEY_CODE_SHIFT = -1 + const val KEY_CODE_NUMBER_SHIFT = -103 + const val KEY_CODE_SYMBOL_SHIFT = -101 + + //同一个按键 + const val KEY_CODE_CHANGE_NUMBER = -2 + const val KEY_CODE_BACK = -102 + + + const val KEY_CODE_COMPLETE = -4 + const val KEY_CODE_CANCEL = -3 + + const val KEY_CODE_SPACE = 32 + + + const val functionNormalName = "btn_keyboard_key_functional_normal.9.png" + const val functionPressName = "btn_keyboard_key_functional_pressed.9.png" + + const val normalName = "btn_keyboard_key_normal_normal.9.png" + const val pressName = "btn_keyboard_key_normal_pressed.9.png" + + const val toNormalName="btn_keyboard_key_toggle_normal_on.9.png" + const val toPressName="btn_keyboard_key_toggle_pressed_on.9.png" + + const val spaceNormalName = "btn_keyboard_spacekey_normal_normal.9.png" + const val spacePressName = "btn_keyboard_spacekey_normal_pressed.9.png" + + const val imeSwitchName ="ic_ime_switcher.png" + + const val deleteNormalName = "sym_keyboard_delete_normal.png" + const val deletePressName = "sym_keyboard_delete_pressed.png" + + const val backName ="sym_keyboard_return_normal.png" + + const val searchName ="sym_keyboard_search.png" + + const val shiftNormalName ="sym_keyboard_shift.png" + const val shiftLockName ="sym_keyboard_shift_locked.png" + + const val keyTextColorName ="key_text_color_normal" + const val keyTextColorFunctionName ="key_text_color_functional" + + const val videoName ="keyboard_background_video.mp4" + const val bgName ="keyboard_background.jpg" + const val bgName_png ="keyboard_background.png" + + const val previewBg="keyboard_preview_screenshot.jpg" + + const val video ="keyboard_background_video.gif" +} \ No newline at end of file diff --git a/app/src/main/java/com/key/board/journey/inputmethod/tools/Common.kt b/app/src/main/java/com/key/board/journey/inputmethod/tools/Common.kt new file mode 100644 index 0000000..bb24493 --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/tools/Common.kt @@ -0,0 +1,117 @@ +package com.key.board.journey.inputmethod.tools + +import android.app.Activity +import android.content.Context +import android.graphics.BitmapFactory +import android.graphics.drawable.BitmapDrawable +import android.graphics.drawable.Drawable +import android.provider.Settings +import android.view.View +import android.view.WindowManager +import android.view.inputmethod.EditorInfo +import android.view.inputmethod.InputMethodManager +import android.widget.ImageView +import com.bumptech.glide.Glide +import com.bumptech.glide.integration.webp.decoder.WebpDrawable +import com.bumptech.glide.load.DataSource +import com.bumptech.glide.load.engine.GlideException +import com.bumptech.glide.load.resource.bitmap.CenterCrop +import com.bumptech.glide.load.resource.bitmap.RoundedCorners +import com.bumptech.glide.request.RequestListener +import com.bumptech.glide.request.RequestOptions +import com.bumptech.glide.request.target.Target +import com.key.board.journey.inputmethod.MyKeyboard +import com.key.board.journey.inputmethod.R +import java.io.File + +object Common { + + val transform = RequestOptions().transform(CenterCrop(), RoundedCorners(dpToPx(8f))) + fun initFullScreen(activity: Activity, dark: Boolean? = true) { + val window = activity.window + val decorView = window.decorView + val rootView = decorView.rootView +// + if (dark == null) return + + if (dark) { + decorView.setSystemUiVisibility( + View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN + or View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR + ) + } else { + decorView.setSystemUiVisibility( + (View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN + or View.SYSTEM_UI_FLAG_LAYOUT_STABLE) + ) + } + window.addFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS) + } + + + fun loadWepJif(mContext: Context, webpGifUrl: String, view: ImageView) { + Glide.with(mContext) + .load(webpGifUrl) +// .apply(transform) + .placeholder(R.drawable.default_placeholder) + .addListener(object : RequestListener { + override fun onLoadFailed( + e: GlideException?, + model: Any?, + target: Target, + isFirstResource: Boolean + ): Boolean { + return false + } + + override fun onResourceReady( + resource: Drawable, + model: Any, + target: Target, + dataSource: DataSource, + isFirstResource: Boolean + ): Boolean { + if (resource is WebpDrawable) { + resource.loopCount = WebpDrawable.LOOP_FOREVER + } + return false + } + }).into(view) + } + + + fun getBgDrawable(con: Context, filePath: String): Drawable? { + if (!File(filePath).exists()) { + return null + } + return BitmapDrawable(con.resources, BitmapFactory.decodeFile(filePath)) + } + + + private val systemService = + MyKeyboard.myKeyboardInstance.getSystemService(Context.INPUT_METHOD_SERVICE) + private val inputMethodManager = systemService as InputMethodManager + fun checkSetDefault(con: Context): Boolean { + val defaultId = + Settings.Secure.getString(con.contentResolver, Settings.Secure.DEFAULT_INPUT_METHOD) + return defaultId != null && defaultId.startsWith(con.packageName) + } + + fun checkEnable(con: Context): Boolean { + for (methodInfo in inputMethodManager.enabledInputMethodList) { + if (methodInfo.id.startsWith(con.packageName)) { + return true + } + } + return false + } + + fun getTextForImeAction(imeOptions: Int): Int { + return imeOptions and EditorInfo.IME_MASK_ACTION + } + + fun dpToPx(dpValue: Float): Int { + val scale = MyKeyboard.myKeyboardInstance.resources.displayMetrics.density + return (dpValue * scale + 0.5f).toInt() + } +} \ No newline at end of file diff --git a/app/src/main/java/com/key/board/journey/inputmethod/tools/CustomerTv.java b/app/src/main/java/com/key/board/journey/inputmethod/tools/CustomerTv.java new file mode 100644 index 0000000..5b34df6 --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/tools/CustomerTv.java @@ -0,0 +1,37 @@ +package com.key.board.journey.inputmethod.tools; + +import android.content.Context; +import android.content.res.TypedArray; +import android.util.AttributeSet; +import android.widget.TextView; + +import androidx.annotation.Nullable; + +import com.key.board.journey.inputmethod.MyKeyboard; +import com.key.board.journey.inputmethod.R; + + +public class CustomerTv extends androidx.appcompat.widget.AppCompatTextView { + + + public CustomerTv(Context context, @Nullable AttributeSet attrs) { + super(context, attrs); + initAttrs(context,attrs); + } + + + private void initAttrs(Context context, AttributeSet attrs){ + TypedArray typedArray = context.obtainStyledAttributes(attrs, R.styleable.MyTV); + boolean aBoolean = typedArray.getBoolean(R.styleable.MyTV_apply_font,false); + if(aBoolean){ + initFont(this); + } + + typedArray.recycle(); + } + + public static void initFont(TextView tv) { + tv.setTypeface(MyKeyboard.Companion.getDefaultFont()); + } + +} diff --git a/app/src/main/java/com/key/board/journey/inputmethod/tools/ItemDec.java b/app/src/main/java/com/key/board/journey/inputmethod/tools/ItemDec.java new file mode 100644 index 0000000..9aa0e40 --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/tools/ItemDec.java @@ -0,0 +1,76 @@ +package com.key.board.journey.inputmethod.tools; + +import android.graphics.Rect; +import android.view.View; + +import androidx.annotation.NonNull; +import androidx.recyclerview.widget.GridLayoutManager; +import androidx.recyclerview.widget.LinearLayoutManager; +import androidx.recyclerview.widget.RecyclerView; +import androidx.recyclerview.widget.StaggeredGridLayoutManager; + +import com.key.board.journey.inputmethod.MyKeyboard; + + +public class ItemDec extends RecyclerView.ItemDecoration { + + private int v, h, ex; + + public ItemDec(int v, int h, int ex) { + this.v = Math.round(dpToPx(v)); + this.h = Math.round(dpToPx(h)); + this.ex = Math.round(dpToPx(ex)); + } + + @Override + public void getItemOffsets(@NonNull Rect outRect, @NonNull View view, @NonNull RecyclerView parent, @NonNull RecyclerView.State state) { + super.getItemOffsets(outRect, view, parent, state); + int spanCount = 1; + int spanSize = 1; + int spanIndex = 0; + + int childAdapterPosition = parent.getChildAdapterPosition(view); + RecyclerView.LayoutManager layoutManager = parent.getLayoutManager(); + if (layoutManager instanceof StaggeredGridLayoutManager) { + StaggeredGridLayoutManager staggeredGridLayoutManager = (StaggeredGridLayoutManager) layoutManager; + StaggeredGridLayoutManager.LayoutParams layoutParams = (StaggeredGridLayoutManager.LayoutParams) view.getLayoutParams(); + spanCount = staggeredGridLayoutManager.getSpanCount(); + if (layoutParams.isFullSpan()) { + spanSize = spanCount; + } + spanIndex = layoutParams.getSpanIndex(); + } else if (layoutManager instanceof GridLayoutManager) { + GridLayoutManager gridLayoutManager = (GridLayoutManager) layoutManager; + GridLayoutManager.LayoutParams layoutParams = (GridLayoutManager.LayoutParams) view.getLayoutParams(); + spanCount = gridLayoutManager.getSpanCount(); + spanSize = gridLayoutManager.getSpanSizeLookup().getSpanSize(childAdapterPosition); + spanIndex = layoutParams.getSpanIndex(); + } else if (layoutManager instanceof LinearLayoutManager) { + outRect.left = v; + outRect.right = v; + outRect.bottom = h; + } + + if (spanSize == spanCount) { + outRect.left = v + ex; + outRect.right = v + ex; + outRect.bottom = h; + + } else { + int itemAllSpacing = (v * (spanCount + 1) + ex * 2) / spanCount; + int left = v * (spanIndex + 1) - itemAllSpacing * spanIndex + ex; + int right = itemAllSpacing - left; + outRect.left = left; + outRect.right = right; + outRect.bottom = h; + + } + + } + + + public static float dpToPx(float dpValue) { + float density = MyKeyboard.myKeyboardInstance.getResources().getDisplayMetrics().density; + return density * dpValue + 0.5f; + } +} diff --git a/app/src/main/java/com/key/board/journey/inputmethod/tools/Spstore.kt b/app/src/main/java/com/key/board/journey/inputmethod/tools/Spstore.kt new file mode 100644 index 0000000..a1ba63d --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/tools/Spstore.kt @@ -0,0 +1,19 @@ +package com.key.board.journey.inputmethod.tools + +import android.content.Context +import com.key.board.journey.inputmethod.MyKeyboard + +object Spstore { + + val SP_NAME = "keyboard_skin" + val SKIN_PATH = "skin_path" + val spSkin = MyKeyboard.myKeyboardInstance.getSharedPreferences(SP_NAME,Context.MODE_PRIVATE) + + fun updateSkinPath(skinPath:String){ + spSkin.edit().putString(SKIN_PATH,skinPath).apply() + } + + fun getSkinPath( ):String?{ + return spSkin.getString(SKIN_PATH,null) + } +} \ No newline at end of file diff --git a/app/src/main/java/com/key/board/journey/inputmethod/tools/ZipManager.java b/app/src/main/java/com/key/board/journey/inputmethod/tools/ZipManager.java new file mode 100644 index 0000000..7f9ff33 --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/tools/ZipManager.java @@ -0,0 +1,243 @@ +package com.key.board.journey.inputmethod.tools; + +import android.content.Context; +import android.graphics.Bitmap; +import android.graphics.Canvas; +import android.graphics.drawable.BitmapDrawable; +import android.graphics.drawable.Drawable; +import android.os.Environment; +import android.os.StatFs; +import android.util.Log; + +import com.key.board.journey.inputmethod.MyKeyboard; +import com.key.board.journey.inputmethod.myInter.InterfaceApply; + +import net.sf.sevenzipjbinding.ArchiveFormat; +import net.sf.sevenzipjbinding.IArchiveOpenCallback; +import net.sf.sevenzipjbinding.IInArchive; +import net.sf.sevenzipjbinding.SevenZip; +import net.sf.sevenzipjbinding.SevenZipException; +import net.sf.sevenzipjbinding.impl.RandomAccessFileInStream; +import net.sf.sevenzipjbinding.impl.RandomAccessFileOutStream; +import net.sf.sevenzipjbinding.simple.ISimpleInArchive; +import net.sf.sevenzipjbinding.simple.ISimpleInArchiveItem; + +import java.io.File; +import java.io.FileNotFoundException; +import java.io.FileOutputStream; +import java.io.IOException; +import java.io.InputStream; +import java.io.RandomAccessFile; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Comparator; +import java.util.List; +import java.util.concurrent.TimeUnit; + +import okhttp3.Call; +import okhttp3.Callback; +import okhttp3.MediaType; +import okhttp3.OkHttpClient; +import okhttp3.Request; +import okhttp3.Response; + +public class ZipManager { + + public static void startDownloadZip(String zipPath, InterfaceApply callback) { + OkHttpClient clientZip = new OkHttpClient().newBuilder(). + connectTimeout(20, TimeUnit.SECONDS) + .writeTimeout(10, TimeUnit.SECONDS) + .readTimeout(10, TimeUnit.SECONDS).build(); + Request.Builder builder = new Request.Builder(); + Request request = builder.get().url(zipPath).build(); + + clientZip.newCall(request).enqueue(new Callback() { + @Override + public void onFailure(Call call, IOException e) { + callback.OnApplySkinListener(null); + } + + @Override + public void onResponse(Call call, Response response) { + + InputStream inputStream = response.body().byteStream(); + long l = response.body().contentLength(); + MediaType mediaType = response.body().contentType(); + + saveZipFile(inputStream, getServiceZipName(zipPath), callback); + + } + }); + } + + + public static String getServiceZipName(String zipPath) { + String pointStr = "/"; + int lastIndexOf = zipPath.lastIndexOf(pointStr); + String zipName = zipPath.substring(lastIndexOf + pointStr.length()); + + + return zipName; + } + + private static String getunZipFolderName(String zipPath) { + Log.d(MyKeyboard.TAG, "-------getunZipFolderName -zipPath"+zipPath); + String pointStr = "."; + int lastIndexOf = zipPath.lastIndexOf(pointStr); + String zipName = zipPath.substring(0, lastIndexOf); + + + return zipName; + } + + private static void saveZipFile(InputStream inputStream, String zipFileName, InterfaceApply callback) { + File zipfFile = new File(MyKeyboard.myKeyboardInstance.getFilesDir(), zipFileName); + byte[] bytes = new byte[4096]; + int readLength = 0; + InputStream is = inputStream; + FileOutputStream fileOs = null; + try { + fileOs = new FileOutputStream(zipfFile); + + while ((readLength = is.read(bytes)) != -1) { + fileOs.write(bytes, 0, readLength); + } + fileOs.flush(); + + } catch (Exception exception) { + + } finally { + try { + if (is != null) { + is.close(); + } + if (fileOs != null) { + fileOs.close(); + } + } catch (IOException ioException) { + + } + un7ZZipFile(zipfFile, callback); + } + + } + + public static String getUnzipPath(String zipName){ + String folderName = getunZipFolderName(zipName); + String replace = folderName.replace(".", ""); + return MyKeyboard.myKeyboardInstance.getFilesDir().getPath() + "/" + replace; + } + + private static void un7ZZipFile(File saveZipFile, InterfaceApply callback) { + List fileList = new ArrayList<>(); + + String unzipFolderPath = getUnzipPath(saveZipFile.getName()); + + try { + RandomAccessFileInStream inStream = new RandomAccessFileInStream(new RandomAccessFile(saveZipFile, "r")); + IInArchive open = SevenZip.openInArchive(ArchiveFormat.SEVEN_ZIP, inStream, new IArchiveOpenCallback() { + @Override + public void setTotal(Long files, Long bytes) { + + } + + @Override + public void setCompleted(Long files, Long bytes) { + + } + }); + + + ISimpleInArchive simple = open.getSimpleInterface(); + for (ISimpleInArchiveItem archiveItem : simple.getArchiveItems()) { + RandomAccessFileOutStream outStream = null; + try { + File itemFile; + if (archiveItem.isFolder()) { + File itemFolder = new File(unzipFolderPath, archiveItem.getPath()); + boolean mkdirs = itemFolder.mkdirs(); + continue; + } else { + itemFile = new File(unzipFolderPath, archiveItem.getPath()); + if (!itemFile.getParentFile().exists()) { + boolean mkdirs = itemFile.getParentFile().mkdirs(); + } + } + outStream = new RandomAccessFileOutStream(new RandomAccessFile(itemFile, "rw")); + archiveItem.extractSlow(outStream); + fileList.add(itemFile); + } finally { + if (outStream != null) { + outStream.close(); + } + } + } + + + inStream.close(); + open.close(); + + } catch (FileNotFoundException | SevenZipException exception) { + + } catch (IOException ioException) { + + } finally { + if (saveZipFile.exists()) { + + saveZipFile.delete(); + + } + callback.OnApplySkinListener(fileList); + } + } + + public static File findFirstDirectory(File dir) { + if (dir.isDirectory()) { + File[] files = dir.listFiles(); + if (files != null) { + for (File file : files) { + if (file.isDirectory()) { + return file; // 返回第一个文件目录 + } + } + } + } + return null; // 如果没有找到文件目录,则返回null + } + + + + + + + + + public static long getAvailableInternalStorageMB() { + StatFs stat = new StatFs(Environment.getDataDirectory().getPath()); + long bytesAvailable = stat.getAvailableBytes(); + return bytesAvailable / (1024 * 1024); // 转换为 MB + } + + public static void cleanOldFilesIfNeeded( long minFreeSpaceMB) { + long availableMB = getAvailableInternalStorageMB(); + if (availableMB >= minFreeSpaceMB) return; + + File dir = MyKeyboard.myKeyboardInstance.getFilesDir(); + File[] files = dir.listFiles(); + if (files == null || files.length == 0) return; + + // 按最后修改时间排序(旧的在前) + Arrays.sort(files, Comparator.comparingLong(File::lastModified)); + + for (File file : files) { + if (file.delete()) { + Log.d("FileCleaner", "Deleted: " + file.getName()); + } + // 每删一个文件后重新检查是否足够 + if (getAvailableInternalStorageMB() >= minFreeSpaceMB) break; + } + } + + + +} diff --git a/app/src/main/java/com/key/board/journey/inputmethod/tools/keyboardTheme.java b/app/src/main/java/com/key/board/journey/inputmethod/tools/keyboardTheme.java new file mode 100644 index 0000000..8932e72 --- /dev/null +++ b/app/src/main/java/com/key/board/journey/inputmethod/tools/keyboardTheme.java @@ -0,0 +1,109 @@ +package com.key.board.journey.inputmethod.tools; + +import com.key.board.journey.inputmethod.keyboard.config.LayoutChild; +import com.key.board.journey.inputmethod.keyboard.config.ConfigData; +import com.key.board.journey.inputmethod.keyboard.config.LayoutBean; + +import java.io.BufferedReader; +import java.io.FileReader; +import java.io.IOException; +import java.util.LinkedHashMap; +import java.util.Map; + +public class keyboardTheme { + + public static ConfigData initConfig(String path) { + String filePath = "keyboard.conf"; // 文件路径 + ConfigData config = parseConfig(path); + + return config; + } + + private static ConfigData parseConfig(String filePath) { +// InputStream open = MyKeyboard.myKeyboardInstance.getAssets().open(filePath); + ConfigData config = new ConfigData(); + try (BufferedReader br = new BufferedReader(new FileReader(filePath))) { + String line; + LayoutBean currentLayout = null; + while ((line = br.readLine()) != null) { + line = line.trim(); + if (line.isEmpty()) { + continue; // 跳过空行 + } + if (line.startsWith("Version:")) { + config.setVersion(line.split(":")[1].trim()); + } else if (line.startsWith("SupportLayouts:")) { + config.setSupportLayouts(line.split(":")[1].trim()); + } else if (line.startsWith("HideHint:")) { + config.setHideHint(Integer.parseInt(line.split(":")[1].trim())); + } else if (line.startsWith("LayoutStyle:")) { + config.setLayoutStyle(line.split(":")[1].trim()); + } else if (line.equals("KeyDefault") || line.equals("KeyMarkDefault") || line.equals("KeyFuncDefault")) { + LinkedHashMap maps = config.getMaps(); + maps.put(line, ""); + } else if (line.contains(":") && currentLayout == null) { + String[] parts = line.split(":"); + String keyName = parts[0].trim(); + String keyValue = parts[1].trim(); + + String latestKey = null; + LinkedHashMap maps = config.getMaps(); + for (Map.Entry entry : maps.entrySet()) { + latestKey = entry.getKey(); + } + if (latestKey != null) { + maps.put(latestKey, keyValue); + } + } else if (line.startsWith("Row")) { + currentLayout = new LayoutBean(line.split(":")[0].trim()); + config.addLayout(currentLayout); + } else if (currentLayout != null) { + if (line.equals("Key")) { + String[] parts = line.split(":"); + String keyName = parts[0].trim(); + LayoutChild layoutChild = new LayoutChild(keyName); + currentLayout.addKey(layoutChild); + } else if (line.contains(":") && currentLayout.getLastKey().getBackground() == null) { + // 解析按键的其他属性(如 Label) + String[] parts = line.split(":"); + String keyName = parts[0].trim(); + String keyValue = parts[1].trim(); + LayoutChild layoutChild = currentLayout.getLastKey(); + if (keyName.equals("Label")) { + layoutChild.setLabel(keyValue); + } + if (keyName.equals("Background")) { + layoutChild.setBackground(keyValue); + } + } else { + if (line.equals("KeyShift") || line.equals("KeyDelete") || line.equals("KeyAlphaSymbol") || line.equals("KeyEmoji") + || line.equals("KeyMark") + || line.equals("KeySpace") + || line.equals("KeyEnter")) { + LayoutChild funcationLayoutChild = new LayoutChild(line); + config.addKey(funcationLayoutChild); + } else if (line.contains(":")) { + String[] parts = line.split(":"); + String keyName = parts[0].trim(); + String keyValue = parts[1].trim(); + LayoutChild lastLayoutChild = config.getLastKeyList(); + if (keyName.equals("Label")) { + lastLayoutChild.setLabel(keyValue); + } + if (keyName.equals("Background")) { + lastLayoutChild.setBackground(keyValue); + } + } + } + } + } + } catch (IOException e) { + e.printStackTrace(); + } + return config; + } +} + + + + diff --git a/app/src/main/res/anim/in.xml b/app/src/main/res/anim/in.xml new file mode 100644 index 0000000..4b4aa3e --- /dev/null +++ b/app/src/main/res/anim/in.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/anim/out.xml b/app/src/main/res/anim/out.xml new file mode 100644 index 0000000..c12b11d --- /dev/null +++ b/app/src/main/res/anim/out.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/default_placeholder.png b/app/src/main/res/drawable/default_placeholder.png new file mode 100644 index 0000000..07fc045 Binary files /dev/null and b/app/src/main/res/drawable/default_placeholder.png differ diff --git a/app/src/main/res/drawable/dialog_btn_sp.xml b/app/src/main/res/drawable/dialog_btn_sp.xml new file mode 100644 index 0000000..ee1def4 --- /dev/null +++ b/app/src/main/res/drawable/dialog_btn_sp.xml @@ -0,0 +1,11 @@ + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_home.xml b/app/src/main/res/drawable/ic_home.xml new file mode 100644 index 0000000..168d879 --- /dev/null +++ b/app/src/main/res/drawable/ic_home.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/ic_svg_close.xml b/app/src/main/res/drawable/ic_svg_close.xml new file mode 100644 index 0000000..3077880 --- /dev/null +++ b/app/src/main/res/drawable/ic_svg_close.xml @@ -0,0 +1,14 @@ + + + + diff --git a/app/src/main/res/drawable/ic_svg_download.xml b/app/src/main/res/drawable/ic_svg_download.xml new file mode 100644 index 0000000..4ef4317 --- /dev/null +++ b/app/src/main/res/drawable/ic_svg_download.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/ic_tab_favorite1.xml b/app/src/main/res/drawable/ic_tab_favorite1.xml new file mode 100644 index 0000000..a3840cc --- /dev/null +++ b/app/src/main/res/drawable/ic_tab_favorite1.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/im_ok.png b/app/src/main/res/drawable/im_ok.png new file mode 100644 index 0000000..4e1e7c1 Binary files /dev/null and b/app/src/main/res/drawable/im_ok.png differ diff --git a/app/src/main/res/drawable/im_white_back.xml b/app/src/main/res/drawable/im_white_back.xml new file mode 100644 index 0000000..0a59d38 --- /dev/null +++ b/app/src/main/res/drawable/im_white_back.xml @@ -0,0 +1,10 @@ + + + diff --git a/app/src/main/res/drawable/image_favorite.xml b/app/src/main/res/drawable/image_favorite.xml new file mode 100644 index 0000000..8eabc84 --- /dev/null +++ b/app/src/main/res/drawable/image_favorite.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/image_favorite_red.xml b/app/src/main/res/drawable/image_favorite_red.xml new file mode 100644 index 0000000..f35d422 --- /dev/null +++ b/app/src/main/res/drawable/image_favorite_red.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/key_normal.png b/app/src/main/res/drawable/key_normal.png new file mode 100644 index 0000000..423191b Binary files /dev/null and b/app/src/main/res/drawable/key_normal.png differ diff --git a/app/src/main/res/drawable/key_presse.png b/app/src/main/res/drawable/key_presse.png new file mode 100644 index 0000000..156ea42 Binary files /dev/null and b/app/src/main/res/drawable/key_presse.png differ diff --git a/app/src/main/res/drawable/layer_welcome_bar.xml b/app/src/main/res/drawable/layer_welcome_bar.xml new file mode 100644 index 0000000..a065e85 --- /dev/null +++ b/app/src/main/res/drawable/layer_welcome_bar.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/drawable/shape_download.xml b/app/src/main/res/drawable/shape_download.xml new file mode 100644 index 0000000..23b5b65 --- /dev/null +++ b/app/src/main/res/drawable/shape_download.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/sp_et_white.xml b/app/src/main/res/drawable/sp_et_white.xml new file mode 100644 index 0000000..34d69b2 --- /dev/null +++ b/app/src/main/res/drawable/sp_et_white.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/sp_gray.xml b/app/src/main/res/drawable/sp_gray.xml new file mode 100644 index 0000000..75ce1c1 --- /dev/null +++ b/app/src/main/res/drawable/sp_gray.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/sp_home0.xml b/app/src/main/res/drawable/sp_home0.xml new file mode 100644 index 0000000..e0e4a30 --- /dev/null +++ b/app/src/main/res/drawable/sp_home0.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/sp_keyboard.xml b/app/src/main/res/drawable/sp_keyboard.xml new file mode 100644 index 0000000..00380b0 --- /dev/null +++ b/app/src/main/res/drawable/sp_keyboard.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/sp_more_btn.xml b/app/src/main/res/drawable/sp_more_btn.xml new file mode 100644 index 0000000..ed7d511 --- /dev/null +++ b/app/src/main/res/drawable/sp_more_btn.xml @@ -0,0 +1,11 @@ + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/sp_oval_white.xml b/app/src/main/res/drawable/sp_oval_white.xml new file mode 100644 index 0000000..f900b71 --- /dev/null +++ b/app/src/main/res/drawable/sp_oval_white.xml @@ -0,0 +1,8 @@ + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/sp_top_white.xml b/app/src/main/res/drawable/sp_top_white.xml new file mode 100644 index 0000000..25d729b --- /dev/null +++ b/app/src/main/res/drawable/sp_top_white.xml @@ -0,0 +1,10 @@ + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/sp_white_oval.xml b/app/src/main/res/drawable/sp_white_oval.xml new file mode 100644 index 0000000..eb5a8e8 --- /dev/null +++ b/app/src/main/res/drawable/sp_white_oval.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/type_collection.xml b/app/src/main/res/drawable/type_collection.xml new file mode 100644 index 0000000..bdb7135 --- /dev/null +++ b/app/src/main/res/drawable/type_collection.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/type_enable.xml b/app/src/main/res/drawable/type_enable.xml new file mode 100644 index 0000000..adcf082 --- /dev/null +++ b/app/src/main/res/drawable/type_enable.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/type_tab_favorite.xml b/app/src/main/res/drawable/type_tab_favorite.xml new file mode 100644 index 0000000..d2053c0 --- /dev/null +++ b/app/src/main/res/drawable/type_tab_favorite.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/type_tab_home.xml b/app/src/main/res/drawable/type_tab_home.xml new file mode 100644 index 0000000..203b038 --- /dev/null +++ b/app/src/main/res/drawable/type_tab_home.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_apply.xml b/app/src/main/res/layout/activity_apply.xml new file mode 100644 index 0000000..6fb592a --- /dev/null +++ b/app/src/main/res/layout/activity_apply.xml @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_list_all.xml b/app/src/main/res/layout/activity_list_all.xml new file mode 100644 index 0000000..015afa3 --- /dev/null +++ b/app/src/main/res/layout/activity_list_all.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml new file mode 100644 index 0000000..74b7789 --- /dev/null +++ b/app/src/main/res/layout/activity_main.xml @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_success.xml b/app/src/main/res/layout/activity_success.xml new file mode 100644 index 0000000..4233ede --- /dev/null +++ b/app/src/main/res/layout/activity_success.xml @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/layout/activity_wel.xml b/app/src/main/res/layout/activity_wel.xml new file mode 100644 index 0000000..33218dc --- /dev/null +++ b/app/src/main/res/layout/activity_wel.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/dialog_enable.xml b/app/src/main/res/layout/dialog_enable.xml new file mode 100644 index 0000000..ea3c396 --- /dev/null +++ b/app/src/main/res/layout/dialog_enable.xml @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/dialog_open.xml b/app/src/main/res/layout/dialog_open.xml new file mode 100644 index 0000000..e5af92c --- /dev/null +++ b/app/src/main/res/layout/dialog_open.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_favorite.xml b/app/src/main/res/layout/fragment_favorite.xml new file mode 100644 index 0000000..5af48cd --- /dev/null +++ b/app/src/main/res/layout/fragment_favorite.xml @@ -0,0 +1,34 @@ + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml new file mode 100644 index 0000000..5da618a --- /dev/null +++ b/app/src/main/res/layout/fragment_home.xml @@ -0,0 +1,16 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_child.xml b/app/src/main/res/layout/item_child.xml new file mode 100644 index 0000000..da50ec6 --- /dev/null +++ b/app/src/main/res/layout/item_child.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + diff --git a/app/src/main/res/layout/item_favorite.xml b/app/src/main/res/layout/item_favorite.xml new file mode 100644 index 0000000..cda1af3 --- /dev/null +++ b/app/src/main/res/layout/item_favorite.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_main.xml b/app/src/main/res/layout/item_main.xml new file mode 100644 index 0000000..5e3a792 --- /dev/null +++ b/app/src/main/res/layout/item_main.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/layout/item_more.xml b/app/src/main/res/layout/item_more.xml new file mode 100644 index 0000000..508ebaf --- /dev/null +++ b/app/src/main/res/layout/item_more.xml @@ -0,0 +1,21 @@ + + + + + + + + diff --git a/app/src/main/res/layout/item_tab_view.xml b/app/src/main/res/layout/item_tab_view.xml new file mode 100644 index 0000000..50b6b65 --- /dev/null +++ b/app/src/main/res/layout/item_tab_view.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/keyboard_view.xml b/app/src/main/res/layout/keyboard_view.xml new file mode 100644 index 0000000..393614c --- /dev/null +++ b/app/src/main/res/layout/keyboard_view.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/app/src/main/res/mipmap-hdpi/ic_launcher.webp new file mode 100644 index 0000000..c209e78 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher.webp differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp new file mode 100644 index 0000000..b2dfe3d Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/app/src/main/res/mipmap-mdpi/ic_launcher.webp new file mode 100644 index 0000000..4f0f1d6 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher.webp differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp new file mode 100644 index 0000000..62b611d Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xhdpi/ic_launcher.webp new file mode 100644 index 0000000..948a307 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher.webp differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp new file mode 100644 index 0000000..1b9a695 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp new file mode 100644 index 0000000..28d4b77 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp new file mode 100644 index 0000000..9287f50 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp differ diff --git a/app/src/main/res/mipmap-xxxhdpi/bg_recommend.png b/app/src/main/res/mipmap-xxxhdpi/bg_recommend.png new file mode 100644 index 0000000..62746ae Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/bg_recommend.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp new file mode 100644 index 0000000..aa7d642 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp new file mode 100644 index 0000000..9126ae3 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp differ diff --git a/app/src/main/res/mipmap-xxxhdpi/icon.png b/app/src/main/res/mipmap-xxxhdpi/icon.png new file mode 100644 index 0000000..a147ded Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/icon.png differ diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml new file mode 100644 index 0000000..75f610a --- /dev/null +++ b/app/src/main/res/values-night/themes.xml @@ -0,0 +1,16 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml new file mode 100644 index 0000000..3e55230 --- /dev/null +++ b/app/src/main/res/values/attrs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml new file mode 100644 index 0000000..71121dd --- /dev/null +++ b/app/src/main/res/values/colors.xml @@ -0,0 +1,22 @@ + + + #FF000000 + #FFFFFFFF + #1A000000 + #ffbbbbbb + #666666 + #80000000 + #F44336 + #00000000 + #C6C6CA + + #1B1A1A + #DFDEDE + + #424040 + #F6F3F3 + #feab8c + + #fd707a + #F8B49C + \ No newline at end of file diff --git a/app/src/main/res/values/dimen.xml b/app/src/main/res/values/dimen.xml new file mode 100644 index 0000000..2bd26d6 --- /dev/null +++ b/app/src/main/res/values/dimen.xml @@ -0,0 +1,7 @@ + + + + 15sp + 48dp + 5dp + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml new file mode 100644 index 0000000..8fd1305 --- /dev/null +++ b/app/src/main/res/values/strings.xml @@ -0,0 +1,18 @@ + + Keyboard Journey + Download & Apply + Apply + Recommend + Recommendation + Activate Keyboard Journey + Step 1:Select + Step 2:Enable + Theme application successful + Download failed, please try again + Type a Message + You haven\'t added any favorite keyboard themes yet + Apply Now + Choose from a variety of keyboard themes to make your keyboard more colorful + Welcome to Keyboard Journey + More + \ No newline at end of file diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml new file mode 100644 index 0000000..a4a4993 --- /dev/null +++ b/app/src/main/res/values/themes.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/values/value.xml b/app/src/main/res/values/value.xml new file mode 100644 index 0000000..9a8a11a --- /dev/null +++ b/app/src/main/res/values/value.xml @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/xml/keyborad_xml.xml b/app/src/main/res/xml/keyborad_xml.xml new file mode 100644 index 0000000..7d383ed --- /dev/null +++ b/app/src/main/res/xml/keyborad_xml.xml @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/xml/xml_one.xml b/app/src/main/res/xml/xml_one.xml new file mode 100644 index 0000000..c3851a2 --- /dev/null +++ b/app/src/main/res/xml/xml_one.xml @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/xml/xml_three.xml b/app/src/main/res/xml/xml_three.xml new file mode 100644 index 0000000..6005007 --- /dev/null +++ b/app/src/main/res/xml/xml_three.xml @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/xml/xml_two.xml b/app/src/main/res/xml/xml_two.xml new file mode 100644 index 0000000..a1c1caa --- /dev/null +++ b/app/src/main/res/xml/xml_two.xml @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/test/java/com/keyboard/bubble/skin/keyboard/ExampleUnitTest.kt b/app/src/test/java/com/keyboard/bubble/skin/keyboard/ExampleUnitTest.kt new file mode 100644 index 0000000..523cd9b --- /dev/null +++ b/app/src/test/java/com/keyboard/bubble/skin/keyboard/ExampleUnitTest.kt @@ -0,0 +1,17 @@ +package com.blue.running.keyboard + +import org.junit.Test + +import org.junit.Assert.* + +/** + * Example local unit test, which will execute on the development machine (host). + * + * See [testing documentation](http://d.android.com/tools/testing). + */ +class ExampleUnitTest { + @Test + fun addition_isCorrect() { + assertEquals(4, 2 + 2) + } +} \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts new file mode 100644 index 0000000..6c1acef --- /dev/null +++ b/build.gradle.kts @@ -0,0 +1,8 @@ +// Top-level build file where you can add configuration options common to all sub-projects/modules. +plugins { + id("com.android.application") version "8.6.0" apply false + id("org.jetbrains.kotlin.android") version "2.0.0" apply false +// id("com.google.gms.google-services") version "4.4.2" apply false +// id ("com.google.firebase.crashlytics") version "3.0.2" apply false + kotlin("kapt") version "2.0.0" +} diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..3c5031e --- /dev/null +++ b/gradle.properties @@ -0,0 +1,23 @@ +# Project-wide Gradle settings. +# IDE (e.g. Android Studio) users: +# Gradle settings configured through the IDE *will override* +# any settings specified in this file. +# For more details on how to configure your build environment visit +# http://www.gradle.org/docs/current/userguide/build_environment.html +# Specifies the JVM arguments used for the daemon process. +# The setting is particularly useful for tweaking memory settings. +org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 +# When configured, Gradle will run in incubating parallel mode. +# This option should only be used with decoupled projects. More details, visit +# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects +# org.gradle.parallel=true +# AndroidX package structure to make it clearer which packages are bundled with the +# Android operating system, and which are packaged with your app's APK +# https://developer.android.com/topic/libraries/support-library/androidx-rn +android.useAndroidX=true +# Kotlin code style for this project: "official" or "obsolete": +kotlin.code.style=official +# Enables namespacing of each library's R class so that its R class includes only the +# resources declared in the library itself and none from the library's dependencies, +# thereby reducing the size of the R class for that library +android.nonTransitiveRClass=true \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar new file mode 100644 index 0000000..e708b1c Binary files /dev/null and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 0000000..4296691 --- /dev/null +++ b/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,6 @@ +#Fri Jul 04 15:01:52 CST 2025 +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists diff --git a/gradlew b/gradlew new file mode 100644 index 0000000..4f906e0 --- /dev/null +++ b/gradlew @@ -0,0 +1,185 @@ +#!/usr/bin/env sh + +# +# Copyright 2015 the original author or authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +############################################################################## +## +## Gradle start up script for UN*X +## +############################################################################## + +# Attempt to set APP_HOME +# Resolve links: $0 may be a link +PRG="$0" +# Need this for relative symlinks. +while [ -h "$PRG" ] ; do + ls=`ls -ld "$PRG"` + link=`expr "$ls" : '.*-> \(.*\)$'` + if expr "$link" : '/.*' > /dev/null; then + PRG="$link" + else + PRG=`dirname "$PRG"`"/$link" + fi +done +SAVED="`pwd`" +cd "`dirname \"$PRG\"`/" >/dev/null +APP_HOME="`pwd -P`" +cd "$SAVED" >/dev/null + +APP_NAME="Gradle" +APP_BASE_NAME=`basename "$0"` + +# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' + +# Use the maximum available, or set MAX_FD != -1 to use that value. +MAX_FD="maximum" + +warn () { + echo "$*" +} + +die () { + echo + echo "$*" + echo + exit 1 +} + +# OS specific support (must be 'true' or 'false'). +cygwin=false +msys=false +darwin=false +nonstop=false +case "`uname`" in + CYGWIN* ) + cygwin=true + ;; + Darwin* ) + darwin=true + ;; + MINGW* ) + msys=true + ;; + NONSTOP* ) + nonstop=true + ;; +esac + +CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar + + +# Determine the Java command to use to start the JVM. +if [ -n "$JAVA_HOME" ] ; then + if [ -x "$JAVA_HOME/jre/sh/java" ] ; then + # IBM's JDK on AIX uses strange locations for the executables + JAVACMD="$JAVA_HOME/jre/sh/java" + else + JAVACMD="$JAVA_HOME/bin/java" + fi + if [ ! -x "$JAVACMD" ] ; then + die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +else + JAVACMD="java" + which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." +fi + +# Increase the maximum file descriptors if we can. +if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then + MAX_FD_LIMIT=`ulimit -H -n` + if [ $? -eq 0 ] ; then + if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then + MAX_FD="$MAX_FD_LIMIT" + fi + ulimit -n $MAX_FD + if [ $? -ne 0 ] ; then + warn "Could not set maximum file descriptor limit: $MAX_FD" + fi + else + warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT" + fi +fi + +# For Darwin, add options to specify how the application appears in the dock +if $darwin; then + GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" +fi + +# For Cygwin or MSYS, switch paths to Windows format before running java +if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then + APP_HOME=`cygpath --path --mixed "$APP_HOME"` + CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` + + JAVACMD=`cygpath --unix "$JAVACMD"` + + # We build the pattern for arguments to be converted via cygpath + ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null` + SEP="" + for dir in $ROOTDIRSRAW ; do + ROOTDIRS="$ROOTDIRS$SEP$dir" + SEP="|" + done + OURCYGPATTERN="(^($ROOTDIRS))" + # Add a user-defined pattern to the cygpath arguments + if [ "$GRADLE_CYGPATTERN" != "" ] ; then + OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)" + fi + # Now convert the arguments - kludge to limit ourselves to /bin/sh + i=0 + for arg in "$@" ; do + CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -` + CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option + + if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition + eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"` + else + eval `echo args$i`="\"$arg\"" + fi + i=`expr $i + 1` + done + case $i in + 0) set -- ;; + 1) set -- "$args0" ;; + 2) set -- "$args0" "$args1" ;; + 3) set -- "$args0" "$args1" "$args2" ;; + 4) set -- "$args0" "$args1" "$args2" "$args3" ;; + 5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;; + 6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;; + 7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;; + 8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;; + 9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;; + esac +fi + +# Escape application args +save () { + for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done + echo " " +} +APP_ARGS=`save "$@"` + +# Collect all arguments for the java command, following the shell quoting and substitution rules +eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS" + +exec "$JAVACMD" "$@" diff --git a/gradlew.bat b/gradlew.bat new file mode 100644 index 0000000..107acd3 --- /dev/null +++ b/gradlew.bat @@ -0,0 +1,89 @@ +@rem +@rem Copyright 2015 the original author or authors. +@rem +@rem Licensed under the Apache License, Version 2.0 (the "License"); +@rem you may not use this file except in compliance with the License. +@rem You may obtain a copy of the License at +@rem +@rem https://www.apache.org/licenses/LICENSE-2.0 +@rem +@rem Unless required by applicable law or agreed to in writing, software +@rem distributed under the License is distributed on an "AS IS" BASIS, +@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@rem See the License for the specific language governing permissions and +@rem limitations under the License. +@rem + +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" + +@rem Find java.exe +if defined JAVA_HOME goto findJavaFromJavaHome + +set JAVA_EXE=java.exe +%JAVA_EXE% -version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto execute + +echo. +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:findJavaFromJavaHome +set JAVA_HOME=%JAVA_HOME:"=% +set JAVA_EXE=%JAVA_HOME%/bin/java.exe + +if exist "%JAVA_EXE%" goto execute + +echo. +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:execute +@rem Setup the command line + +set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar + + +@rem Execute Gradle +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* + +:end +@rem End local scope for the variables with windows NT shell +if "%ERRORLEVEL%"=="0" goto mainEnd + +:fail +rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of +rem the _cmd.exe /c_ return code! +if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 +exit /b 1 + +:mainEnd +if "%OS%"=="Windows_NT" endlocal + +:omega diff --git a/keystore.properties b/keystore.properties new file mode 100644 index 0000000..cde44e4 --- /dev/null +++ b/keystore.properties @@ -0,0 +1,6 @@ +app_name=Keyboard Journey +package_name=com.key.board.journey.inputmethod +keystoreFile=app/KeyboardJourney.jks +key_alias=KeyboardJourneykey0 +key_store_password=KeyboardJourney +key_password=KeyboardJourney diff --git a/settings.gradle.kts b/settings.gradle.kts new file mode 100644 index 0000000..61721eb --- /dev/null +++ b/settings.gradle.kts @@ -0,0 +1,21 @@ +pluginManagement { + repositories { + google() + mavenCentral() + gradlePluginPortal() + + } +} +dependencyResolutionManagement { + repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) + repositories { + google() + mavenCentral() + maven("https://jitpack.io") + + } +} + +rootProject.name = "Keyboard Journey" +include(":app") + \ No newline at end of file