Rocks Network CORS Fix

Rocks Network CORS Fix

Fixes CORS related errors for when the API doesn't work

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "description": "Fixes CORS related errors for when the API doesn't work",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj9RSl00AkZCKj9hGCVRkXarl2c6GXieQRT94egiK7V3ysNwDkh2NbKBP/LPOeQiq1J/6APFevr5yBgsPSw4iaWEhsMZ+qxOd9T+oNq8w7Cz+M6C8A/mLBa+2o82JrAxdB9TPbgC8Bv+uL2PcQoMk1lzzPSHlfpDx9V6uWieN1K31jsJu1ogNEv8F+YgZ6KUx/ruytQ4ToFzS/orAGfgJqicfYZaMWSXXAYAyiAl79OhGB8JBF3oSXv/FXCxRzKCMCMXG6cxwwTTQM4UWRwtwSXcQMreIgpZlkC9OIQYtErfXQ0GXZmakiylzzD5nzSC1t/2fSmkVg357okRfRWPk7QIDAQAB",
  "manifest_version": 2,
  "name": "Rocks Network CORS Fix",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*/*",
    "https://abstract.land/api/kahoot.it/rest/*",
    "https://abstract.land/api/kahoot.it/reserve/session/*",
    "https://abstract.land/api/apis.kahoot.it/profanities/nickname/*",
    "https://kahoot.it/rest/*",
    "https://kahoot.it/reserve/session/*",
    "https://apis.kahoot.it/profanities/nickname/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2"
}