{
"name": "test",
"manifest_version": 2,
"description": "I specify an options_page but it should be ignored.",
"version": "1",
"app": {
"background": {
"scripts": ["background.js"]
}
},
"options_page": "options.html"
}
{
"name": "test",
"manifest_version": 2,
"description": "I specify an options_page but it should be ignored.",
"version": "1",
"app": {
"background": {
"scripts": ["background.js"]
}
},
"options_page": "options.html"
}