Skip to content

Commit

Permalink
Bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Aug 26, 2020
1 parent 62a4602 commit 8f5596d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion 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": "likes-blocker",
"version": "2.0.0",
"version": "2.0.1",
"description": "Block all visible likers (and optionally all retweeters) of a tweet on Twitter.",
"main": "dist/script.js",
"scripts": {
Expand Down
12 changes: 3 additions & 9 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{
"name": "Likers Blocker",
"version": "2.0.0",
"version": "2.0.1",
"description": "Block all visible likers (and optionally all retweeters) of a tweet on Twitter.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" },
"content_scripts": [
{
"matches": ["https://twitter.com/*"],
Expand All @@ -15,7 +11,5 @@
}
],
"manifest_version": 2,
"browser_action": {
"default_popup": "popup.html"
}
"browser_action": { "default_popup": "popup.html" }
}

0 comments on commit 8f5596d

Please sign in to comment.