New Tab Animal Kill Counter

New Tab Animal Kill Counter

Replaces the new tab page with a photo of a farm & an animal kill counter.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "New Tab Animal Kill Counter",
  "short_name": "Kill Counter",
  "description": "Replaces the new tab page with a photo of a farm & an animal kill counter.",
  "version": "2",
  "author": "Evan Sandhoefner",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "48": "pig.png",
    "128": "pig.png"
  }
}