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.

http://www.howtogeek.com/169220/how-to-create-custom-chrome-web-app-shortcuts-for-your-favorite-websites/

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

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -