Mood-Based Background Music Firefox

Examine source code of Mood-Based Background Music

By: Phong
Inspect and view changes in Mood-Based Background Music source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Mood-Based Background Music",
  "version": "1.0",
  "description": "Plays background music based on the user's mood or the type of websites they are visiting.",
  "icons": {
    "48": "icons/icon.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_title": "Mood-Based Background Music"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{60c49016-d2e8-473b-b6fa-0409c16d5822}"
    }
  }
}

Best Mood-Based Background Music Alternatives

Here are some Firefox add-ons that are similar to Mood-Based Background Music: