PokemonGo to Going Outside

PokemonGo to Going Outside

Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PokemonGo to Going Outside",
  "short_name": "Pokemon Go Outside",
  "description": "Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.",
  "author": "Chloe Umble",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "all_frames": true,
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ]
}