Blame lang/js/DemoExtension/manifest.json

Packit Service 30b792
{
Packit Service 30b792
  "manifest_version": 2,
Packit Service 30b792
Packit Service 30b792
  "name": "gpgme-json with native Messaging",
Packit Service 30b792
  "description": "A simple demo application",
Packit Service 30b792
  "version": "0.1",
Packit Service 30b792
  "content_security_policy": "default-src 'self' filesystem:",
Packit Service 30b792
  "browser_action": {
Packit Service 30b792
    "default_icon": "testicon.png",
Packit Service 30b792
    "default_title": "gpgme.js",
Packit Service 30b792
    "default_popup": "popup.html"
Packit Service 30b792
  },
Packit Service 30b792
  "permissions": ["nativeMessaging", "activeTab"]
Packit Service 30b792
}