Initial release v0.01 — SeniorNet kiosk browser
- PyQt5 floating toolbar (Back, Forward, HOME, Bookmarks) over Google Chrome - Scrollable bookmarks bar with nested folder dropdown menus - Chrome DevTools Protocol (CDP) for navigation control - Home screen with large senior-friendly buttons (Gmail, Google, Weather, News, Facebook, Messenger, YouTube) - Automatic GPU/ML cache cleanup on every Chrome launch - Kiosk hardening: TTY switching blocked, keyboard shortcuts intercepted, auto-restart on crash - System config files and install script included
This commit is contained in:
+148
@@ -0,0 +1,148 @@
|
||||
[
|
||||
{
|
||||
"name": "Gmail",
|
||||
"url": "https://mail.google.com/mail/u/0/#inbox"
|
||||
},
|
||||
{
|
||||
"name": "Facebook",
|
||||
"url": "https://www.facebook.com/"
|
||||
},
|
||||
{
|
||||
"name": "Facebook Messenger",
|
||||
"url": "https://www.messenger.com/t/100000537461369/"
|
||||
},
|
||||
{
|
||||
"name": "YouTube",
|
||||
"url": "https://www.youtube.com/"
|
||||
},
|
||||
{
|
||||
"name": "AccuWeather",
|
||||
"url": "https://www.accuweather.com/"
|
||||
},
|
||||
{
|
||||
"name": "News",
|
||||
"children": [
|
||||
{
|
||||
"name": "CNN",
|
||||
"url": "https://www.cnn.com/"
|
||||
},
|
||||
{
|
||||
"name": "AP News",
|
||||
"url": "https://apnews.com/"
|
||||
},
|
||||
{
|
||||
"name": "1440 News",
|
||||
"url": "https://join1440.com/"
|
||||
},
|
||||
{
|
||||
"name": "Reuters",
|
||||
"url": "https://www.reuters.com/"
|
||||
},
|
||||
{
|
||||
"name": "Newser",
|
||||
"url": "https://www.newser.com/"
|
||||
},
|
||||
{
|
||||
"name": "Origo HU",
|
||||
"url": "https://www.origo.hu/"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "More Email",
|
||||
"children": [
|
||||
{
|
||||
"name": "Outlook",
|
||||
"url": "https://outlook.live.com/mail/0/"
|
||||
},
|
||||
{
|
||||
"name": "Yahoo Mail",
|
||||
"url": "https://mail.yahoo.com/"
|
||||
},
|
||||
{
|
||||
"name": "FreeMail HU",
|
||||
"url": "http://freemail.hu/mail/index.fm#fm"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Google",
|
||||
"children": [
|
||||
{
|
||||
"name": "Google Photos",
|
||||
"url": "https://photos.google.com/?pli=1"
|
||||
},
|
||||
{
|
||||
"name": "Google Drive",
|
||||
"url": "https://drive.google.com/"
|
||||
},
|
||||
{
|
||||
"name": "Google Maps",
|
||||
"url": "https://www.google.com/maps"
|
||||
},
|
||||
{
|
||||
"name": "Google Calendar",
|
||||
"url": "https://calendar.google.com/calendar/u/0/r"
|
||||
},
|
||||
{
|
||||
"name": "Google Docs",
|
||||
"url": "https://docs.google.com/document/u/0/"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Games",
|
||||
"children": [
|
||||
{
|
||||
"name": "PCH",
|
||||
"url": "https://www.pch.com/"
|
||||
},
|
||||
{
|
||||
"name": "PCH Sweeps",
|
||||
"url": "https://mpo.pch.com/path/ROBJulyTV24?experience=ROBJulyTV24&theme=FrstPy&tid=36b7d78c-1980-402b-9348-275ba91458a9"
|
||||
},
|
||||
{
|
||||
"name": "Cash Sweeps",
|
||||
"url": "https://www.cashkingsweeps.com/sweeps/cks_500k"
|
||||
},
|
||||
{
|
||||
"name": "PrizeCastle",
|
||||
"url": "https://www.prizecastle.com/sweeps/"
|
||||
},
|
||||
{
|
||||
"name": "Best Day Sweeps",
|
||||
"url": "https://bestdayeversweeps.com/"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Shopping",
|
||||
"children": [
|
||||
{
|
||||
"name": "Amazon",
|
||||
"url": "https://www.amazon.com/"
|
||||
},
|
||||
{
|
||||
"name": "Walmart",
|
||||
"url": "https://www.walmart.com/"
|
||||
},
|
||||
{
|
||||
"name": "PayPal",
|
||||
"url": "https://www.paypal.com/myaccount"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Banking",
|
||||
"children": [
|
||||
{
|
||||
"name": "SoFi Bank",
|
||||
"url": "https://www.sofi.com/login/"
|
||||
},
|
||||
{
|
||||
"name": "OTP Bank",
|
||||
"url": "https://www.otpbank.hu/portal/hu/OTPdirekt/Belepes"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user