From 55f19061f227b115aab6e27a194350c88eb0596a Mon Sep 17 00:00:00 2001 From: Daniel Morgenstern Date: Thu, 8 Jul 2021 10:46:05 +0200 Subject: [PATCH] Improve Engagement --- assets/manifest.json | 35 +---------------------------------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 36 deletions(-) diff --git a/assets/manifest.json b/assets/manifest.json index 9cb9348e6..c4bc3d657 100644 --- a/assets/manifest.json +++ b/assets/manifest.json @@ -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"} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 9dbe848fb..305ae18ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "likes-blocker", - "version": "2.2.2", + "version": "2.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c5796f063..83cb09322 100644 --- a/package.json +++ b/package.json @@ -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": {