Better peertube icons
|
@ -32,7 +32,8 @@
|
|||
"environments": {
|
||||
"dev": "environments/environment.ts",
|
||||
"prod": "environments/environment.prod.ts"
|
||||
}
|
||||
},
|
||||
"serviceWorker": true
|
||||
}
|
||||
],
|
||||
"e2e": {
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
"@angular/platform-browser": "~5.2.2",
|
||||
"@angular/platform-browser-dynamic": "~5.2.2",
|
||||
"@angular/router": "~5.2.2",
|
||||
"@angular/service-worker": "^5.2.4",
|
||||
"@angularclass/hmr": "^2.1.3",
|
||||
"@ngx-loading-bar/http-client": "^1.0.0-rc.1",
|
||||
"@ngx-meta/core": "^5.0.0",
|
||||
|
|
Before Width: | Height: | Size: 833 B After Width: | Height: | Size: 746 B |
1
client/src/assets/images/icons/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
Thumbs.db
|
Before Width: | Height: | Size: 2.1 KiB |
BIN
client/src/assets/images/icons/icon-144x144.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
client/src/assets/images/icons/icon-192x192.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
client/src/assets/images/icons/icon-36x36.png
Normal file
After Width: | Height: | Size: 949 B |
BIN
client/src/assets/images/icons/icon-48x48.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
client/src/assets/images/icons/icon-512x512.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
client/src/assets/images/icons/icon-72x72.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
client/src/assets/images/icons/icon-96x96.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 977 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 3.8 KiB |
|
@ -63,7 +63,7 @@
|
|||
}
|
||||
|
||||
.cls-6 {
|
||||
fill: #fff;
|
||||
fill: rgba(255, 255, 255, 0);
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
|
@ -111,7 +111,7 @@
|
|||
d="M 0,0 V 10.667 L 8,5.333 Z"
|
||||
transform="rotate(180,24,40)"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" />
|
||||
style="fill:rgba(255,255,255,0)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
|
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 3.1 KiB |
|
@ -1,40 +1,46 @@
|
|||
{
|
||||
"background_color": "gray",
|
||||
"description": "A federated decentralized video streaming platform",
|
||||
"description": "A federated video streaming platform using P2P",
|
||||
"display": "fullscreen",
|
||||
"orientation": "portrait",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/client/assets/images/icons/hdpi.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/client/assets/images/icons/ldpi.png",
|
||||
{
|
||||
"src": "/client/assets/images/icons/icon-36x36.png",
|
||||
"sizes": "36x36",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/client/assets/images/icons/mdpi.png",
|
||||
"src": "/client/assets/images/icons/icon-48x48.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/client/assets/images/icons/icon-72x72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/client/assets/images/icons/xhdpi.png",
|
||||
"src": "/client/assets/images/icons/icon-96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/client/assets/images/icons/xxhdpi.png",
|
||||
"src": "/client/assets/images/icons/icon-144x144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/client/assets/images/icons/xxxhdpi.png",
|
||||
"src": "/client/assets/images/icons/icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"src": "/client/assets/images/icons/icon-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"name": "PeerTube",
|
||||
"short_name": "PeerTube",
|
||||
"start_url": "/videos/recently-added"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -158,6 +158,12 @@
|
|||
dependencies:
|
||||
tslib "^1.7.1"
|
||||
|
||||
"@angular/service-worker@^5.2.4":
|
||||
version "5.2.4"
|
||||
resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-5.2.4.tgz#23ef7366000908b22f5bb728435612c88400a1ff"
|
||||
dependencies:
|
||||
tslib "^1.7.1"
|
||||
|
||||
"@angularclass/hmr@^2.1.3":
|
||||
version "2.1.3"
|
||||
resolved "https://registry.yarnpkg.com/@angularclass/hmr/-/hmr-2.1.3.tgz#34e658ed3da37f23b0a200e2da5a89be92bb209f"
|
||||
|
|