Compare commits
2 Commits
dev
...
ninjasurge
| Author | SHA1 | Date | |
|---|---|---|---|
| affc645b95 | |||
|
|
ae62b1c8d8 |
14
README.md
@@ -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)
|
||||
|
||||
---
|
||||
|
||||
|
||||
BIN
public/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
public/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 105 KiB |
BIN
public/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
public/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 718 B |
BIN
public/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 15 KiB |
@@ -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",
|
||||
|
||||