{
"name": "Reads and writes the Dice response header",
"description": "Reads and writes the Dice response header",
"manifest_version": 2,
"permissions": ["webRequest", "webRequestBlocking", "<all_urls>"],
"version": "0.1",
"background": {
"scripts": ["background.js"],
"persistent": true
}
}