Skip to content

Commit

Permalink
Improve Engagement
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Jul 8, 2021
1 parent a7b3c6b commit 55f1906
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 36 deletions.
35 changes: 1 addition & 34 deletions assets/manifest.json
Original file line number Diff line number Diff line change
@@ -1,34 +1 @@
{
"name": "__MSG_extensionName__",
"version": "2.2.2",
"description": "__MSG_extensionDescription__",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https://twitter.com/*"
],
"js": [
"index.js"
],
"css": [
"style.css"
]
}
],
"permissions": [
"https://twitter.com/*",
"https://ichbinhier-twittertools.herokuapp.com/blocklists",
"clipboardRead",
"clipboardWrite"
],
"manifest_version": 2,
"browser_action": {
"default_popup": "popup.html"
},
"default_locale": "en"
}
{"name":"__MSG_extensionName__","version":"2.3.0","description":"__MSG_extensionDescription__","icons":{"16":"icon16.png","48":"icon48.png","128":"icon128.png"},"content_scripts":[{"matches":["https://twitter.com/*"],"js":["index.js"],"css":["style.css"]}],"permissions":["https://twitter.com/*","https://ichbinhier-twittertools.herokuapp.com/blocklists","clipboardRead","clipboardWrite"],"manifest_version":2,"browser_action":{"default_popup":"popup.html"},"default_locale":"en"}
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.2.2",
"version": "2.3.0",
"description": "Block all visible likers (and optionally all retweeters) of a tweet on Twitter.",
"main": "dist/script.js",
"scripts": {
Expand Down

0 comments on commit 55f1906

Please sign in to comment.