-7- SRP

-7- SRP

Adds 'Apply for -7- SRP' button for a loss on zkillboard

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "-7- SRP",
  "description": "Adds 'Apply for -7- SRP' button for a loss on zkillboard",
  "version": "0.7.14",
  "author": "Sev3rance Holdings",
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "content_scripts": [
    {
      "js": [
        "apply.js"
      ],
      "matches": [
        "https://zkillboard.com/*"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://docs.google.com/forms/*"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  }
}