mirror of
https://github.com/thebaer/MMRA
synced 2024-11-13 10:11:01 +00:00
18 lines
355 B
JSON
18 lines
355 B
JSON
|
{
|
||
|
"manifest_version": 2,
|
||
|
|
||
|
"name": "Make Medium Readable Again",
|
||
|
"description": "Neutralizes annoying parts of the Medium reading experience so it's more enjoyable to read things.",
|
||
|
"version": "1.0",
|
||
|
|
||
|
"permissions": [
|
||
|
"https://*/*"
|
||
|
],
|
||
|
"content_scripts": [
|
||
|
{
|
||
|
"matches": ["https://*/*"],
|
||
|
"js": ["background.js"]
|
||
|
}
|
||
|
]
|
||
|
}
|