Browse Source

Fix whitespace in manifest.json

tags/v1.5.1^0
Matt Baer 5 years ago
parent
commit
76b9c744b4
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      manifest.json

+ 3
- 2
manifest.json View File

@@ -19,7 +19,8 @@
"128": "icon.png" "128": "icon.png"
}, },
"permissions": [ "permissions": [
"storage", "https://*/*"
"storage",
"https://*/*"
], ],
"content_scripts": [ "content_scripts": [
{ {
@@ -28,6 +29,6 @@
} }
], ],
"web_accessible_resources": [ "web_accessible_resources": [
"medium.css"
"medium.css"
] ]
} }

Loading…
Cancel
Save