Block-Site icon indicating copy to clipboard operation
Block-Site copied to clipboard

what is value for install_url

Open vmachacek opened this issue 2 years ago • 0 comments

when i want to add policy to policies.json with follows new standard, what is the install_url value? In other words where is the latest xpi installation file hosted?

so far i have something like this

{
    "policies": {
        "ExtensionSettings": {
            "{54e2eb33-18eb-46ad-a4e4-1329c29f6e17}": {
                "install_url": "???",
                "installation_mode": "force_installed"
            },
         ....
        }
    }
}

vmachacek avatar Mar 24 '22 18:03 vmachacek