Crystal Saga - Lag Patch / Direct Links

Crystal Saga - Lag Patch / Direct Links

Increases the FPS on Crystal Saga (R2)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Crystal Saga - Lag Patch / Direct Links",
  "version": "0.0.5",
  "manifest_version": 2,
  "description": "Increases the FPS on Crystal Saga (R2)",
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon128.png",
    "default_popup": "src/popup.html"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://r2cdn-encs.r2games.com/*",
        "*://www.r2games.com/play/*"
      ],
      "js": [
        "src/inject.js"
      ]
    }
  ]
}