Initial commit: Biibaye branding extension
- Overrides app name to Biibaye via translations - Sets window title to Biibaye - Delivery System - Injects primary color #FF4500 and dark bg #343538 - Replaces favicons with custom assets (placeholder files) - Includes site.webmanifest with Biibaye config - Minimal Ember engine to satisfy Fleetbase extension system
BIN
public/favicon/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
public/favicon/android-chrome-256x256.png
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
public/favicon/apple-touch-icon-114x114.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
public/favicon/apple-touch-icon-120x120.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
public/favicon/apple-touch-icon-144x144.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
public/favicon/apple-touch-icon-152x152.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
public/favicon/apple-touch-icon-180x180.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
public/favicon/apple-touch-icon-57x57.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/favicon/apple-touch-icon-60x60.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/favicon/apple-touch-icon-72x72.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
public/favicon/apple-touch-icon-76x76.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
public/favicon/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
9
public/favicon/browserconfig.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/favicon/mstile-150x150.png"/>
|
||||
<TileColor>#da532c</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
BIN
public/favicon/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 322 B |
BIN
public/favicon/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 536 B |
BIN
public/favicon/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/favicon/mstile-150x150.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
1
public/favicon/safari-pinned-tab.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="346.667" height="346.667" viewBox="0 0 260.000000 260.000000"><path d="M7.2 2.6C-.5 7.2.1-2.3.1 130.4.1 241.9.2 249.3 1.9 252c.9 1.6 3 4 4.6 5.2l3 2.3h240.4l2.8-2.1c1.5-1.1 3.8-3.5 4.9-5.2l2.1-3.1-.1-119.5c-.1-119-.1-119.5-2.2-122.2-1.1-1.5-3.3-3.7-4.8-4.8C249.9.5 249.4.5 130.5.4L11.2.2l-4 2.4z"/></svg>
|
||||
|
After Width: | Height: | Size: 363 B |
7
public/favicon/site.webmanifest
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "Biibaye - Delivery System",
|
||||
"short_name": "Biibaye",
|
||||
"theme_color": "#FF4500",
|
||||
"background_color": "#343538",
|
||||
"display": "standalone"
|
||||
}
|
||||