diff --git a/manifest.json b/manifest.json index 2cb973c..916014b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,20 +1,16 @@ { "manifest_version": 3, "name": "Steamworks extra reports", - "version": "1.1", - "permissions": [ - "activeTab" - ], + "version": "1.2", + "permissions": [], "content_scripts": [ { "matches": ["https://partner.steampowered.com/app/details/*"], "js": ["content_script.js"] } ], - "background": { - }, - "action": { - }, + "background": {}, + "action": {}, "icons": { "16": "icon-16.png", "48": "icon-48.png",