diff --git a/package.json b/package.json index f7f8666..03c9f97 100644 --- a/package.json +++ b/package.json @@ -46,4 +46,4 @@ "webpack-cli": "^4.10.0", "webpack-visualizer-plugin2": "^1.0.0" } -} \ No newline at end of file +} diff --git a/public/manifest.chrome.json b/public/manifest.chrome.json index 6649d40..0cf4939 100644 --- a/public/manifest.chrome.json +++ b/public/manifest.chrome.json @@ -8,15 +8,9 @@ }, "content_scripts": [ { - "matches": [ - "https://*.destinyitemmanager.com/*" - ], - "js": [ - "js/voiceDim.js" - ], - "css": [ - "css/voiceDim.css" - ] + "matches": ["https://*.destinyitemmanager.com/*"], + "js": ["js/voiceDim.js"], + "css": ["css/voiceDim.css"] } ], "commands": { @@ -42,21 +36,12 @@ "page": "html/options.html", "open_in_tab": true }, - "host_permissions": [ - "https://www.bungie.net/*" - ], - "permissions": [ - "tabs", - "storage" - ], + "host_permissions": ["https://www.bungie.net/*"], + "permissions": ["tabs", "storage"], "web_accessible_resources": [ { - "resources": [ - "icons/icon_large.png" - ], - "matches": [ - "https://*.destinyitemmanager.com/*" - ] + "resources": ["icons/icon_large.png"], + "matches": ["https://*.destinyitemmanager.com/*"] } ] -} \ No newline at end of file +} diff --git a/public/manifest.firefox.json b/public/manifest.firefox.json index 78c1d57..35ebb8a 100644 --- a/public/manifest.firefox.json +++ b/public/manifest.firefox.json @@ -4,21 +4,13 @@ "version": "1.2.2", "manifest_version": 2, "background": { - "scripts": [ - "js/background.js" - ] + "scripts": ["js/background.js"] }, "content_scripts": [ { - "matches": [ - "https://*.destinyitemmanager.com/*" - ], - "js": [ - "js/voiceDim.js" - ], - "css": [ - "css/voiceDim.css" - ] + "matches": ["https://*.destinyitemmanager.com/*"], + "js": ["js/voiceDim.js"], + "css": ["css/voiceDim.css"] } ], "commands": { @@ -50,7 +42,5 @@ "https://www.bungie.net/common/**", "https://api.speechly.com/**" ], - "web_accessible_resources": [ - "icons/icon_large.png" - ] -} \ No newline at end of file + "web_accessible_resources": ["icons/icon_large.png"] +}