Miko New Tab

Miko New Tab

Meet Miko the virtual pet dog. Every time you open a new tab, Miko eats and stays healthy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Miko New Tab",
  "description": "Meet Miko the virtual pet dog. Every time you open a new tab, Miko eats and stays healthy.",
  "version": "1.4",
  "chrome_url_overrides": {
    "newtab": "newtab/index.html"
  },
  "icons": {
    "16": "logo/logo16.png",
    "48": "logo/logo48.png",
    "128": "logo/logo128.png"
  },
  "action": {
    "default_icon": "logo/logo48.png"
  }
}