diff --git a/public/manifest.json b/public/manifest.json index 4af1aad..8db42fd 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -4,15 +4,9 @@ "version": "0.0.1", "content_scripts": [ { - "matches": [ - "http://*/*" - ], - "js": [ - "content.js" - ], - "css": [ - "content.css" - ] + "matches": ["http://*/*"], + "js": ["content.js"], + "css": ["content.css"] } ], "background": { @@ -27,4 +21,4 @@ "48": "assets/images/icon48.png", "128": "assets/images/icon128.png" } -} \ No newline at end of file +}