SC Bridge Sync Firefox

Examine source code of SC Bridge Sync

Inspect and view changes in SC Bridge Sync source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SC Bridge Sync",
  "description": "Syncs your Star Citizen hangar data from RSI to SC Bridge. Ships, insurance, pledges, CCU chains, and custom ship names.",
  "version": "0.6.0",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "cookies",
    "storage",
    "tabs",
    "alarms",
    "https://robertsspaceindustries.com/*",
    "https://*.robertsspaceindustries.com/*",
    "https://scbridge.app/*",
    "https://staging.scbridge.app/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "sync@scbridge.app",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "personallyIdentifyingInfo",
          "authenticationInfo",
          "websiteContent"
        ],
        "optional": []
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "SC Bridge Sync",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://scbridge.app/*",
        "https://staging.scbridge.app/*"
      ],
      "js": [
        "content-scripts/bridge.js"
      ]
    },
    {
      "matches": [
        "https://robertsspaceindustries.com/*/*/account/pledges*",
        "https://robertsspaceindustries.com/*/account/pledges*",
        "https://robertsspaceindustries.com/account/pledges*"
      ],
      "run_at": "document_idle",
      "css": [
        "content-scripts/hangar.css"
      ],
      "js": [
        "content-scripts/hangar.js"
      ]
    }
  ]
}

Best SC Bridge Sync Alternatives

Here are some Firefox add-ons that are similar to SC Bridge Sync: