Chrome-Store-Foxified icon indicating copy to clipboard operation
Chrome-Store-Foxified copied to clipboard

Unexpected property was found in the WebExtension manifest

Open mirh opened this issue 6 years ago • 5 comments

While installing this on windows with FF56

mirh avatar Nov 08 '17 18:11 mirh

May you copy paste the exact error here please. Was it in the review process? You would have to modify the manifest of the extension. I don't modify extensions for people as it takes too much time for me :(

Noitidart avatar Nov 09 '17 14:11 Noitidart

Reading manifest: Error processing update_url: An unexpected property was found in the WebExtension manifest.

Manifest.json in turn is

{"update_url":"https://clients2.google.com/service/update2/crx","manifest_version":2,"name":"__MSG_appName__","short_name":"__MSG_appShortName__","default_locale":"it","version":"0.3","description":"__MSG_appDesc__","permissions":["proxy","tabs","storage","notifications"],"icons":{"16":"icons/icon16.png","32":"icons/icon32.png","48":"icons/icon48.png","128":"icons/icon128.png"},"background":{"scripts":["background.js"]},"browser_action":{"browser_style":true,"default_popup":"popup/popup.html","default_icon":{"19":"icons/icon19.png","38":"icons/icon38.png"}},"applications":{"gecko":{"id":"jaaackgcbbghbogihiaakoeljhpaimao@chrome-store-foxified-unsigned"}}}

mirh avatar Nov 09 '17 15:11 mirh

Is that causing installation to fail? Or review to fail? From the looks of it, that should just be a warning and it should still work.

Noitidart avatar Nov 09 '17 15:11 Noitidart

It installs eventually (it doesn't seem to be exactly working though, but that's another matter), but I thought you'd have been interested to this.

mirh avatar Nov 09 '17 15:11 mirh

Thanks for sharing I definitely am interested I am landing a helpful thing for this though soon. From each addon there will be an associated "Forum Topic" where people can chat about how they got it to work. So if someone else got it to work you can download their fix (if they uploaded one, or if they described how to do it). :)

I wish I could help more its just I don't have time (im actually at work right now haha posting on the side evily)

Noitidart avatar Nov 09 '17 15:11 Noitidart