GC78 Ice Cream Party

GC78 Ice Cream Party

Replaces the text 'General Convention' with 'Ice Cream Party'.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GC78 Ice Cream Party",
  "short_name": "Ice Cream",
  "description": "Replaces the text 'General Convention' with 'Ice Cream Party'.",
  "author": "David Sibley",
  "version": "1.7",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ]
}