blob: cb86037fe3b26140596de77f483ed02cad41d5a8 [file] [log] [blame]
{
"name": "Platform App",
"version": "1",
"manifest_version": 2,
"app": {
"background": {
"scripts": ["background.js"]
},
"content_security_policy": "default-src 'self' https://www.google.com"
},
// Base 64 encoding of "whitelist me", so that we can have a stable ID.
"key": "d2hpdGVsaXN0IG1l"
}