mirror of
https://github.com/thebaer/MMRA
synced 2024-11-13 10:11:01 +00:00
35 lines
661 B
JSON
35 lines
661 B
JSON
{
|
|
"manifest_version": 2,
|
|
|
|
"name": "Make Medium Readable Again",
|
|
"description": "Neutralizes annoying parts of the Medium reading experience and lets you read again.",
|
|
"version": "1.5.2",
|
|
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "{28d1ed97-5ff6-432b-a26d-61896fe2cbed}",
|
|
"strict_min_version": "42.0"
|
|
}
|
|
},
|
|
"options_ui": {
|
|
"page": "options.html",
|
|
"chrome_style": true
|
|
},
|
|
"icons": {
|
|
"128": "icon.png"
|
|
},
|
|
"permissions": [
|
|
"storage",
|
|
"https://*/*"
|
|
],
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["https://*/*"],
|
|
"js": ["content.js"]
|
|
}
|
|
],
|
|
"web_accessible_resources": [
|
|
"medium.css"
|
|
]
|
|
}
|