diff --git a/manifest.json b/manifest.json index adaf870..da3733d 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,7 @@ "display": "standalone", "background_color": "#121212", "theme_color": "#4A90E2", + "description": "Simple recortador de audio para PWA. Hecho por Drk0027", "icons": [ { "src": "windows11/SmallTile.scale-100.png", @@ -479,7 +480,7 @@ "screenshots" : [ { "src": "screenshot.png", - "sizes": "1280x720", + "sizes": "740x383", "type": "image/png", "platform": "wide" } diff --git a/release/android/PWA Audio Cutter.apk b/release/android/PWA Audio Cutter.apk new file mode 100644 index 0000000..519ef19 Binary files /dev/null and b/release/android/PWA Audio Cutter.apk differ diff --git a/screeenshot.png b/screenshot.png similarity index 100% rename from screeenshot.png rename to screenshot.png