How To Catch A Cheater

How To Catch A Cheater

Catch your spouse, boyfriend or girlfriend cheating with this nifty tool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "How To Catch A Cheater",
  "manifest_version": 2,
  "short_name": "Catch Cheaters",
  "description": "Catch your spouse, boyfriend or girlfriend cheating with this nifty tool.",
  "version": "1.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "caught2.png"
  },
  "icons": {
    "128": "caught3.png"
  }
}