{
"manifest_version" : 2,
"name": "kittenbook",
"description" : "Replace photos on Facebook with kittens",
"version": "0.0.1"
"content_scripts": [
{
"matches": ["*://www.facebook.com/*"],
"js": [kittenbook.js"]
}
}
Can someone explain to me what is wrong with this?
Failed to load extension from: ~\kittenbook.html Manifest is not valid JSON. Line: 6, column: 3, Syntax error.