Organized all the code

Updated the update notification to check periodically every 5 minutes
Added in headless browser support for extensions (check the extensions repo to see an example)
Added in DiscordRPC support
This commit is contained in:
2025-11-19 16:28:33 -05:00
parent 2f556c2ddc
commit 5f3020ca6e
24 changed files with 1077 additions and 815 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "waifu-board",
"version": "v1.2.0",
"version": "v1.3.0",
"description": "An image board app to store and browse your favorite waifus!",
"main": "main.js",
"scripts": {
@@ -19,7 +19,9 @@
"electron-builder": "^24.13.3"
},
"dependencies": {
"@ryuziii/discord-rpc": "^1.0.1-rc.1",
"cheerio": "^1.1.2",
"dotenv": "^17.2.3",
"node-fetch": "^2.7.0",
"sqlite3": "^5.1.7"
},