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:
parent
2aef43248f
commit
76b9c744b4
@ -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…
Reference in New Issue
Block a user