-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
27 lines (27 loc) · 780 Bytes
/
app.json
File metadata and controls
27 lines (27 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "VATReaderPrototype",
"displayName": "VATReaderPrototype",
"enableClipboardSuggestions": true,
"hardcodedArticles": [
{
"title": "Bitcoin is Time",
"subtitle": "dergigi.com",
"url": "https://dergigi.com/2021/01/14/bitcoin-is-time/"
},
{
"title": "Shareholder Letter",
"subtitle": "seetee.io",
"url": "https://www.seetee.io/blog/2021-03-08-shareholder-letter/"
},
{
"title": "The Value-Enabled Web (WoS)",
"subtitle": "telegra.ph",
"url": "https://telegra.ph/The-Value-Enabled-Web-12-07"
},
{
"title": "The Value-Enabled Web (BTCPay)",
"subtitle": "telegra.ph",
"url": "https://telegra.ph/Monocle-Test-12-07"
}
]
}