Lovers Quarrel

Lovers Quarrel

Official score extension for Lovers Quarrel

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Lovers Quarrel",
  "description": "Official score extension for Lovers Quarrel",
  "version": "3.0.2",
  "manifest_version": 3,
  "icons": {
    "16": "./RL10_128.png",
    "32": "./RL10.png",
    "48": "./RL10.png",
    "128": "./RL10.png"
  },
  "host_permissions": [
    "https://api.loversquarrel.lk/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "./RL10.png",
      "32": "./RL10.png",
      "48": "./RL10.png",
      "128": "./RL10.png"
    }
  }
}