{
"name": "Platform Test",
"manifest_version": 2,
"version": "1",
"app": {
"background": {
"scripts": ["background.js"]
},
"launch": {
// Launch section is not allowed for platform apps.
}
}
}
{
"name": "Platform Test",
"manifest_version": 2,
"version": "1",
"app": {
"background": {
"scripts": ["background.js"]
},
"launch": {
// Launch section is not allowed for platform apps.
}
}
}