mirror of
https://github.com/infinition/Bjorn.git
synced 2026-02-05 03:31:02 +00:00
Wiki update
This commit is contained in:
35
manifest.json
Normal file
35
manifest.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "Bjorn WIKI",
|
||||
"short_name": "Bjorn",
|
||||
"description": "Official Documentation and Wiki for Bjorn",
|
||||
"start_url": "./index.html",
|
||||
"display": "standalone",
|
||||
"background_color": "#0B0C0E",
|
||||
"theme_color": "#22c55e",
|
||||
"orientation": "any",
|
||||
"icons": [
|
||||
{
|
||||
"src": "wiki/assets/logo.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "wiki/assets/logo.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"shortcuts": [
|
||||
{
|
||||
"name": "Search Wiki",
|
||||
"url": "./index.html?search=true",
|
||||
"icons": [
|
||||
{
|
||||
"src": "wiki/assets/logo.png",
|
||||
"sizes": "192x192"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user