Compare commits
No commits in common. "0dcf7abb8700937d7e878249e3606d5ad4765ac7" and "a63bead16e0ba7bbaf74271fe635089c18b2fc2f" have entirely different histories.
0dcf7abb87
...
a63bead16e
|
@ -13,7 +13,6 @@
|
|||
<link rel="apple-touch-icon" sizes="152x152" href="img/ic_LEDColors_152x152.png" />
|
||||
<link rel="apple-touch-icon" sizes="167x167" href="img/ic_LEDColors_167x167.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="img/ic_LEDColors_180x180.png" />
|
||||
<link rel="manifest" href="manifest.json" />
|
||||
<link rel='stylesheet' href='core/jquery-ui-1.11.2/jquery-ui.min.css' />
|
||||
<link rel='stylesheet' href='css/wheelcolorpicker.css' />
|
||||
<link rel='stylesheet' href='css/main.css' />
|
||||
|
|
0
img/ic_LEDColors_120x120.png
Normal file → Executable file
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.8 KiB |
0
img/ic_LEDColors_128x128.png
Normal file → Executable file
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.2 KiB |
0
img/ic_LEDColors_152x152.png
Normal file → Executable file
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
0
img/ic_LEDColors_167x167.png
Normal file → Executable file
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 9.9 KiB |
0
img/ic_LEDColors_180x180.png
Normal file → Executable file
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
0
img/ic_LEDColors_192x192.png
Normal file → Executable file
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 46 KiB |
0
img/ic_LEDColors_57x57.png
Normal file → Executable file
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
0
img/ic_LEDColors_76x76.png
Normal file → Executable file
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
|
@ -1,19 +0,0 @@
|
|||
{
|
||||
"short_name": "JAJ LEDs",
|
||||
"description": "JAJ LEDs: Whole House LED Control",
|
||||
"icons": [
|
||||
{
|
||||
"src": "img/ic_LEDColors_512x512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
},
|
||||
{
|
||||
"src": "img/ic_LEDColors_192x192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
}
|
||||
],
|
||||
"start_url": "index.php",
|
||||
"display": "standalone",
|
||||
"scope": "/"
|
||||
}
|