40 lines
725 B
YAML
40 lines
725 B
YAML
pageInfo:
|
|
title: Stocks
|
|
description: General browser startpage
|
|
logo: https://i.ibb.co/71WyyzM/little-bot-3.png
|
|
navLinks:
|
|
- title: Home
|
|
path: /
|
|
appConfig:
|
|
# statusCheck: false
|
|
theme: catppuccin
|
|
layout: auto
|
|
iconSize: medium
|
|
sections:
|
|
- name: Crypto
|
|
icon: hl-beef
|
|
widgets:
|
|
- type: crypto-watch-list
|
|
options:
|
|
currency: USD
|
|
sortBy: marketCap
|
|
assets:
|
|
- bitcoin
|
|
- ethereum
|
|
- type: crypto-price-chart
|
|
options:
|
|
asset: bitcoin
|
|
currency: USD
|
|
numDays: 7
|
|
- name: Market Overview
|
|
icon: hl-beef
|
|
displayData:
|
|
cols: 3
|
|
widgets:
|
|
- type: iframe
|
|
options:
|
|
frameHeight: 600
|
|
useProxy: true
|
|
url: https://liveindex.org/futures
|
|
|