Modern Manifesto

Modern Manifesto

Replaces every instance of 'millennial' and 'baby boomer' with what the The Man really means.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Modern Manifesto",
  "description": "Replaces every instance of 'millennial' and 'baby boomer' with what the The Man really means. ",
  "version": "1.0",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}