Anime Notifier

Anime Notifier

Notifies you when there's a new episode of your favourite anime available.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Anime Notifier",
  "short_name": "Anime Notifier",
  "version": "2.1.0",
  "manifest_version": 2,
  "description": "Notifies you when there's a new episode of your favourite anime available.",
  "homepage_url": "https://notify.moe/",
  "options_page": "options.html",
  "offline_enabled": true,
  "icons": {
    "64": "icons/64.png",
    "128": "icons/128.png",
    "220": "icons/220.png"
  },
  "permissions": [
    "https://notify.moe/"
  ],
  "browser_action": {
    "default_icon": "icons/64.png",
    "default_popup": "popup.html"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "44.0"
    }
  }
}