Cenafy for Chrome

Cenafy for Chrome

1 in 50 chance of a new tab opening up the glory of John Cena

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Cenafy for Chrome",
  "version": "1.3",
  "description": "1 in 50 chance of a new tab opening up the glory of John Cena",
  "icons": {
    "48": "icons/cena48.png",
    "96": "icons/cena96.png"
  },
  "background": {
    "service_worker": "back.js"
  }
}