PUNoted Data Forwarder Firefox

Examine source code of PUNoted Data Forwarder

Inspect and view changes in PUNoted Data Forwarder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "PUNoted Data Forwarder",
  "version": "1.2.3",
  "description": "Browser extension to capture Prosperous Universe data, authenticate users, and forward data in batches.",
  "host_permissions": [
    "https://apex.prosperousuniverse.com/*",
    "https://*.punoted.net/*"
  ],
  "permissions": [
    "storage",
    "alarms"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://apex.prosperousuniverse.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://punoted.net/*"
      ],
      "js": [
        "web_sync.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "injected-script.js",
        "prun-message-decoder.js"
      ],
      "matches": [
        "https://apex.prosperousuniverse.com/*"
      ]
    }
  ],
  "icons": {
    "128": "icons/icon128.png"
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self'; script-src 'self'; connect-src 'self' https://api.punoted.net https://punoted.net; style-src 'self' https://cdn.jsdelivr.net; font-src 'self' https://cdn.jsdelivr.net; object-src 'none';"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f5e9c0b2-4276-4a7d-a963-4cfe81882afe}",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "websiteContent"
        ]
      }
    },
    "gecko_android": {}
  }
}

Best PUNoted Data Forwarder Alternatives

Here are some Firefox add-ons that are similar to PUNoted Data Forwarder: