Skip to main content
GET
/
manifest
/
file
Get manifest file
curl --request GET \
  --url https://api.secureannex.com/v0/manifest/file \
  --header 'x-api-key: <api-key>'
{
  "result": [
    {}
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication

Query Parameters

extension_id
string

Extension ID (32 character hex string for Chrome/Edge, numeric for Firefox/VSCode)

version
string

Extension version

platform
enum<string>
default:chrome

Platform to query

Available options:
chrome,
firefox,
edge,
vscode,
openvsx
raw
boolean
default:false

Return raw manifest without resolving _MSG variables

Response

Successful response

result
object[]

Manifest JSON object

I