BrowserPet

BrowserPet

Description

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "DesktopPet.js",
      "index.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "content_scripts": [],
  "description": "Description",
  "manifest_version": 2,
  "name": "BrowserPet",
  "permissions": [
    "activeTab",
    "http://esheep.petrucci.ch/",
    "https://esheep.redsparr0w.com/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.1.2"
}