30 | - 31 | 32 |
33 | 36 | 49 |
50 | ├── img ├── pokedex.png ├── pokeball2.svg └── pokeball3.svg ├── AppImages ├── ios │ ├── 16.png │ ├── 20.png │ ├── 29.png │ ├── 32.png │ ├── 40.png │ ├── 50.png │ ├── 57.png │ ├── 58.png │ ├── 60.png │ ├── 64.png │ ├── 72.png │ ├── 76.png │ ├── 80.png │ ├── 87.png │ ├── 100.png │ ├── 1024.png │ ├── 114.png │ ├── 120.png │ ├── 128.png │ ├── 144.png │ ├── 152.png │ ├── 167.png │ ├── 180.png │ ├── 192.png │ ├── 256.png │ └── 512.png ├── windows11 │ ├── LargeTile.scale-100.png │ ├── LargeTile.scale-125.png │ ├── LargeTile.scale-150.png │ ├── LargeTile.scale-200.png │ ├── LargeTile.scale-400.png │ ├── SmallTile.scale-100.png │ ├── SmallTile.scale-125.png │ ├── SmallTile.scale-150.png │ ├── SmallTile.scale-200.png │ ├── SmallTile.scale-400.png │ ├── StoreLogo.scale-100.png │ ├── StoreLogo.scale-125.png │ ├── StoreLogo.scale-150.png │ ├── StoreLogo.scale-200.png │ ├── StoreLogo.scale-400.png │ ├── SplashScreen.scale-100.png │ ├── SplashScreen.scale-125.png │ ├── SplashScreen.scale-150.png │ ├── SplashScreen.scale-200.png │ ├── SplashScreen.scale-400.png │ ├── Square44x44Logo.scale-100.png │ ├── Square44x44Logo.scale-125.png │ ├── Square44x44Logo.scale-150.png │ ├── Square44x44Logo.scale-200.png │ ├── Square44x44Logo.scale-400.png │ ├── Wide310x150Logo.scale-100.png │ ├── Wide310x150Logo.scale-125.png │ ├── Wide310x150Logo.scale-150.png │ ├── Wide310x150Logo.scale-200.png │ ├── Wide310x150Logo.scale-400.png │ ├── Square150x150Logo.scale-100.png │ ├── Square150x150Logo.scale-125.png │ ├── Square150x150Logo.scale-150.png │ ├── Square150x150Logo.scale-200.png │ ├── Square150x150Logo.scale-400.png │ ├── Square44x44Logo.targetsize-16.png │ ├── Square44x44Logo.targetsize-20.png │ ├── Square44x44Logo.targetsize-24.png │ ├── Square44x44Logo.targetsize-256.png │ ├── Square44x44Logo.targetsize-30.png │ ├── Square44x44Logo.targetsize-32.png │ ├── Square44x44Logo.targetsize-36.png │ ├── Square44x44Logo.targetsize-40.png │ ├── Square44x44Logo.targetsize-44.png │ ├── Square44x44Logo.targetsize-48.png │ ├── Square44x44Logo.targetsize-60.png │ ├── Square44x44Logo.targetsize-64.png │ ├── Square44x44Logo.targetsize-72.png │ ├── Square44x44Logo.targetsize-80.png │ ├── Square44x44Logo.targetsize-96.png │ ├── Square44x44Logo.altform-unplated_targetsize-16.png │ ├── Square44x44Logo.altform-unplated_targetsize-20.png │ ├── Square44x44Logo.altform-unplated_targetsize-24.png │ ├── Square44x44Logo.altform-unplated_targetsize-30.png │ ├── Square44x44Logo.altform-unplated_targetsize-32.png │ ├── Square44x44Logo.altform-unplated_targetsize-36.png │ ├── Square44x44Logo.altform-unplated_targetsize-40.png │ ├── Square44x44Logo.altform-unplated_targetsize-44.png │ ├── Square44x44Logo.altform-unplated_targetsize-48.png │ ├── Square44x44Logo.altform-unplated_targetsize-60.png │ ├── Square44x44Logo.altform-unplated_targetsize-64.png │ ├── Square44x44Logo.altform-unplated_targetsize-72.png │ ├── Square44x44Logo.altform-unplated_targetsize-80.png │ ├── Square44x44Logo.altform-unplated_targetsize-96.png │ ├── Square44x44Logo.altform-unplated_targetsize-256.png │ ├── Square44x44Logo.altform-lightunplated_targetsize-16.png │ ├── Square44x44Logo.altform-lightunplated_targetsize-20.png │ ├── Square44x44Logo.altform-lightunplated_targetsize-24.png │ ├── Square44x44Logo.altform-lightunplated_targetsize-30.png │ ├── Square44x44Logo.altform-lightunplated_targetsize-32.png │ ├── Square44x44Logo.altform-lightunplated_targetsize-36.png │ ├── Square44x44Logo.altform-lightunplated_targetsize-40.png │ ├── Square44x44Logo.altform-lightunplated_targetsize-44.png │ ├── Square44x44Logo.altform-lightunplated_targetsize-48.png │ ├── Square44x44Logo.altform-lightunplated_targetsize-60.png │ ├── Square44x44Logo.altform-lightunplated_targetsize-64.png │ ├── Square44x44Logo.altform-lightunplated_targetsize-72.png │ ├── Square44x44Logo.altform-lightunplated_targetsize-80.png │ ├── Square44x44Logo.altform-lightunplated_targetsize-96.png │ └── Square44x44Logo.altform-lightunplated_targetsize-256.png ├── android │ ├── android-launchericon-144-144.png │ ├── android-launchericon-192-192.png │ ├── android-launchericon-48-48.png │ ├── android-launchericon-512-512.png │ ├── android-launchericon-72-72.png │ └── android-launchericon-96-96.png └── icons.json ├── favicons └── pokeball.png ├── pwabuilder-sw.js ├── README.md ├── index.html ├── js └── script.js └── css └── style.css /img/pokedex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/img/pokedex.png -------------------------------------------------------------------------------- /AppImages/ios/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/16.png -------------------------------------------------------------------------------- /AppImages/ios/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/20.png -------------------------------------------------------------------------------- /AppImages/ios/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/29.png -------------------------------------------------------------------------------- /AppImages/ios/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/32.png -------------------------------------------------------------------------------- /AppImages/ios/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/40.png -------------------------------------------------------------------------------- /AppImages/ios/50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/50.png -------------------------------------------------------------------------------- /AppImages/ios/57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/57.png -------------------------------------------------------------------------------- /AppImages/ios/58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/58.png -------------------------------------------------------------------------------- /AppImages/ios/60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/60.png -------------------------------------------------------------------------------- /AppImages/ios/64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/64.png -------------------------------------------------------------------------------- /AppImages/ios/72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/72.png -------------------------------------------------------------------------------- /AppImages/ios/76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/76.png -------------------------------------------------------------------------------- /AppImages/ios/80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/80.png -------------------------------------------------------------------------------- /AppImages/ios/87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/87.png -------------------------------------------------------------------------------- /AppImages/ios/100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/100.png -------------------------------------------------------------------------------- /AppImages/ios/1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/1024.png -------------------------------------------------------------------------------- /AppImages/ios/114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/114.png -------------------------------------------------------------------------------- /AppImages/ios/120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/120.png -------------------------------------------------------------------------------- /AppImages/ios/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/128.png -------------------------------------------------------------------------------- /AppImages/ios/144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/144.png -------------------------------------------------------------------------------- /AppImages/ios/152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/152.png -------------------------------------------------------------------------------- /AppImages/ios/167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/167.png -------------------------------------------------------------------------------- /AppImages/ios/180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/180.png -------------------------------------------------------------------------------- /AppImages/ios/192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/192.png -------------------------------------------------------------------------------- /AppImages/ios/256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/256.png -------------------------------------------------------------------------------- /AppImages/ios/512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/ios/512.png -------------------------------------------------------------------------------- /favicons/pokeball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/favicons/pokeball.png -------------------------------------------------------------------------------- /AppImages/windows11/LargeTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/LargeTile.scale-100.png -------------------------------------------------------------------------------- /AppImages/windows11/LargeTile.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/LargeTile.scale-125.png -------------------------------------------------------------------------------- /AppImages/windows11/LargeTile.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/LargeTile.scale-150.png -------------------------------------------------------------------------------- /AppImages/windows11/LargeTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/LargeTile.scale-200.png -------------------------------------------------------------------------------- /AppImages/windows11/LargeTile.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/LargeTile.scale-400.png -------------------------------------------------------------------------------- /AppImages/windows11/SmallTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/SmallTile.scale-100.png -------------------------------------------------------------------------------- /AppImages/windows11/SmallTile.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/SmallTile.scale-125.png -------------------------------------------------------------------------------- /AppImages/windows11/SmallTile.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/SmallTile.scale-150.png -------------------------------------------------------------------------------- /AppImages/windows11/SmallTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/SmallTile.scale-200.png -------------------------------------------------------------------------------- /AppImages/windows11/SmallTile.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/SmallTile.scale-400.png -------------------------------------------------------------------------------- /AppImages/windows11/StoreLogo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/StoreLogo.scale-100.png -------------------------------------------------------------------------------- /AppImages/windows11/StoreLogo.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/StoreLogo.scale-125.png -------------------------------------------------------------------------------- /AppImages/windows11/StoreLogo.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/StoreLogo.scale-150.png -------------------------------------------------------------------------------- /AppImages/windows11/StoreLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/StoreLogo.scale-200.png -------------------------------------------------------------------------------- /AppImages/windows11/StoreLogo.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/StoreLogo.scale-400.png -------------------------------------------------------------------------------- /AppImages/windows11/SplashScreen.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/SplashScreen.scale-100.png -------------------------------------------------------------------------------- /AppImages/windows11/SplashScreen.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/SplashScreen.scale-125.png -------------------------------------------------------------------------------- /AppImages/windows11/SplashScreen.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/SplashScreen.scale-150.png -------------------------------------------------------------------------------- /AppImages/windows11/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /AppImages/windows11/SplashScreen.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/SplashScreen.scale-400.png -------------------------------------------------------------------------------- /AppImages/android/android-launchericon-144-144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/android/android-launchericon-144-144.png -------------------------------------------------------------------------------- /AppImages/android/android-launchericon-192-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/android/android-launchericon-192-192.png -------------------------------------------------------------------------------- /AppImages/android/android-launchericon-48-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/android/android-launchericon-48-48.png -------------------------------------------------------------------------------- /AppImages/android/android-launchericon-512-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/android/android-launchericon-512-512.png -------------------------------------------------------------------------------- /AppImages/android/android-launchericon-72-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/android/android-launchericon-72-72.png -------------------------------------------------------------------------------- /AppImages/android/android-launchericon-96-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/android/android-launchericon-96-96.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.scale-100.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.scale-125.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.scale-150.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.scale-200.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.scale-400.png -------------------------------------------------------------------------------- /AppImages/windows11/Wide310x150Logo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Wide310x150Logo.scale-100.png -------------------------------------------------------------------------------- /AppImages/windows11/Wide310x150Logo.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Wide310x150Logo.scale-125.png -------------------------------------------------------------------------------- /AppImages/windows11/Wide310x150Logo.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Wide310x150Logo.scale-150.png -------------------------------------------------------------------------------- /AppImages/windows11/Wide310x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Wide310x150Logo.scale-200.png -------------------------------------------------------------------------------- /AppImages/windows11/Wide310x150Logo.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Wide310x150Logo.scale-400.png -------------------------------------------------------------------------------- /AppImages/windows11/Square150x150Logo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square150x150Logo.scale-100.png -------------------------------------------------------------------------------- /AppImages/windows11/Square150x150Logo.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square150x150Logo.scale-125.png -------------------------------------------------------------------------------- /AppImages/windows11/Square150x150Logo.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square150x150Logo.scale-150.png -------------------------------------------------------------------------------- /AppImages/windows11/Square150x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square150x150Logo.scale-200.png -------------------------------------------------------------------------------- /AppImages/windows11/Square150x150Logo.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square150x150Logo.scale-400.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.targetsize-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.targetsize-16.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.targetsize-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.targetsize-20.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.targetsize-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.targetsize-24.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.targetsize-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.targetsize-256.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.targetsize-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.targetsize-30.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.targetsize-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.targetsize-32.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.targetsize-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.targetsize-36.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.targetsize-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.targetsize-40.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.targetsize-44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.targetsize-44.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.targetsize-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.targetsize-48.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.targetsize-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.targetsize-60.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.targetsize-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.targetsize-64.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.targetsize-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.targetsize-72.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.targetsize-80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.targetsize-80.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.targetsize-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.targetsize-96.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-16.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-20.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-24.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-30.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-32.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-36.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-40.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-44.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-48.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-60.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-64.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-72.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-80.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-96.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-unplated_targetsize-256.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-16.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-20.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-24.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-30.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-32.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-36.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-40.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-44.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-48.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-60.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-64.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-72.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-80.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-96.png -------------------------------------------------------------------------------- /AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyRodIv/Pokedex/HEAD/AppImages/windows11/Square44x44Logo.altform-lightunplated_targetsize-256.png -------------------------------------------------------------------------------- /pwabuilder-sw.js: -------------------------------------------------------------------------------- 1 | // This is the "Offline page" service worker 2 | 3 | importScripts('https://storage.googleapis.com/workbox-cdn/releases/5.1.2/workbox-sw.js'); 4 | 5 | const CACHE = "pwabuilder-page"; 6 | 7 | // TODO: replace the following with the correct offline fallback page i.e.: const offlineFallbackPage = "offline.html"; 8 | const offlineFallbackPage = "ToDo-replace-this-name.html"; 9 | 10 | self.addEventListener("message", (event) => { 11 | if (event.data && event.data.type === "SKIP_WAITING") { 12 | self.skipWaiting(); 13 | } 14 | }); 15 | 16 | self.addEventListener('install', async (event) => { 17 | event.waitUntil( 18 | caches.open(CACHE) 19 | .then((cache) => cache.add(offlineFallbackPage)) 20 | ); 21 | }); 22 | 23 | if (workbox.navigationPreload.isSupported()) { 24 | workbox.navigationPreload.enable(); 25 | } 26 | 27 | self.addEventListener('fetch', (event) => { 28 | if (event.request.mode === 'navigate') { 29 | event.respondWith((async () => { 30 | try { 31 | const preloadResp = await event.preloadResponse; 32 | 33 | if (preloadResp) { 34 | return preloadResp; 35 | } 36 | 37 | const networkResp = await fetch(event.request); 38 | return networkResp; 39 | } catch (error) { 40 | 41 | const cache = await caches.open(CACHE); 42 | const cachedResp = await cache.match(offlineFallbackPage); 43 | return cachedResp; 44 | } 45 | })()); 46 | } 47 | }); -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 🔍 Pokédex - Projeto Baseado no Manual do Dev 2 | 3 | ## 📝 Descrição 4 | Este repositório foi desenvolvido com base no vídeo da **Pokédex** do canal *Manual do Dev* no YouTube, com algumas melhorias e adições. O projeto permite visualizar informações detalhadas de diferentes Pokémon, incluindo a possibilidade de ver sua **versão shiny**. Além disso, o site foi transformado em um **PWA (Progressive Web App)**, permitindo que seja instalado e utilizado como um aplicativo offline. 5 | 6 | ## 🎯 Objetivo 7 | O objetivo deste projeto é criar uma Pokédex interativa e funcional, utilizando a **PokéAPI** para buscar informações sobre os Pokémon. As melhorias adicionadas visam enriquecer a experiência do usuário, permitindo explorar tanto as versões normais quanto as shiny dos Pokémon. 8 | 9 | ## 🚀 Funcionalidades 10 | - **Busca por Pokémon:** 11 | - Pesquise qualquer Pokémon pelo nome ou número. 12 | - Alternância entre versão normal e shiny. 13 | - **Design Responsivo:** 14 | - Compatível com dispositivos móveis e desktops. 15 | - **Progressive Web App (PWA):** (Essa funcionalidade está com um bug que será resolvido em breve) 16 | - Possibilidade de instalar o site como um aplicativo. 17 | 18 | ## 🛠️ Tecnologias Utilizadas 19 | - **HTML5:** Estruturação do site. 20 | - **CSS3:** Estilização e design responsivo. 21 | - **JavaScript:** Manipulação de dados e interatividade. 22 | - **PokéAPI:** Fonte de dados para informações dos Pokémon. 23 | - **PWA:** instalação como aplicativo. 24 | 25 | ## 🌟 Melhorias Adicionadas 26 | - Possibilidade de alternar entre a versão normal e shiny dos Pokémon. 27 | - Transformação em PWA 28 | 29 | --- 30 | **Nota:** Este README pode ser atualizado conforme novas funcionalidades sejam implementadas ou melhorias sejam feitas no projeto. 31 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 |
50 | @TonyRodIv on GitHub
53 | 54 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /img/pokeball2.svg: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /img/pokeball3.svg: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /js/script.js: -------------------------------------------------------------------------------- 1 | const pokeName = document.querySelector('.pokeName'); 2 | const pokeNum = document.querySelector('.pokeNum'); 3 | const pokeImg = document.querySelector('.pokeImg'); 4 | 5 | const pokeForm = document.querySelector('.pokeForm'); 6 | const pokeInput = document.querySelector('.inputSearch'); 7 | const btnPrev = document.querySelector('.btnPrev'); 8 | const btnNext = document.querySelector('.btnNext'); 9 | const btnShiny = document.querySelector('.btnShiny'); 10 | 11 | let pokeSearch = 1; 12 | const fetchPokemon = async (pokemon) => { 13 | const APIResponse = await fetch(`https://pokeapi.co/api/v2/pokemon/${pokemon}`) 14 | console.log(APIResponse) 15 | if (APIResponse.status === 200) { 16 | const data = await APIResponse.json(); 17 | return data; 18 | } 19 | }; 20 | 21 | const renderPokemon = async (pokemon) => { 22 | checkboxShiny.checked = false; 23 | pokeNum.innerHTML = ''; 24 | pokeName.innerHTML = 'Loading...'; 25 | const data = await fetchPokemon(pokemon); 26 | if (data) { 27 | pokeImg.style.display = 'block'; 28 | pokeName.innerHTML = data.name; 29 | pokeNum.innerHTML = data.id; 30 | 31 | pokeImg.style.height = '18%' 32 | pokeImg.style.bottom = '55%' 33 | pokeImg.src = data['sprites']['other']['showdown']['front_default']; 34 | pokeInput.value = ''; 35 | pokeSearch = data.id; 36 | } else { 37 | pokeImg.style.display = 'none'; 38 | pokeNum.innerHTML = ''; 39 | pokeName.innerHTML = 'Not found :('; 40 | } 41 | }; 42 | 43 | let checkboxShiny = document.getElementById('shinyChange') 44 | 45 | checkboxShiny.addEventListener("change", ()=>{ 46 | if(checkboxShiny.checked){ 47 | console.log(renderShiny()) 48 | }else{ 49 | console.log(renderPokemon(pokeSearch)) 50 | } 51 | }) 52 | 53 | const renderShiny = async () => { 54 | const data = await fetchPokemon(pokeSearch); 55 | pokeNum.innerHTML = data.id; 56 | pokeImg.src = data['sprites']['other']['showdown']['front_shiny']; 57 | if (pokeImg.src == null) { 58 | alert('ERRO 404 - NÃO TEMOS ESSE POKEMON SHINY NA BASE DE DADOS') 59 | } 60 | }; 61 | 62 | pokeForm.addEventListener('submit', (event) => { 63 | event.preventDefault(); 64 | console.log('enviando formulário...'); 65 | renderPokemon(pokeInput.value.toLowerCase()); 66 | }); 67 | btnPrev.addEventListener('click', () => { 68 | if (pokeSearch > 1) { 69 | pokeSearch -= 1 70 | renderPokemon(pokeSearch) 71 | } 72 | }); 73 | btnNext.addEventListener('click', () => { 74 | pokeSearch += 1 75 | renderPokemon(pokeSearch) 76 | }); 77 | renderPokemon(pokeSearch) 78 | -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- 1 | @import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@300;400;500;600;700;800&display=swap'); 2 | 3 | * { 4 | margin: 0; 5 | padding: 0; 6 | box-sizing: border-box; 7 | font-family: 'Oxanium', cursive; 8 | text-decoration: none; 9 | } 10 | 11 | @media (max-width: 600px) { 12 | body { 13 | background-color: #C6182F; 14 | background-image: url(../img/pokeball3.svg); 15 | background-repeat: no-repeat; 16 | background-position-x: right; 17 | background-size: 55%; 18 | } 19 | 20 | main { 21 | margin-top: 25%; 22 | } 23 | } 24 | 25 | @media (min-width: 601px) { 26 | body { 27 | /* background: linear-gradient(to bottom, #6ab7f5, #fff); */ 28 | background-color: #C6182F; 29 | background-image: url(../img/pokeball2.svg); 30 | background-repeat: no-repeat; 31 | background-position-x: right; 32 | background-size: 30%; 33 | } 34 | 35 | main { 36 | margin-top: 3%; 37 | } 38 | } 39 | 40 | body { 41 | text-align: center; 42 | 43 | min-height: 100vh; 44 | } 45 | 46 | main { 47 | display: inline-block; 48 | /* margin-top: 3%; */ 49 | padding: 15px; 50 | position: relative; 51 | } 52 | 53 | .pokedex { 54 | width: 100%; 55 | max-width: 425px; 56 | } 57 | 58 | .pokeImg { 59 | position: absolute; 60 | bottom: 55%; 61 | left: 50%; 62 | transform: translate(-63%, 20%); 63 | height: 18%; 64 | } 65 | 66 | .pokeData { 67 | position: absolute; 68 | font-weight: 600; 69 | color: #aaa; 70 | top: 54.5%; 71 | right: 27%; 72 | font-size: clamp(8px, 5vw, 25px); 73 | } 74 | 75 | .pokeName { 76 | color: #3a444d; 77 | text-transform: capitalize; 78 | } 79 | 80 | .pokeForm { 81 | position: absolute; 82 | width: 65%; 83 | top: 65%; 84 | left: 13.5%; 85 | } 86 | 87 | .inputSearch { 88 | width: 100%; 89 | padding: 4%; 90 | outline: none; 91 | border: 2px solid #333; 92 | border-radius: 10px; 93 | font-weight: 600; 94 | color: #3a444d; 95 | font-size: clamp(8px, 5vw, 1rem); 96 | box-shadow: -3px 4px 0 #888, -5px 7px 0 #333; 97 | } 98 | 99 | .buttons { 100 | position: absolute; 101 | bottom: 10%; 102 | left: 50%; 103 | width: 65%; 104 | transform: translate(-57%, 0); 105 | display: flex; 106 | gap: 20px; 107 | } 108 | 109 | .button { 110 | width: 50%; 111 | padding: 4% 1%; 112 | border-radius: 7px; 113 | font-size: clamp(8px, 5vw, 1rem); 114 | font-weight: 600; 115 | color: #fff; 116 | } 117 | 118 | .switch input { 119 | position: absolute; 120 | opacity: 0; 121 | width: 0; 122 | height: 0; 123 | } 124 | 125 | .btnShiny { 126 | width: 100%; 127 | height: 100%; 128 | padding: 0.5rem 1rem; 129 | border-radius: 7px; 130 | font-size: clamp(8px, 5vw, 1rem); 131 | font-weight: 600; 132 | color: #fff; 133 | 134 | display: flex; 135 | align-items: center; 136 | border: 2px solid #000; 137 | background-color: #444444; 138 | color: rgb(255, 224, 145); 139 | box-shadow: -2px 3px 0 #222, -4px 6px 0 #000; 140 | } 141 | 142 | .btnShiny:hover { 143 | color: rgb(252, 212, 113); 144 | background-image: linear-gradient(90deg, #3d3d3d 0%, #353535 50%, #424242 75%, #3d3d3d 100%); 145 | animation: slidernbw 5s linear infinite; 146 | } 147 | 148 | input:checked~.btnShiny { 149 | background-image: linear-gradient(90deg, #E1C03D 0%, #cab560 50%, #d1bd6c 75%, #E1C03D 100%); 150 | animation: slidernbw 5s linear infinite; 151 | color: #000; 152 | } 153 | 154 | 155 | 156 | 157 | 158 | .btnPrev, 159 | .btnNext { 160 | border: 2px solid #000; 161 | background-color: #444; 162 | box-shadow: -2px 3px 0 #222, -4px 6px 0 #000; 163 | } 164 | 165 | .button:active { 166 | box-shadow: inset -4px 4px 0 #222; 167 | font-size: 14.4px; 168 | } 169 | 170 | p { 171 | color: #131313; 172 | text-align: center; 173 | font-weight: 600; 174 | font-size: 1.2rem; 175 | } 176 | 177 | p:hover { 178 | color: rgb(255, 255, 255); 179 | 180 | } 181 | 182 | @keyframes slidernbw { 183 | to { 184 | background-position: 20vw; 185 | } 186 | 187 | } 188 | 189 | -------------------------------------------------------------------------------- /AppImages/icons.json: -------------------------------------------------------------------------------- 1 | { 2 | "icons": [ 3 | { 4 | "src": "windows11/SmallTile.scale-100.png", 5 | "sizes": "71x71" 6 | }, 7 | { 8 | "src": "windows11/SmallTile.scale-125.png", 9 | "sizes": "89x89" 10 | }, 11 | { 12 | "src": "windows11/SmallTile.scale-150.png", 13 | "sizes": "107x107" 14 | }, 15 | { 16 | "src": "windows11/SmallTile.scale-200.png", 17 | "sizes": "142x142" 18 | }, 19 | { 20 | "src": "windows11/SmallTile.scale-400.png", 21 | "sizes": "284x284" 22 | }, 23 | { 24 | "src": "windows11/Square150x150Logo.scale-100.png", 25 | "sizes": "150x150" 26 | }, 27 | { 28 | "src": "windows11/Square150x150Logo.scale-125.png", 29 | "sizes": "188x188" 30 | }, 31 | { 32 | "src": "windows11/Square150x150Logo.scale-150.png", 33 | "sizes": "225x225" 34 | }, 35 | { 36 | "src": "windows11/Square150x150Logo.scale-200.png", 37 | "sizes": "300x300" 38 | }, 39 | { 40 | "src": "windows11/Square150x150Logo.scale-400.png", 41 | "sizes": "600x600" 42 | }, 43 | { 44 | "src": "windows11/Wide310x150Logo.scale-100.png", 45 | "sizes": "310x150" 46 | }, 47 | { 48 | "src": "windows11/Wide310x150Logo.scale-125.png", 49 | "sizes": "388x188" 50 | }, 51 | { 52 | "src": "windows11/Wide310x150Logo.scale-150.png", 53 | "sizes": "465x225" 54 | }, 55 | { 56 | "src": "windows11/Wide310x150Logo.scale-200.png", 57 | "sizes": "620x300" 58 | }, 59 | { 60 | "src": "windows11/Wide310x150Logo.scale-400.png", 61 | "sizes": "1240x600" 62 | }, 63 | { 64 | "src": "windows11/LargeTile.scale-100.png", 65 | "sizes": "310x310" 66 | }, 67 | { 68 | "src": "windows11/LargeTile.scale-125.png", 69 | "sizes": "388x388" 70 | }, 71 | { 72 | "src": "windows11/LargeTile.scale-150.png", 73 | "sizes": "465x465" 74 | }, 75 | { 76 | "src": "windows11/LargeTile.scale-200.png", 77 | "sizes": "620x620" 78 | }, 79 | { 80 | "src": "windows11/LargeTile.scale-400.png", 81 | "sizes": "1240x1240" 82 | }, 83 | { 84 | "src": "windows11/Square44x44Logo.scale-100.png", 85 | "sizes": "44x44" 86 | }, 87 | { 88 | "src": "windows11/Square44x44Logo.scale-125.png", 89 | "sizes": "55x55" 90 | }, 91 | { 92 | "src": "windows11/Square44x44Logo.scale-150.png", 93 | "sizes": "66x66" 94 | }, 95 | { 96 | "src": "windows11/Square44x44Logo.scale-200.png", 97 | "sizes": "88x88" 98 | }, 99 | { 100 | "src": "windows11/Square44x44Logo.scale-400.png", 101 | "sizes": "176x176" 102 | }, 103 | { 104 | "src": "windows11/StoreLogo.scale-100.png", 105 | "sizes": "50x50" 106 | }, 107 | { 108 | "src": "windows11/StoreLogo.scale-125.png", 109 | "sizes": "63x63" 110 | }, 111 | { 112 | "src": "windows11/StoreLogo.scale-150.png", 113 | "sizes": "75x75" 114 | }, 115 | { 116 | "src": "windows11/StoreLogo.scale-200.png", 117 | "sizes": "100x100" 118 | }, 119 | { 120 | "src": "windows11/StoreLogo.scale-400.png", 121 | "sizes": "200x200" 122 | }, 123 | { 124 | "src": "windows11/SplashScreen.scale-100.png", 125 | "sizes": "620x300" 126 | }, 127 | { 128 | "src": "windows11/SplashScreen.scale-125.png", 129 | "sizes": "775x375" 130 | }, 131 | { 132 | "src": "windows11/SplashScreen.scale-150.png", 133 | "sizes": "930x450" 134 | }, 135 | { 136 | "src": "windows11/SplashScreen.scale-200.png", 137 | "sizes": "1240x600" 138 | }, 139 | { 140 | "src": "windows11/SplashScreen.scale-400.png", 141 | "sizes": "2480x1200" 142 | }, 143 | { 144 | "src": "windows11/Square44x44Logo.targetsize-16.png", 145 | "sizes": "16x16" 146 | }, 147 | { 148 | "src": "windows11/Square44x44Logo.targetsize-20.png", 149 | "sizes": "20x20" 150 | }, 151 | { 152 | "src": "windows11/Square44x44Logo.targetsize-24.png", 153 | "sizes": "24x24" 154 | }, 155 | { 156 | "src": "windows11/Square44x44Logo.targetsize-30.png", 157 | "sizes": "30x30" 158 | }, 159 | { 160 | "src": "windows11/Square44x44Logo.targetsize-32.png", 161 | "sizes": "32x32" 162 | }, 163 | { 164 | "src": "windows11/Square44x44Logo.targetsize-36.png", 165 | "sizes": "36x36" 166 | }, 167 | { 168 | "src": "windows11/Square44x44Logo.targetsize-40.png", 169 | "sizes": "40x40" 170 | }, 171 | { 172 | "src": "windows11/Square44x44Logo.targetsize-44.png", 173 | "sizes": "44x44" 174 | }, 175 | { 176 | "src": "windows11/Square44x44Logo.targetsize-48.png", 177 | "sizes": "48x48" 178 | }, 179 | { 180 | "src": "windows11/Square44x44Logo.targetsize-60.png", 181 | "sizes": "60x60" 182 | }, 183 | { 184 | "src": "windows11/Square44x44Logo.targetsize-64.png", 185 | "sizes": "64x64" 186 | }, 187 | { 188 | "src": "windows11/Square44x44Logo.targetsize-72.png", 189 | "sizes": "72x72" 190 | }, 191 | { 192 | "src": "windows11/Square44x44Logo.targetsize-80.png", 193 | "sizes": "80x80" 194 | }, 195 | { 196 | "src": "windows11/Square44x44Logo.targetsize-96.png", 197 | "sizes": "96x96" 198 | }, 199 | { 200 | "src": "windows11/Square44x44Logo.targetsize-256.png", 201 | "sizes": "256x256" 202 | }, 203 | { 204 | "src": "windows11/Square44x44Logo.altform-unplated_targetsize-16.png", 205 | "sizes": "16x16" 206 | }, 207 | { 208 | "src": "windows11/Square44x44Logo.altform-unplated_targetsize-20.png", 209 | "sizes": "20x20" 210 | }, 211 | { 212 | "src": "windows11/Square44x44Logo.altform-unplated_targetsize-24.png", 213 | "sizes": "24x24" 214 | }, 215 | { 216 | "src": "windows11/Square44x44Logo.altform-unplated_targetsize-30.png", 217 | "sizes": "30x30" 218 | }, 219 | { 220 | "src": "windows11/Square44x44Logo.altform-unplated_targetsize-32.png", 221 | "sizes": "32x32" 222 | }, 223 | { 224 | "src": "windows11/Square44x44Logo.altform-unplated_targetsize-36.png", 225 | "sizes": "36x36" 226 | }, 227 | { 228 | "src": "windows11/Square44x44Logo.altform-unplated_targetsize-40.png", 229 | "sizes": "40x40" 230 | }, 231 | { 232 | "src": "windows11/Square44x44Logo.altform-unplated_targetsize-44.png", 233 | "sizes": "44x44" 234 | }, 235 | { 236 | "src": "windows11/Square44x44Logo.altform-unplated_targetsize-48.png", 237 | "sizes": "48x48" 238 | }, 239 | { 240 | "src": "windows11/Square44x44Logo.altform-unplated_targetsize-60.png", 241 | "sizes": "60x60" 242 | }, 243 | { 244 | "src": "windows11/Square44x44Logo.altform-unplated_targetsize-64.png", 245 | "sizes": "64x64" 246 | }, 247 | { 248 | "src": "windows11/Square44x44Logo.altform-unplated_targetsize-72.png", 249 | "sizes": "72x72" 250 | }, 251 | { 252 | "src": "windows11/Square44x44Logo.altform-unplated_targetsize-80.png", 253 | "sizes": "80x80" 254 | }, 255 | { 256 | "src": "windows11/Square44x44Logo.altform-unplated_targetsize-96.png", 257 | "sizes": "96x96" 258 | }, 259 | { 260 | "src": "windows11/Square44x44Logo.altform-unplated_targetsize-256.png", 261 | "sizes": "256x256" 262 | }, 263 | { 264 | "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-16.png", 265 | "sizes": "16x16" 266 | }, 267 | { 268 | "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-20.png", 269 | "sizes": "20x20" 270 | }, 271 | { 272 | "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-24.png", 273 | "sizes": "24x24" 274 | }, 275 | { 276 | "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-30.png", 277 | "sizes": "30x30" 278 | }, 279 | { 280 | "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-32.png", 281 | "sizes": "32x32" 282 | }, 283 | { 284 | "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-36.png", 285 | "sizes": "36x36" 286 | }, 287 | { 288 | "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-40.png", 289 | "sizes": "40x40" 290 | }, 291 | { 292 | "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-44.png", 293 | "sizes": "44x44" 294 | }, 295 | { 296 | "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-48.png", 297 | "sizes": "48x48" 298 | }, 299 | { 300 | "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-60.png", 301 | "sizes": "60x60" 302 | }, 303 | { 304 | "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-64.png", 305 | "sizes": "64x64" 306 | }, 307 | { 308 | "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-72.png", 309 | "sizes": "72x72" 310 | }, 311 | { 312 | "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-80.png", 313 | "sizes": "80x80" 314 | }, 315 | { 316 | "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-96.png", 317 | "sizes": "96x96" 318 | }, 319 | { 320 | "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-256.png", 321 | "sizes": "256x256" 322 | }, 323 | { 324 | "src": "android/android-launchericon-512-512.png", 325 | "sizes": "512x512" 326 | }, 327 | { 328 | "src": "android/android-launchericon-192-192.png", 329 | "sizes": "192x192" 330 | }, 331 | { 332 | "src": "android/android-launchericon-144-144.png", 333 | "sizes": "144x144" 334 | }, 335 | { 336 | "src": "android/android-launchericon-96-96.png", 337 | "sizes": "96x96" 338 | }, 339 | { 340 | "src": "android/android-launchericon-72-72.png", 341 | "sizes": "72x72" 342 | }, 343 | { 344 | "src": "android/android-launchericon-48-48.png", 345 | "sizes": "48x48" 346 | }, 347 | { 348 | "src": "ios/16.png", 349 | "sizes": "16x16" 350 | }, 351 | { 352 | "src": "ios/20.png", 353 | "sizes": "20x20" 354 | }, 355 | { 356 | "src": "ios/29.png", 357 | "sizes": "29x29" 358 | }, 359 | { 360 | "src": "ios/32.png", 361 | "sizes": "32x32" 362 | }, 363 | { 364 | "src": "ios/40.png", 365 | "sizes": "40x40" 366 | }, 367 | { 368 | "src": "ios/50.png", 369 | "sizes": "50x50" 370 | }, 371 | { 372 | "src": "ios/57.png", 373 | "sizes": "57x57" 374 | }, 375 | { 376 | "src": "ios/58.png", 377 | "sizes": "58x58" 378 | }, 379 | { 380 | "src": "ios/60.png", 381 | "sizes": "60x60" 382 | }, 383 | { 384 | "src": "ios/64.png", 385 | "sizes": "64x64" 386 | }, 387 | { 388 | "src": "ios/72.png", 389 | "sizes": "72x72" 390 | }, 391 | { 392 | "src": "ios/76.png", 393 | "sizes": "76x76" 394 | }, 395 | { 396 | "src": "ios/80.png", 397 | "sizes": "80x80" 398 | }, 399 | { 400 | "src": "ios/87.png", 401 | "sizes": "87x87" 402 | }, 403 | { 404 | "src": "ios/100.png", 405 | "sizes": "100x100" 406 | }, 407 | { 408 | "src": "ios/114.png", 409 | "sizes": "114x114" 410 | }, 411 | { 412 | "src": "ios/120.png", 413 | "sizes": "120x120" 414 | }, 415 | { 416 | "src": "ios/128.png", 417 | "sizes": "128x128" 418 | }, 419 | { 420 | "src": "ios/144.png", 421 | "sizes": "144x144" 422 | }, 423 | { 424 | "src": "ios/152.png", 425 | "sizes": "152x152" 426 | }, 427 | { 428 | "src": "ios/167.png", 429 | "sizes": "167x167" 430 | }, 431 | { 432 | "src": "ios/180.png", 433 | "sizes": "180x180" 434 | }, 435 | { 436 | "src": "ios/192.png", 437 | "sizes": "192x192" 438 | }, 439 | { 440 | "src": "ios/256.png", 441 | "sizes": "256x256" 442 | }, 443 | { 444 | "src": "ios/512.png", 445 | "sizes": "512x512" 446 | }, 447 | { 448 | "src": "ios/1024.png", 449 | "sizes": "1024x1024" 450 | } 451 | ] 452 | } --------------------------------------------------------------------------------