BetterRYM

BetterRYM

Improvements for RateYourMusic

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "BetterRYM",
  "icons": {
    "16": "sonemic-16.png",
    "48": "sonemic-48.png",
    "128": "sonemic-128.png"
  },
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "browser-polyfill.js",
        "content.js"
      ],
      "matches": [
        "*://*.rateyourmusic.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "page_action": {
    "default_icon": {
      "19": "extension-enabled-19.png",
      "38": "extension-enabled-38.png"
    },
    "default_title": "BetterRYM enabled"
  },
  "permissions": [
    "storage",
    "downloads",
    "tabs",
    "*://*/*"
  ],
  "description": "Improvements for RateYourMusic",
  "version": "4.25.3",
  "browser_specific_settings": {
    "gecko": {
      "id": "{28ab39f0-2bc5-4849-879e-926b5ad960e0}"
    }
  }
}