| { | |
| "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" | |
| ] | |
| } |