Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
18 | Active |
17 | Active |
16 | Active |
15 | Inactive |
14 | Inactive |
13 | Rejected |
12 | Active |
11 | Active |
10 | Active |
9 | Active |
8 | Inactive |
7 | Active |
6 | Rejected |
5 | Active |
4 | Rejected |
3 | Active |
2 | Active |
1 | Inactive |
Hi, do you have a time? The extension.js does't seem to load metadata.json.
What do you mean?
We have `this.metadata` in the entry point if you mean you want `metadata.json` fields: [Extensions Guide: ESModule](https://gjs.guide/extensions/topics/extension.html#example-3)
I reported the issue that conflict this._uuid(it might be my extension id name)s as undefined. https://github.com/howbea/logo-activities/issues/3
"I was reported"
because `this._uuid` is wrong. `this.uuid` is the correct property name.
Thank you very much. I will fix it in next update.