Now Playing Firefox

Examine source code of Now Playing

By: Suyooo
Inspect and view changes in Now Playing source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Now Playing",
  "description": "Simple extension to automatically fetch the currently playing song from a YouTube or Spotify tab, and put it in a text or HTML file for stream widgets.",
  "manifest_version": 3,
  "version": "1.3.1",
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "firefox-nowplaying@suyo.be",
      "strict_min_version": "115.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Start Now Playing",
    "default_icon": {
      "16": "icon.svg",
      "32": "icon.svg"
    },
    "theme_icons": [
      {
        "light": "icon-dark.svg",
        "dark": "icon.svg",
        "size": 16
      },
      {
        "light": "icon-dark.svg",
        "dark": "icon.svg",
        "size": 32
      }
    ]
  },
  "permissions": [
    "activeTab",
    "nativeMessaging",
    "notifications",
    "scripting",
    "storage"
  ]
}

Best Now Playing Alternatives

Here are some Firefox add-ons that are similar to Now Playing: