Bandcamp Dig Firefox

Examine source code of Bandcamp Dig

Inspect and view changes in Bandcamp Dig source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bandcamp Dig",
  "version": "1.4.24",
  "description": "Maintains a playlist of all the songs you intend to listen to on Bandcamp.",
  "icons": {
    "48": "icons/icon-48.png?",
    "96": "icons/icon-96.png?"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.png"
    },
    "default_popup": "popup.html",
    "default_title": "Click me!"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.bandcamp.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    },
    {
      "matches": [
        "*://bandcampdig.dirkdirk.com/*"
      ],
      "js": [
        "website.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "bandcampdig_live@dirkdirk.com",
      "strict_min_version": "58.0"
    }
  }
}

Best Bandcamp Dig Alternatives

Here are some Firefox add-ons that are similar to Bandcamp Dig: