blob: c6dbc2b94164f04b4e36e3a3fa7b57bb56c55e9b [file]
{
"name": "Pouchdb Tests",
"description": "Pouchdb chrome app tests",
"version": "0.1",
"manifest_version": 1,
"app": {
"background": {
"scripts": ["./tests/chromeappbackground.js"]
}
},
"content_security_policy": "default-src 'none' ; script-src 'self' 'http://localhost' 'unsafe-eval'; object-src 'self' 'http://localhost'",
"permissions": [
"storage"
]
}