Panda Gif New Tab

Panda Gif New Tab

A panda everyday keeps the doctor away!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "0.0.9",
  "name": "Panda Gif New Tab",
  "short_name": "Panda Gif New Tab",
  "description": "A panda everyday keeps the doctor away!",
  "author": "Alberto Giunta",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "16": "/res/icon16.png",
    "48": "/res/icon48.png",
    "128": "/res/newicon.png"
  }
}