83 lines
2.3 KiB
JSON
83 lines
2.3 KiB
JSON
{
|
|
"short_name": "ResourceSpace",
|
|
"name": "ResourceSpace",
|
|
"icons": [
|
|
{
|
|
"src": "./gfx/icons/icon-vector.svg",
|
|
"type": "image/svg+xml",
|
|
"sizes": "512x512"
|
|
},
|
|
{
|
|
"src": "./gfx/icons/icon-192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "./gfx/icons/icon-512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
}
|
|
],
|
|
"id": "./",
|
|
"start_url": "./",
|
|
"background_color": "#ffffff",
|
|
"display": "standalone",
|
|
"scope": "./",
|
|
"theme_color": "#ffffff",
|
|
"shortcuts": [
|
|
{
|
|
"name": "Recently uploaded resources",
|
|
"short_name": "Recent",
|
|
"description": "View the the most recently uploaded resources.",
|
|
"url": "./pages/search.php?search=!last1000",
|
|
"icons": [{ "src": "./gfx/interface/recent_search.png", "sizes": "96x96" }]
|
|
},
|
|
{
|
|
"name": "Advanced search",
|
|
"short_name": "Advanced search",
|
|
"description": "The advanced search page provides access to a wider selection of metadata fields, making it possible to create very refined searches.",
|
|
"url": "./pages/search_advanced.php",
|
|
"icons": [{ "src": "./gfx/interface/advanced_search.png", "sizes": "96x96" }]
|
|
}
|
|
],
|
|
"description": "Open source Digital Asset Management software",
|
|
"screenshots": [
|
|
{
|
|
"src": "./gfx/screenshots/screenshot_wide_1.png",
|
|
"type": "image/png",
|
|
"sizes": "1440x900",
|
|
"form_factor": "wide"
|
|
},
|
|
{
|
|
"src": "./gfx/screenshots/screenshot_wide_2.png",
|
|
"type": "image/png",
|
|
"sizes": "1440x900",
|
|
"form_factor": "wide"
|
|
},
|
|
{
|
|
"src": "./gfx/screenshots/screenshot_wide_3.png",
|
|
"type": "image/png",
|
|
"sizes": "1440x900",
|
|
"form_factor": "wide"
|
|
},
|
|
{
|
|
"src": "./gfx/screenshots/screenshot_narrow_1.png",
|
|
"type": "image/png",
|
|
"sizes": "378x744",
|
|
"form_factor": "narrow"
|
|
},
|
|
{
|
|
"src": "./gfx/screenshots/screenshot_narrow_2.png",
|
|
"type": "image/png",
|
|
"sizes": "378x744",
|
|
"form_factor": "narrow"
|
|
},
|
|
{
|
|
"src": "./gfx/screenshots/screenshot_narrow_3.png",
|
|
"type": "image/png",
|
|
"sizes": "378x744",
|
|
"form_factor": "narrow"
|
|
}
|
|
]
|
|
}
|
|
|