Amazing Tab

Amazing Tab

Turn your new tab into an animal abode!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icon-16.png",
      "64": "icon-64.png",
      "128": "icon-128.png"
    }
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "description": "Turn your new tab into an animal abode!",
  "icons": {
    "16": "icon-16.png",
    "64": "icon-64.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "32",
  "name": "Amazing Tab",
  "version": "1.0.2",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}