The Fantastic Comic Sans MS Browser

The Fantastic Comic Sans MS Browser

Rot your browser with the Fantastic Comic Sans MS !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "The Fantastic Comic Sans MS Browser",
  "version": "1.0.0",
  "manifest_version": 2,
  "description": "Rot your browser with the Fantastic Comic Sans MS !",
  "homepage_url": "http://the-fantastic-comic-sans-ms-browser.y-visuel.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "src/inject/inject.css"
      ]
    }
  ]
}