2 Commits

Author SHA1 Message Date
affc645b95 Fixing README TOC
Links all had a leading -
2025-11-19 11:59:43 -06:00
hhftechnologies
ae62b1c8d8 update-icons 2025-11-18 17:09:40 +05:30
8 changed files with 8 additions and 14 deletions

View File

@@ -21,13 +21,13 @@ A web-based tool for building, managing, and converting Docker Compose files, co
## Table of Contents
- [Features](#-features)
- [Quick Start](#-quick-start)
- [Deployment Options](#-deployment-options)
- [Usage Guide](#-usage-guide)
- [Tech Stack](#-tech-stack)
- [Contributing](#-contributing)
- [License](#-license)
- [Features](#features)
- [Quick Start](#quick-start)
- [Deployment Options](#deployment-options)
- [Usage Guide](#usage-guide)
- [Tech Stack](#tech-stack)
- [Contributing](#contributing)
- [License](#license)
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

BIN
public/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
public/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 B

BIN
public/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,13 +1,7 @@
{
"short_name": "Dock-Dploy",
"name": "Build Docker Compose Files",
"icons": [
{
"src": "favicon.ico",
"sizes": "256x256 128x128 64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",