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.
 
 
 

34 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.3.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. "browser_action": {
  20. "default_icon": "icon.png"
  21. },
  22. "permissions": [
  23. "storage", "https://*/*"
  24. ],
  25. "content_scripts": [
  26. {
  27. "matches": ["https://*/*"],
  28. "js": ["content.js"]
  29. }
  30. ]
  31. }