anthonynosek / sprint-reader-chrome

A speed reading Google Chrome extension (via Rapid Serial Visual Presentation).
Other
219 stars 54 forks source link

"Invalid Manifest" error in Linux Chrome #44

Closed anthonynosek closed 1 month ago

anthonynosek commented 1 month ago
          Well... poop! I uninstalled 2.5 and when I try to install 3.0 from the store, I get an "Invalid manifest" error. The console.log just says

"Unchecked runtime.lastError: Invalid manifest"

So now I can't use the extension at all! Sad face.

I don't see any other debug info... Looking at the manifest, the only thing I notice is that there is no linux option for the hotkey, but I doubt that would cause the install to fail: https://github.com/anthonynosek/sprint-reader-chrome/blob/master/manifest.json#L36

Having said that, it looks like other HAVE seen failures for this reason. The trick seems to be that it needs a default option? https://groups.google.com/a/chromium.org/g/chromium-extensions/c/QqN2H2mVMuQ?pli=1

Originally posted by @JamesNewton in https://github.com/anthonynosek/sprint-reader-chrome/issues/42#issuecomment-2380896906

anthonynosek commented 1 month ago

@JamesNewton Can you let me know your setup, Linux distribution, source for Chrome etc?

JamesNewton commented 1 month ago

I've tried it on multiple machines. Ubuntu 18 and 22. Also Mint Cinnamon. Chrome is always up to date, latest. Version 128.0.6613.137 (Official Build) (64-bit)

pretty sure it just needs a default option in the manifest.

anthonynosek commented 1 month ago

@JamesNewton I will aim to release a new version with additions to the 'manifest' before the end of the week. We can see if that resolves the issue.

anthonynosek commented 1 month ago

@JamesNewton New version 3.0.1 has been submitted to the Chrome Store. Please update here once you have access to it.

anthonynosek commented 1 month ago

Version 3.0.2 released. Manifest has been updated.

JamesNewton commented 1 month ago

Works perfectly! Thank you!

anthonynosek commented 1 month ago

@JamesNewton will close this issue.