Make Medium Readable Again https://makemediumreadable.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

35 lines
661 B

  1. {
  2. "manifest_version": 2,
  3. "name": "Make Medium Readable Again",
  4. "description": "Neutralizes annoying parts of the Medium reading experience and lets you read again.",
  5. "version": "1.5.1",
  6. "applications": {
  7. "gecko": {
  8. "id": "{28d1ed97-5ff6-432b-a26d-61896fe2cbed}",
  9. "strict_min_version": "42.0"
  10. }
  11. },
  12. "options_ui": {
  13. "page": "options.html",
  14. "chrome_style": true
  15. },
  16. "icons": {
  17. "128": "icon.png"
  18. },
  19. "permissions": [
  20. "storage",
  21. "https://*/*"
  22. ],
  23. "content_scripts": [
  24. {
  25. "matches": ["https://*/*"],
  26. "js": ["content.js"]
  27. }
  28. ],
  29. "web_accessible_resources": [
  30. "medium.css"
  31. ]
  32. }