Animal Crossing Countdown Timer

Animal Crossing Countdown Timer

This is a fan-made extension that allows anyone to quickly check how soon the new Animal Crossing game will be released!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Animal Crossing Countdown Timer",
  "description": "This is a fan-made extension that allows anyone to quickly check how soon the new Animal Crossing game will be released!",
  "version": "1.2",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon128.png",
    "default_popup": "popup.html"
  }
}