RSI Star Citizen Status Checker

Checks to see the current Start Citizen server status
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "RSI Star Citizen Status Checker",
  "version": "1.1.2",
  "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
}