ScoreSaber Easy Installer

ScoreSaber Easy Installer

Adds a super easy way to download songs straight from ScoreSaber!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_title__",
  "version": "2.2",
  "description": "__MSG_description__",
  "manifest_version": 2,
  "permissions": [
    "*://*.scoresaber.com/leaderboard/*",
    "*://api.beatsaver.com/*"
  ],
  "icons": {
    "16": "./icons/icon_16.png",
    "32": "./icons/icon_32.png",
    "64": "./icons/icon_64.png",
    "128": "./icons/icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.scoresaber.com/*"
      ],
      "js": [
        "main.js"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "en",
  "web_accessible_resources": [
    "download-icon.svg"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{03e56190-a63e-4e0c-85c8-64bc27d52e08}"
    }
  }
}