Animal Forest BGM

Animal Forest BGM

Plays music from Animal Crossing: New Leaf for each hour of the day.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Animal Forest BGM",
  "description": "Plays music from Animal Crossing: New Leaf for each hour of the day.",
  "author": "Jessie Hildebrandt",
  "version": "2.1.1resigned1",
  "applications": {
    "gecko": {
      "id": "jid1-lVhsFTTPyWwiwQ@jetpack",
      "strict_min_version": "48.0"
    }
  },
  "background": {
    "scripts": [
      "script/main.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon/quantum-grey.svg",
    "default_title": "Toggle Music"
  },
  "commands": {
    "toggle-music": {
      "suggested_key": {
        "default": "Alt+N"
      },
      "description": "Toggle the add-on's music playback."
    }
  },
  "options_ui": {
    "page": "options/options.html"
  },
  "permissions": [
    "notifications",
    "storage",
    "tabs"
  ]
}