1
0
mirror of https://github.com/thebaer/MMRA synced 2024-11-13 10:11:01 +00:00

Fix whitespace in manifest.json

This commit is contained in:
Matt Baer 2018-07-01 11:13:25 -04:00
parent 2aef43248f
commit 76b9c744b4

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"
] ]
} }