{
  "exclude": [
    "**/bin",
    "**/bower_components",
    "**/jspm_packages",
    "**/node_modules",
    "**/obj",
    "**/platforms"
  ],
  "background": {
    "scripts": [
      "browser-polyfill.js"
    ]
  },

  "content_scripts": [
    {
      "matches": "http://eqas.keqas.org/",
      "js": [
        "browser-polyfill.js"
      ],
      "all_frames": true
    },
    {
      "matches": [ "http://localhost:63502/" ],
      "js": [ "browser-polyfill.js" ],
      "all_frames": true
    },
    {
      "matches": [ "http://localhost:63502/Scripts/es6/person.js" ],
      "js": [ "browser-polyfill.js" ],
      "all_frames": true

    },
    {
      "matches": [ "http://localhost:63502/Scripts/build/bundle_extension.js" ],
      "js": [ "browser-polyfill.js" ],
      "all_frames": true

    }
  ],

  "manifest_version": 2,
  "default_locale": "en",
  "name": "cowarddrone",

  "version": "0.1",

  "permissions": [
    "*://developer.mozilla.org/*",
    "<all_urls>",
    "tabs"
  ]
}
