{
"name": "chrome.storage",
"version": "0.1",
"manifest_version": 2,
"description": "sanity test that storage is always enabled for extensions",
"background": {
"scripts": ["background.js"]
},
"permissions": ["tabs"]
}
{
"name": "chrome.storage",
"version": "0.1",
"manifest_version": 2,
"description": "sanity test that storage is always enabled for extensions",
"background": {
"scripts": ["background.js"]
},
"permissions": ["tabs"]
}