Things to Toasters

Things to Toasters

Replaces the text 'internet of things' with 'wifi enabled toaster'.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Things to Toasters",
  "version": "1.2",
  "description": "Replaces the text 'internet of things' with 'wifi enabled toaster'.",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "wet.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "48": "48.png",
    "128": "128.png"
  }
}