#Get manifest information
1 messages · Page 1 of 1 (latest)
Can you elaborate?
Config.js
export const UUID = "your-uuid";
Other-file.js
import { UUID } from "./config.js";
1 messages · Page 1 of 1 (latest)
Is it possible to get manifest information such as the addon version or UUIDs into a script and use them?
Can you elaborate?
Config.js
export const UUID = "your-uuid";
Other-file.js
import { UUID } from "./config.js";