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:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user