mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-14 11:33:51 +00:00
Applied some improvements in manifest
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"name": "Shlink web client",
|
"name": "Shlink web client",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "favicon.ico",
|
"src": "./favicon.ico",
|
||||||
"sizes": "64x64 32x32 24x24 16x16",
|
"sizes": "64x64 32x32 24x24 16x16",
|
||||||
"type": "image/x-icon"
|
"type": "image/x-icon"
|
||||||
}
|
}
|
||||||
@@ -11,5 +11,5 @@
|
|||||||
"start_url": "./index.html",
|
"start_url": "./index.html",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"theme_color": "#4696e5",
|
"theme_color": "#4696e5",
|
||||||
"background_color": "#ffffff"
|
"background_color": "#4696e5"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ export class ServersService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
listServers = () => {
|
listServers = () => {
|
||||||
return this.storage.get(SERVERS_STORAGE_KEY);
|
return this.storage.get(SERVERS_STORAGE_KEY) || [];
|
||||||
};
|
};
|
||||||
|
|
||||||
findServerById = serverId => {
|
findServerById = serverId => {
|
||||||
|
|||||||
Reference in New Issue
Block a user