1
0
Fork 0
Commit Graph

31 Commits

Author SHA1 Message Date
Krzysztof Sikorski ea69d43a90
Upgrade dev dependencies 2023-03-18 13:20:44 +01:00
Krzysztof Sikorski e3a429bb32
Upgrade dev dependencies 2022-02-08 22:58:05 +01:00
Krzysztof Sikorski e109e94fbc
Release hotfix version 1.1.1 2021-11-16 00:38:26 +01:00
Krzysztof Sikorski e753c63a01
Release version 1.1.0 2021-11-16 00:35:21 +01:00
Krzysztof Sikorski 83d45fdcc7
Remove unnecessary properties from submitted data 2021-11-16 00:33:17 +01:00
Krzysztof Sikorski c1e1ae0403
Remove forgotten debug code 2021-11-16 00:24:22 +01:00
Krzysztof Sikorski 3f209bcf6a
Remove unnecessary entry for "unlimited storage" from required permissions 2021-11-16 00:23:26 +01:00
Krzysztof Sikorski cc6006f3a8
Release version 1.0.0 2021-11-11 22:33:56 +01:00
Krzysztof Sikorski 19e14c2ef8
Add a CHANGELOG file 2021-11-11 22:32:34 +01:00
Krzysztof Sikorski 64730cb8fb
Create background page to monitor Nexus Clash game traffic 2021-11-11 22:24:12 +01:00
Krzysztof Sikorski 0369602844
Create WebRequestMonitor class to monitor network traffic to game domain 2021-11-11 22:17:30 +01:00
Krzysztof Sikorski 4578c6af8d
Create NexusDataSender class to send data to the website 2021-11-11 22:10:07 +01:00
Krzysztof Sikorski 49ab3a4d6e
Create NexusDataQueue class for storing a queue of items to be sent 2021-11-11 21:20:22 +01:00
Krzysztof Sikorski 0da09d9efb
Type safety: make sure datetime properties of NexusData contain Date instances 2021-11-11 20:28:45 +01:00
Krzysztof Sikorski 74a696f725
Add utility methods to Preferences to check if properties are not empty 2021-11-11 20:06:46 +01:00
Krzysztof Sikorski ea29e3c2b0
Upgrade Preferences class to handle external changes in storage 2021-11-11 19:01:16 +01:00
Krzysztof Sikorski 9d9b62c49d
Create NexusData data class to store request/response properties 2021-11-11 18:49:01 +01:00
Krzysztof Sikorski 914c01a8f3
Extract preferences into a separate class and source file 2021-11-08 00:44:43 +01:00
Krzysztof Sikorski cb311d2a9b
Explicitly add web-ext tool and configuration to nodejs/npm configuration 2021-11-08 00:07:42 +01:00
Krzysztof Sikorski d1e464764a
Move JavaScript files to `src` subdirectory 2021-11-07 23:15:00 +01:00
Krzysztof Sikorski 464a7f976e
Fix errors reported by ESLint 2021-11-07 23:07:35 +01:00
Krzysztof Sikorski 737541d3da
Add and configure ESLint 2021-11-07 23:05:57 +01:00
Krzysztof Sikorski 3dffd42ba1
Remove redundant semicolons 2021-11-07 20:25:36 +01:00
Krzysztof Sikorski 3beeeb4c5f
Implement options page to store user access token and submit form's URL 2021-11-07 18:55:15 +01:00
Krzysztof Sikorski 893ff4e1e0
Change extension ID to be independent of Nexus Archive's URL 2021-11-07 18:48:21 +01:00
Krzysztof Sikorski 0a16a10ab9
Add forgotten .editorconfig file 2021-11-07 18:46:19 +01:00
Krzysztof Sikorski 229b921eba
Change homepage from Nexus Archive to my Discord server 2021-11-07 15:41:18 +01:00
Krzysztof Sikorski 5fda67cdb3
Update extension's description to be more verbose 2021-11-07 15:26:09 +01:00
Krzysztof Sikorski f74018a2e1
Add web-ext's config file to .gitignore 2021-11-07 03:01:56 +01:00
Krzysztof Sikorski f3ddb93c19
Generate basic extension files via create-web-ext tool 2021-11-07 02:37:18 +01:00
Krzysztof Sikorski bbcd4e3142
Initialize repository 2021-11-01 22:53:42 +01:00