Font Size Decrease

Font Size Decrease

With one click on the button the font size on the current page will be decrease.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "short_name": "Font Size Decrease",
  "version": "1.0.0.9",
  "description": "__MSG_description__",
  "author": "Stefan vd",
  "homepage_url": "https://www.stefanvd.net/support/",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "default_locale": "en",
  "action": {
    "default_icon": "icon.png",
    "default_title": "__MSG_browsertitle__"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_security_policy": {
    "extension_pages": "default-src 'none'; style-src 'self'; media-src 'none'; child-src 'none'; connect-src 'none'; script-src 'self'; img-src 'self'; object-src 'none'"
  },
  "minimum_chrome_version": "103",
  "offline_enabled": true,
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ]
}