Brand New Romanify

Brand New Romanify

Rebrands your webpage with Brand New Roman.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Brand New Romanify",
  "version": "1.3",
  "description": "Rebrands your webpage with Brand New Roman.",
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "96": "icons/96x96.png",
    "128": "icons/128x128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": {
      "19": "icons/19x19.png",
      "38": "icons/38x38.png"
    },
    "default_title": "Brand New",
    "default_popup": "popup.html"
  }
}