Slide 24
Slide 24 text
manifest-melhorzinho.json
{
"name":
"Olar
mundo
cruel",
"version":
"2",
"manifest_version":
2,
"minimum_chrome_version":
"32",
"app":
{
"background":
{
"scripts":
["background.js"]
}
},
"permissions":
[
{"fileSystem":
["write",
"retainEntries",
"directory"]},
"storage"
],
"file_handlers":
{
"text":
{
"types":
[
"text/*"
],
"title":
"Text
editor"
}
}
}