Post not yet marked as solved
here is the beginning of my manifest.json
"name": "\_\_MSG_fullName\_\_",
"short_name": "Pocari",
"version": "2.0.7",
"default_locale": "en",
"description": "\_\_MSG_Description\_\_",
Post not yet marked as solved
Is it normal for this to be random?
As in, I was able to upload my extension, and then received an email saying I was missing an icon size. Easy to fix. When I go to upload it again, it is once again complaining about the missing messages.json.
Post not yet marked as solved
I received this message in my email, but still have not been able to resolve it:
ITMS-90862: Invalid messages file - The messages.json validation failed for locale en in the Safari web extension bundle Pocari.app/Contents/PlugIns/Pocari Extension.appex. The name field must be present, of string type, and 40 or fewer characters long.
ITMS-90862: Invalid messages file - The messages.json validation failed for locale en in the Safari web extension bundle Pocari.app/Contents/PlugIns/Pocari Extension.appex. The description field must be present, of string type, and 112 or fewer characters long.
My messages.json looks like this:
{
		"fullName": {
				"message": "Pocari Safari Extension",
				"description": "Name of the extension."
		},
		"Name": {
				"message": "Pocari Safari Extension",
				"description": "Name of the extension."
		},
		"Description": {
				"message": "Pocari Safari Extension",
				"description": "Description of the extension."