forked from snxraven/peardock
Wire PearDock branding into app, Electron icons, and README
Copy runtime logos/favicons into assets/ and package icons into build/, then use them for the titlebar, favicons, dock/window icons, and docs so packaging and the UI no longer rely on placeholder marks.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "PearDock",
|
||||
"short_name": "PearDock",
|
||||
"description": "Decentralized Docker management on the Holepunch stack",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#0f1117",
|
||||
"theme_color": "#2dd4bf",
|
||||
"icons": [
|
||||
{ "src": "android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
|
||||
{ "src": "android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" },
|
||||
{ "src": "apple-touch-icon.png", "sizes": "180x180", "type": "image/png" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user