RSI Star Citizen Status Checker

RSI Star Citizen Status Checker

Checks to see the current Start Citizen server status

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "RSI Star Citizen Status Checker",
  "version": "1.1.1",
  "description": "Checks to see the current Start Citizen server status",
  "permissions": [
    "https://*.robertsspaceindustries.com/"
  ],
  "background": {
    "scripts": [
      "jquery-3.5.1.min.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "images/sc.png"
    }
  },
  "icons": {
    "48": "images/sc.png",
    "128": "images/sc128.png"
  },
  "manifest_version": 2
}