aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/BrowserTestExtension/manifest.json
blob: a9e605bc5f26de53d80b44e4eafdc73055777963 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "manifest_version": 2,

    "name": "Browsertests for gpgmejs",
    "description": "Run the browsertests.",
    "version": "0.1",
    "content_security_policy": "default-src 'self' filesystem:",
    "browser_action": {
      "default_icon": "testicon.png",
      "default_popup": "popup.html"
    },
    "permissions": ["nativeMessaging", "activeTab"]
  }