{
"name": "Platform App",
"version": "1",
"manifest_version": 2,
"app": {
"background": {
"scripts": ["background.js"]
},
"content_security_policy": "default-src 'self' https://www.google.com"
}
}
{
"name": "Platform App",
"version": "1",
"manifest_version": 2,
"app": {
"background": {
"scripts": ["background.js"]
},
"content_security_policy": "default-src 'self' https://www.google.com"
}
}