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