Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
skorotkiewicz committed Apr 22, 2022
1 parent 3123671 commit 373d34e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion client/public_chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"short_name": "Licom",
"name": "Licom",
"version": "1.0.0",
"version": "1.0.1",
"manifest_version": 3,
"description": "Licom",
"permissions": ["activeTab"],
Expand Down
2 changes: 1 addition & 1 deletion client/public_firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"short_name": "Licom",
"name": "Licom",
"version": "1.0.0",
"version": "1.0.1",
"manifest_version": 2,
"description": "Licom",
"permissions": ["activeTab"],
Expand Down
8 changes: 0 additions & 8 deletions client/public_firefox/side-panel.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
// eslint-disable-next-line no-unused-vars
// chrome.runtime.onMessage.addListener((msg, sender) => {
// // console.log("message received");
// if (msg.action == "toggle") {
// let url = msg.url;
// toggle(url);
// }
// });

browser.runtime.onMessage.addListener((msg) => {
if (msg.action == "toggle") {
let url = msg.url;
Expand Down

0 comments on commit 373d34e

Please sign in to comment.