Dog licking your screen

Dog licking your screen

Watch this cute little puppy cleaning your screen!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dog licking your screen",
  "description": "Watch this cute little puppy cleaning your screen!",
  "version": "0.0.0.1",
  "manifest_version": 2,
  "icons": {
    "128": "dog.png"
  },
  "app": {
    "urls": [
      "http://dogfront.com/"
    ],
    "launch": {
      "web_url": "http://dogfront.com/"
    }
  }
}