Comic Sansation

Comic Sansation

View the whole web in Comic Sans! The Comic Sansation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "comicsans/comicsans.css"
      ],
      "js": [
        "comicsans/comicsans.js",
        "lib/ga/ga.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "background": {
    "scripts": []
  },
  "description": "__MSG_appDesc__",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appName__",
  "version": "1.1.1.1117",
  "default_locale": "en",
  "icons": {
    "16": "comicsans/logo16.png",
    "128": "comicsans/logo128.png"
  },
  "permissions": [
    "activeTab",
    "<all_urls>",
    "http://*/*",
    "https://*/*"
  ]
}