{
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "fxa@mozac.org"
    }
  },
  "name": "Mozilla Android Components - Firefox Accounts WebChannel",
  "version": "${version}",
  "content_scripts": [
    {
      "matches": [
        "https://accounts.firefox.com/*",
        "https://stable.dev.lcip.org/*",
        "https://accounts.stage.mozaws.net/*",
        "https://latest.dev.lcip.org/*",
        "https://accounts.firefox.com.cn/*"
      ],
      "js": ["fxawebchannel.js"],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": ["background.js"]
  },
  "permissions": [
    "mozillaAddons",
    "geckoViewAddons",
    "nativeMessaging",
    "nativeMessagingFromContent",
    "<all_urls>"
  ]
}
