Examine source code of Nintendo 3DS Music

Inspect and view changes in Nintendo 3DS Music 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
{
  "version": "1.0.7",
  "manifest_version": 2,
  "author": "WebSnke",
  "name": "Nintendo 3DS Music",
  "homepage_url": "https://github.com/WebSnke/Nintendo-3DS-Music",
  "description": "Listen to the Nintendo 3DS Music while adjusting your settings or shopping.",
  "icons": {
    "256": "/images/music-icon.png"
  },
  "permissions": [
    "notifications",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_title": "Nintendo 3DS Music",
    "default_popup": "/pages/settings.html?source=action"
  },
  "options_ui": {
    "page": "/pages/settings.html",
    "open_in_tab": false
  },
  "background": {
    "scripts": [
      "/scripts/background.js"
    ],
    "persistent": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{606141f8-8b86-4f26-ad7c-87c094cca02a}"
    }
  }
}