Shrek Prank

Shrek Prank

prank your friends with this shrek image replacer

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Shrek Prank",
  "description": " prank your friends with this shrek image replacer",
  "version": "2.0",
  "action": {
    "default_popup": "sponsor.html",
    "default_icon": "image/sherk.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "image/sherk.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}