Closed ramazansancar closed 1 year ago
Hey there, this is actually working expected but the text appears to be slightly incorrect. A GUID is required for all extensions on addons.thunderbird.net.
You can find an example of a GUID from our sample-extensions repo: https://github.com/thundernest/sample-extensions/blob/master/hello-world/manifest.json#L9
In this case you need to add or update your browser_specific_settings
area, and add an id
. This id can be a unique UUID or an email like string (so maybe like netflixviewingactivity@ramazansancar.com.tr
)
Cheers, Mel
Hey there, this is actually working expected but the text appears to be slightly incorrect. A GUID is required for all extensions on addons.thunderbird.net.
You can find an example of a GUID from our sample-extensions repo: https://github.com/thundernest/sample-extensions/blob/master/hello-world/manifest.json#L9
In this case you need to add or update your
browser_specific_settings
area, and add anid
. This id can be a unique UUID or an email like string (so maybe likenetflixviewingactivity@ramazansancar.com.tr
)Cheers, Mel
Thanks for Help :)
Describe the problem and steps to reproduce it:
(Please include as many details as possible.)
What happened?
What did you expect to happen?
Anything else we should know?
(Please include a link to the page, screenshots and any relevant files.)