Beatport Key Changer

Beatport Key Changer

Adjust keys on Beatport.com to display however you'd like.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Beatport Key Changer",
  "version": "1.0",
  "description": "Adjust keys on Beatport.com to display however you'd like.",
  "background": {
    "scripts": [
      "stand-up.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_popup": "/popup/popup.html",
    "default_icon": {
      "16": "images/16.png",
      "32": "images/32.png",
      "48": "images/48.png",
      "128": "images/128.png"
    }
  },
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "permissions": [
    "declarativeContent",
    "storage",
    "activeTab"
  ],
  "options_page": "options/options.html",
  "manifest_version": 2
}