Error while loading " manifest file is missing or unreadable "

19,667 views
Skip to first unread message

Raj

unread,
Jun 12, 2010, 4:54:00 PM6/12/10
to Chromium-extensions
I tried sample (Hello I/O) extension in unpacked mode . . error
message showing this " manifest file is missing or unreadable " .

PhistucK

unread,
Jun 15, 2010, 1:13:54 AM6/15/10
to Raj, Chromium-extensions
List the files in your unpacked extension directory, as well as the content of manifest.json.

☆PhistucK


On Sat, Jun 12, 2010 at 23:54, Raj <inbam...@gmail.com> wrote:
I tried sample (Hello I/O) extension in unpacked mode . . error
message showing this " manifest file is missing or unreadable " .

--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en.


PhistucK

unread,
Jun 15, 2010, 5:05:31 AM6/15/10
to Raj, Chromium-extensions
Shows up for me -

☆PhistucK


On Tue, Jun 15, 2010 at 12:03, Raj <inbam...@gmail.com> wrote:
Dear Phistuck,

Thank you for your reply . I found the mistakes that I have done while loading my extension . The above mentioned error is due to the extension of manifest file is like "manifest.json.txt". Now I have developed and uploaded that extension as well . 

My extension is Google Tamil News . I have selected the language Tamil (தமிழ்) when I upload and publish into the gallery . But Now If I select the the same language in the extension gallery on web, My extension Google Tamil News is not listed , in turn , its listed in all language gallery. 

Since only Tamil known people will use this extension , I should listed this gallery in the specific language. Please help me to do so .

Regards,
Rajkumar

Стилиян Стефанов

unread,
Jun 15, 2010, 10:42:00 AM6/15/10
to chromium-...@chromium.org
Make sure the manifest.json file is UTF-8 encoded. ANSI and other character encoded files do not work.

Regards,
Stiliyan Stefanov

Стилиян Стефанов

unread,
Jun 16, 2010, 4:57:26 PM6/16/10
to Raj, chromium-...@chromium.org
You can use whatever language and locale you want in the feed.html and any other html file, as long as the manifest file is encoded in Unicode. The manifest file contains only latin characters, so there is no problem for it to be in UTF-8. The only limitation is that the name and description will be in English. Encode your background page and/or options page in the usual character encoding for your country and you should be good to go.

Regards,
Stiliyan Stefanov

2010/6/16 Raj <inbam...@gmail.com>
I have placed my manifest file contents. Please check it out .

{
  "name": "Google Tamil News",
  "version": "1.1.1",
  "description": "Displays the first 5 items from the 'Tamil Google News - top news' RSS feed in a popup.",
  "icons": { "128": "news_icon.png" },
  "browser_action": {
    "default_title": "Google News",
  "default_locale": "ta" ,   "default_icon": "news_action.png",
    "popup": "feed.html"
  },
  "permissions": [
    "tabs",
  ]
}

Is this prevent my extension from other language list in the gallery ?

Regards,
Rajkumar


2010/6/15 Стилиян Стефанов <sirst...@gmail.com>
Make sure the manifest.json file is UTF-8 encoded. ANSI and other character encoded files do not work.

Regards,
Stiliyan Stefanov

--

Raj kishore

unread,
Nov 14, 2016, 12:01:32 PM11/14/16
to Chromium-Extensions-Announce, inbam...@gmail.com


On Sunday, June 13, 2010 at 2:24:00 AM UTC+5:30, Raj wrote:
I tried sample (Hello I/O) extension in unpacked mode . . error
message showing this " manifest file is missing or unreadable " .


how to solve this please help 
1111.JPG

PhistucK

unread,
Nov 14, 2016, 12:29:38 PM11/14/16
to Raj kishore, Chromium-Extensions-Announce, Raj
You can search crbug.com for an existing issue and star it. If you cannot find one, file a new issue using the "New issue" link on the same page.
Please, do not add a "+1" or "Me too" or "Confirmed" (or similar) comment. It just wastes the time of Chrome engineers and sends unnecessary e-mails to all of the people who starred the issue.

You can reply with a link to the found or created issue and might get triaged (and fixed) faster.

Thank you.



PhistucK

--
You received this message because you are subscribed to the Google Groups "Chromium-Extensions-Announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
To post to this group, send email to chromium-extensions@chromium.org.
Visit this group at https://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/2fdf6216-e54b-49db-b738-02a198b39d29%40chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.

Reply all
Reply to author
Forward
0 new messages