usrspace-browser-addon/config.js

25 lines
476 B
JavaScript
Raw Normal View History

2018-12-27 15:16:18 +01:00
window.Config = {
2021-09-22 21:04:32 +02:00
refreshTimeout: 1000 * 60 * 5, // 5min,
spaceApiUrl: 'https://www.usrspace.at/spaceapi.json',
calenderUrl: 'https://www.usrspace.at/calendar.php',
openColor: '#33cc33',
quickLinks: [
{
url: 'https://www.usrspace.at/',
2022-12-24 02:31:56 +01:00
text: 'Homepage',
2021-09-22 21:04:32 +02:00
},
{
url: 'https://wiki.usrspace.at/',
2022-12-24 02:31:56 +01:00
text: 'Wiki',
2021-09-22 21:04:32 +02:00
},
{
url: 'https://gitea.usrspace.at/',
2022-12-24 02:31:56 +01:00
text: 'Gitea',
2021-09-22 21:04:32 +02:00
},
{
url: 'https://cloud.usrspace.at/',
2022-12-24 02:31:56 +01:00
text: 'Nextcloud',
},
],
2019-01-29 08:03:12 +01:00
};