Cat Eat Cat

Cat Eat Cat

A cat eats another cat. It's a game. simple as that noob.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Cat Eat Cat",
  "description": "A cat eats another cat. It's a game. simple as that noob.",
  "version": "3.0",
  "browser_action": {
    "default_icon": "if_robocat_cat_374222.png",
    "default_popup": "Cat and Dog.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ]
}