amazon-font

amazon-font

overrides the amazon font with Amazon Ember

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "amazon-font",
  "description": "overrides the amazon font with Amazon Ember",
  "version": "0.1",
  "content_scripts": [
    {
      "matches": [
        "https://www.amazon.com/*",
        "https://amazon.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "amazon-font-logo-16.png",
    "48": "amazon-font-logo-48.png",
    "128": "amazon-font-logo-128.png"
  }
}