Fun Puns with Kuma

Fun Puns with Kuma

Make every new tab page fun with a pun and animated gif of Rilakkuma!!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fun Puns with Kuma",
  "version": "1.0",
  "description": "Make every new tab page fun with a pun and animated gif of Rilakkuma!!",
  "chrome_url_overrides": {
    "newtab": "newTabPage.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "manifest_version": 2
}