missing or unreadable manifest.json chrome extension -
i having problems trying create simple personalized shortcut on chrome's new tab page. having no experience in coding world, followed steps in cool site.
the problem when loading uncompressed extension, mentions cannot find manifest file or unreadable.
{ “manifest_version”: 2, “name”: “cnn“, “description”: “cnn site“, “version”: “1.0″, “icons”: { “128″: “128.png” }, “app”: { “urls”: [ "http://cnn.com/" ], “launch”: { “web_url”: “http://cnn.com/” } }, “permissions”: [ "unlimitedstorage", "notifications" ] }
is correct? have chrome language set portuguese? have created 128.png image, , notepad title exacly "manifest.json"
hope can help, cheers srd
your quotation marks don't correct.
instead of using “
, ”
, use "
.
Comments
Post a Comment