Skip to content

Add environment variable for WebExtensions example.json #782

Description

@caugner

Currently, the URL is hard-coded:

pub fn update_web_ext_examples(base_path: &Path) -> Result<(), DepsError> {
get_json(
"web_ext_examples",
"https://raw.githubusercontent.com/mdn/webextensions-examples/main/examples.json",
base_path,
)?;
Ok(())
}

Blocks mdn/webextensions-examples#640.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions