From 5173d86cbf6764e412a06e4c0e7d479b8eefe9b9 Mon Sep 17 00:00:00 2001 From: Will Seagar Date: Thu, 16 Mar 2023 17:59:39 +1300 Subject: [PATCH] Release v1.6 --- manifest.json | 92 +++++++++++++++++++++++++-------------------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/manifest.json b/manifest.json index 62c9ace..bbfe067 100644 --- a/manifest.json +++ b/manifest.json @@ -1,47 +1,47 @@ { - "manifest_version": 3, - "name": "Eight Dollars", - "version": "1.5", - "description": "Eight Dollars can help you tell the difference between actual verified accounts and twitter blue users.", - "icons": { - "16": "./assets/16.png", - "32": "./assets/32.png", - "48": "./assets/48.png", - "256": "./assets/256.png", - "512": "./assets/512.png" - }, - "content_scripts": [ - { - "matches": [ - "https://twitter.com/*", - "https://mobile.twitter.com/*" - ], - "js": [ - "content.js" - ] - } - ], - "web_accessible_resources": [ - { - "resources": [ - "script.js", - "search.js" - ], - "matches": [ - "https://twitter.com/*", - "https://mobile.twitter.com/*" - ] - } - ], - "action": { - "default_icon": { - "16": "./assets/16.png", - "32": "./assets/32.png" - }, - "default_title": "Eight Dollars - Options", - "default_popup": "options/options.html" - }, - "permissions": [ - "storage" - ] -} \ No newline at end of file + "manifest_version": 3, + "name": "Eight Dollars", + "version": "1.6", + "description": "Eight Dollars can help you tell the difference between actual verified accounts and twitter blue users.", + "icons": { + "16": "./assets/16.png", + "32": "./assets/32.png", + "48": "./assets/48.png", + "256": "./assets/256.png", + "512": "./assets/512.png" + }, + "content_scripts": [ + { + "matches": [ + "https://twitter.com/*", + "https://mobile.twitter.com/*" + ], + "js": [ + "content.js" + ] + } + ], + "web_accessible_resources": [ + { + "resources": [ + "script.js", + "search.js" + ], + "matches": [ + "https://twitter.com/*", + "https://mobile.twitter.com/*" + ] + } + ], + "action": { + "default_icon": { + "16": "./assets/16.png", + "32": "./assets/32.png" + }, + "default_title": "Eight Dollars - Options", + "default_popup": "options/options.html" + }, + "permissions": [ + "storage" + ] +}