Comic Sans MS I love you!

Comic Sans MS I love you!

This extension apply ComicSansMS font on every element of the page you're browsing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Comic Sans MS I love you!",
  "description": "This extension apply ComicSansMS font on every element of the page you're browsing.",
  "version": "1.0",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "main.js"
      ],
      "run_at": "document_end"
    }
  ]
}