Skip to content

Commit

Permalink
3.13.3: QoL (#76)
Browse files Browse the repository at this point in the history
* reenable features

* is this allowed?

* theme store preparations pt2

* versioning improvements

* API rewrite and gradewidget fix

* autologin fix and improvements

* Smaller improvements

* small fixes

* Prepare for (semi) stable release

* change theme creator name
  • Loading branch information
QkeleQ10 authored Jan 12, 2025
1 parent 4076c69 commit 29687a5
Show file tree
Hide file tree
Showing 24 changed files with 715 additions and 641 deletions.
14 changes: 12 additions & 2 deletions manifest-firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "3.13.2.0",
"version": "3.13.3",
"default_locale": "nl",
"icons": {
"16": "icons/icon@16px.png",
Expand Down Expand Up @@ -84,6 +84,15 @@
"src/scripts/microsoft-login.js"
],
"run_at": "document_end"
},
{
"matches": [
"*://study-tools.nl/*"
],
"js": [
"src/scripts/util.js",
"src/scripts/theme-store.js"
]
}
],
"web_accessible_resources": [
Expand All @@ -97,7 +106,8 @@
"src/strings/la.json"
],
"matches": [
"*://*.magister.net/*"
"*://*.magister.net/*",
"*://study-tools.nl/*"
]
}
],
Expand Down
18 changes: 14 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "3.13.2.0",
"version": "3.13.3",
"default_locale": "nl",
"icons": {
"16": "icons/icon@16px.png",
Expand All @@ -26,8 +26,8 @@
"*://login.microsoftonline.com/*/oauth2/authorize*"
],
"js": [
"src/scripts/api.js",
"src/scripts/util.js"
"src/scripts/util.js",
"src/scripts/api.js"
],
"run_at": "document_start"
},
Expand Down Expand Up @@ -78,6 +78,15 @@
"src/scripts/microsoft-login.js"
],
"run_at": "document_end"
},
{
"matches": [
"*://study-tools.nl/*"
],
"js": [
"src/scripts/util.js",
"src/scripts/theme-store.js"
]
}
],
"web_accessible_resources": [
Expand All @@ -91,7 +100,8 @@
"src/strings/la.json"
],
"matches": [
"*://*.magister.net/*"
"*://*.magister.net/*",
"*://study-tools.nl/*"
]
}
],
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions popup/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Study Tools-configuratiepaneel</title>
<script type="module" crossorigin src="./assets/index-BUGULQ7V.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-B15XdzZr.css">
<script type="module" crossorigin src="./assets/index-Bgz0IP13.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-Z5I3Mu5Q.css">
</head>

<body>
Expand Down
6 changes: 3 additions & 3 deletions popup/dist/themePresets.js

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

8 changes: 4 additions & 4 deletions popup/package-lock.json

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

Loading

0 comments on commit 29687a5

Please sign in to comment.