{
  "description": "Inserts an extra header in web requests indicating where the user's decentralized ID software is hosted",
  "manifest_version": 2,
  "name": "its-our-web",
  "version": "1.0",
  "homepage_url": "https://did.itsourweb.org",
  "icons": {
    "48": "icons/person-48.png"
  },
  "author": "Kim Cameron",

  "permissions": [
    "webRequest", 
    "webRequestBlocking", 
    "storage",
    "https://*/*"
  ],
  
  "background": {
    "scripts": ["background.js"],
    "persistent": true
  },

  "browser_action": {
    "default_icon": "icons/person-32.png",
    "default_title": "Control whether sites are told you have a DID",
    "default_popup": "popup/configure_imw.html"
  }
}
