--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/8610a67b-50ad-4490-b39b-a0de466e2b7dn%40chromium.org.
Ok, allow me to clarify…
I created this extension years ago.
Back then, I packed it myself in Windows (didn't put it in the Chrome store) and made it available to users.
Users have been able to load it by hand and use it in both Windows and macOS ever since.
Occasionally we've had to repack it as Chrome package format changed, but other than that, it's worked fine.
Also, chrome.runtime has been available the whole time.
Recently, when installing the existing .crx file in current versions of chrome, we get a warning message saying that the manifest format has changed, and that the old format will be invalidated in the future. But the extension still loads.
However, since Chrome v106, chrome.runtime has no longer been set (and we display an alert at this time, which has been annoying users).
I tried using the newer manifest format and repacking the extension. However, when I do this, the extension no longer is loaded (because it is not in the Chrome store).
As mentioned in the link I mentioned, chrome.runtime being available in a packed extension changed in v106. As far as I know, this has nothing to do with the recent changes to self-packing rules, but is a separate issue.
My goal - as in the title of this thread - is, is there a way to force chrome.runtime to be set programmatically, without using the workaround the link about the v106 changes mentions. And I want this in a PACKED extension (self or not).
Does that clarify things?
- Tim
You: is your app in the Chrome store?
Me: I tested with a local unpacked extension.
Users have been able to load it by hand and use it in both Windows and macOS ever since.
If you want, I can double check this, and also email you a copy of the .crx file for you to try out.
Google has suggested using a new - EXPERIMENTAL - HID device API,
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/798ce5de-6c21-4df9-a3c5-c7ab99722621n%40chromium.org.