Oracle Docs Font Changer

Oracle Docs Font Changer

Allows you to change the font on all docs.oracle.com pages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Oracle Docs Font Changer",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "Allows you to change the font on all docs.oracle.com pages.",
  "homepage_url": "http://www.lutzeyer.co.uk",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "jquery-3.2.1.min.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Change Font"
  },
  "permissions": [
    "https://docs.oracle.com/*/*",
    "http://docs.oracle.com/*/*",
    "storage",
    "tabs"
  ]
}