diff --git a/.dockerignore b/.dockerignore old mode 100644 new mode 100755 diff --git a/.editorconfig b/.editorconfig old mode 100644 new mode 100755 diff --git a/.env.example b/.env.example old mode 100644 new mode 100755 diff --git a/.eslintrc.cjs b/.eslintrc.cjs old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.prettierrc b/.prettierrc old mode 100644 new mode 100755 diff --git a/Dockerfile b/Dockerfile old mode 100644 new mode 100755 diff --git a/IMPROVEMENTS.md b/IMPROVEMENTS.md old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/PWA_IMPLEMENTATION.md b/PWA_IMPLEMENTATION.md old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/app/globals.css b/app/globals.css old mode 100644 new mode 100755 diff --git a/app/layout.tsx b/app/layout.tsx old mode 100644 new mode 100755 diff --git a/app/offline-test/page.tsx b/app/offline-test/page.tsx old mode 100644 new mode 100755 diff --git a/app/page.tsx b/app/page.tsx old mode 100644 new mode 100755 diff --git a/app/privacy/page.tsx b/app/privacy/page.tsx old mode 100644 new mode 100755 diff --git a/docker-compose.yml b/docker-compose.yml old mode 100644 new mode 100755 diff --git a/next.config.js b/next.config.js old mode 100644 new mode 100755 diff --git a/nginx.conf b/nginx.conf old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/postcss.config.js b/postcss.config.js old mode 100644 new mode 100755 diff --git a/public/icon.png b/public/icon.png old mode 100644 new mode 100755 diff --git a/public/icons/README.md b/public/icons/README.md old mode 100644 new mode 100755 diff --git a/public/icons/icon-128.png b/public/icons/icon-128.png old mode 100644 new mode 100755 diff --git a/public/icons/icon-144.png b/public/icons/icon-144.png old mode 100644 new mode 100755 diff --git a/public/icons/icon-152.png b/public/icons/icon-152.png old mode 100644 new mode 100755 diff --git a/public/icons/icon-192.png b/public/icons/icon-192.png old mode 100644 new mode 100755 diff --git a/public/icons/icon-384.png b/public/icons/icon-384.png old mode 100644 new mode 100755 diff --git a/public/icons/icon-512.png b/public/icons/icon-512.png old mode 100644 new mode 100755 diff --git a/public/icons/icon-72.png b/public/icons/icon-72.png old mode 100644 new mode 100755 diff --git a/public/icons/icon-96.png b/public/icons/icon-96.png old mode 100644 new mode 100755 diff --git a/public/manifest.json b/public/manifest.json old mode 100644 new mode 100755 diff --git a/public/screenshots/README.md b/public/screenshots/README.md old mode 100644 new mode 100755 diff --git a/public/screenshots/desktop.png b/public/screenshots/desktop.png old mode 100644 new mode 100755 diff --git a/public/screenshots/mobile.png b/public/screenshots/mobile.png old mode 100644 new mode 100755 diff --git a/scripts/check-status.js b/scripts/check-status.js old mode 100644 new mode 100755 diff --git a/scripts/create-screenshots.js b/scripts/create-screenshots.js old mode 100644 new mode 100755 diff --git a/scripts/generate-icons.js b/scripts/generate-icons.js old mode 100644 new mode 100755 diff --git a/scripts/setup.js b/scripts/setup.js old mode 100644 new mode 100755 diff --git a/src/app/globals.css b/src/app/globals.css old mode 100644 new mode 100755 diff --git a/src/app/layout.tsx b/src/app/layout.tsx old mode 100644 new mode 100755 diff --git a/src/app/offline-test/page.tsx b/src/app/offline-test/page.tsx old mode 100644 new mode 100755 diff --git a/src/app/page.tsx b/src/app/page.tsx old mode 100644 new mode 100755 diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx old mode 100644 new mode 100755 diff --git a/src/components/FAQ.tsx b/src/components/FAQ.tsx old mode 100644 new mode 100755 diff --git a/src/components/FloatingCTA.tsx b/src/components/FloatingCTA.tsx old mode 100644 new mode 100755 diff --git a/src/components/PWAInstallPrompt.tsx b/src/components/PWAInstallPrompt.tsx old mode 100644 new mode 100755 diff --git a/src/components/PasswordGenerator.tsx b/src/components/PasswordGenerator.tsx old mode 100644 new mode 100755 diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx old mode 100644 new mode 100755 diff --git a/src/components/layout/Header.tsx b/src/components/layout/Header.tsx old mode 100644 new mode 100755 diff --git a/src/components/theme-provider.tsx b/src/components/theme-provider.tsx old mode 100644 new mode 100755 diff --git a/src/utils/passwordGenerator.ts b/src/utils/passwordGenerator.ts old mode 100644 new mode 100755 diff --git a/tailwind.config.js b/tailwind.config.js old mode 100644 new mode 100755 diff --git a/tsconfig.json b/tsconfig.json old mode 100644 new mode 100755