Skip to content

Commit

Permalink
final 0.1 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
The-breakbar committed Feb 20, 2023
1 parent 085c930 commit 6707a2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion content-scripts/getPageInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ else if (/groupList/.test(window.location.href)) pageType = "group";
else if (/examDate/.test(window.location.href)) pageType = "exam";

// Create object to store page info and bind main callback to message listener

chrome.runtime.onMessage.addListener((message, sender, sendResponse) => {
// Check if the message is a request to get page info
if (message.action != "getPageInfo") return;
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "TISS Lightning Registrator",
"description": "TISS Lightning Registrator",
"version": "0.1",
"version": "0.1.0",
"manifest_version": 3,
"action": {
"default_popup": "./popup.html"
Expand Down

0 comments on commit 6707a2c

Please sign in to comment.