#Get manifest information

1 messages · Page 1 of 1 (latest)

clear echo
#

Is it possible to get manifest information such as the addon version or UUIDs into a script and use them?

atomic totem
#

Nope

#

You can create a config file and put your UUID in there

clear echo
atomic totem
#

Config.js

export const UUID = "your-uuid";

Other-file.js

import { UUID } from "./config.js";