From f5e3484cbc76f882b6bef9f91206450c1d6f26fc Mon Sep 17 00:00:00 2001 From: Keep Creating Online <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:33:16 -0500 Subject: [PATCH] update --- src/site.webmanifest => site.webmanifest | 12 +- src/components/application-form.html | 2 +- src/components/bug-fix-form.html | 2 +- src/components/content-appeals-form.html | 2 +- src/components/feature-request-form.html | 2 +- src/components/general-feedback-form.html | 2 +- .../iframe_forms/iframe-application-form.html | 434 ++++++++++++------ .../iframe_forms/iframe-bug-fix-form.html | 405 ++++++++++------ .../iframe-content-appeals-form.html | 396 ++++++++++------ .../iframe_forms/iframe-feedback-form.html | 351 +++++++++----- .../iframe_forms/iframe-request-form.html | 370 +++++++++------ src/sw.min.js | 257 ++++++----- 12 files changed, 1425 insertions(+), 810 deletions(-) rename src/site.webmanifest => site.webmanifest (70%) diff --git a/src/site.webmanifest b/site.webmanifest similarity index 70% rename from src/site.webmanifest rename to site.webmanifest index c0112e3..b09d923 100644 --- a/src/site.webmanifest +++ b/site.webmanifest @@ -4,32 +4,32 @@ "description": "seed. zap. subscribe.", "icons": [ { - "src": "assets/png/android-chrome-192x192.png", + "src": "src/assets/png/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "assets/png/android-chrome-512x512.png", + "src": "src/assets/png/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }, { - "src": "assets/png/apple-touch-icon.png", + "src": "src/assets/png/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" }, { - "src": "assets/png/favicon-32x32.png", + "src": "src/assets/png/favicon-32x32.png", "sizes": "32x32", "type": "image/png" }, { - "src": "assets/png/favicon-16x16.png", + "src": "src/assets/png/favicon-16x16.png", "sizes": "16x16", "type": "image/png" } ], - "start_url": "/index.html", + "start_url": "src/index.html", "display": "standalone", "background_color": "#0f172a", "theme_color": "#0f172a", diff --git a/src/components/application-form.html b/src/components/application-form.html index 7c871c6..ba61e44 100644 --- a/src/components/application-form.html +++ b/src/components/application-form.html @@ -67,7 +67,7 @@