Examine source code of Animal Forest BGM

Inspect and view changes in Animal Forest BGM source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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"
  ]
}