Skip to content

Commit

Permalink
v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grimsteel committed Sep 17, 2024
1 parent abf5de2 commit 54481f0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "securly-plus",
"version": "2.0",
"version": "2.1",
"private": true,
"devDependencies": {
"@types/chrome": "^0.0.270",
Expand Down
2 changes: 1 addition & 1 deletion src/content-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
let idb = null;
/** @type {import("idb").IDBPDatabase} */
let db = null;
/** @type {{ defaultScreen: number, idbUrl: string, forceSearch: boolean, sessionCaching: boolean } | null} */
/** @type {{ defaultScheduleTab: string, defaultScreen: string, idbUrl: string, forceSearch: boolean, sessionCaching: boolean } | null} */
let data = null;
// they do some weird "polyfilling" of Promise
const Promise = window.Promise;
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Securly Plus",
"description": "Dark mode and improvements for Securly Flex",
"version": "2.0",
"version": "2.1",
"host_permissions": ["*://flex.securly.com/*"],
"content_scripts": [
{
Expand Down

0 comments on commit 54481f0

Please sign in to comment.