c478be2f3f
- Updated the Scribe configuration to use a new theme and included a logo for better visual identity. - Enhanced the welcome view by linking to the new manifest and updating the background image source for improved accessibility. - Refactored API documentation to include updated response formats and example values, ensuring clarity and usability. - Improved the layout and structure of the Scribe documentation pages for a more responsive design. These changes collectively enhance the branding, accessibility, and usability of the Truncgil Finance application.
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"name": "Truncgil Finance API",
|
|
"short_name": "Truncgil Finance",
|
|
"theme_color": "#009846",
|
|
"background_color": "#009846",
|
|
"display": "browser",
|
|
"orientation": "portrait",
|
|
"scope": "https://finance.truncgil.com/",
|
|
"start_url": "https://finance.truncgil.com/",
|
|
"icons": [
|
|
{
|
|
"src": "img/icons/icon-72x72.png",
|
|
"sizes": "72x72",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "img/icons/icon-96x96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "img/icons/icon-128x128.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "img/icons/icon-144x144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "img/icons/icon-152x152.png",
|
|
"sizes": "152x152",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "img/icons/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "img/icons/icon-384x384.png",
|
|
"sizes": "384x384",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "img/icons/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
} |