Boldify

Boldify

Set the first half of words to bold

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Boldify",
  "version": "1.0.0",
  "description": "Set the first half of words to bold",
  "homepage_url": "https://samyn.co",
  "manifest_version": 3,
  "icons": {
    "128": "icon.dee6e4e2.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [],
  "content_scripts": [],
  "action": {
    "default_title": "Click to Boldify"
  },
  "background": {
    "service_worker": "background.29a1a909.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "boldify.js"
      ],
      "matches": []
    }
  ]
}