EviCypher Webmail & Cloud

EviCypher Webmail & Cloud

Contactless encryption of instant messaging, email and social networks via Freemindtronic's EviCypher NFC device technology

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "version": "1.15.0",
  "icons": {
    "48": "/favicon.a73afb0e.png"
  },
  "permissions": [
    "storage",
    "nativeMessaging"
  ],
  "background": {
    "scripts": [
      "/up_/src/background/main.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://correu.andorra.ad/owa/*"
      ],
      "all_frames": true,
      "js": [
        "/content-script-andorratelecom.js"
      ]
    },
    {
      "matches": [
        "https://mail.google.com/mail/*"
      ],
      "all_frames": true,
      "js": [
        "/content-script-gmail.js"
      ]
    },
    {
      "matches": [
        "https://missatgeria.govern.ad/*"
      ],
      "all_frames": true,
      "js": [
        "/content-script-govern-full.js"
      ]
    },
    {
      "matches": [
        "https://missatgeria.govern.ad/*"
      ],
      "all_frames": true,
      "js": [
        "/content-script-govern-light.js"
      ]
    },
    {
      "matches": [
        "https://www-mail.icloud-sandbox.com/*",
        "https://www.icloud.com/*"
      ],
      "all_frames": true,
      "js": [
        "/content-script-icloud.js"
      ]
    },
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "all_frames": true,
      "js": [
        "/content-script-linkedin.js"
      ]
    },
    {
      "matches": [
        "https://outlook.live.com/mail/*"
      ],
      "all_frames": true,
      "js": [
        "/content-script-outlook.js"
      ]
    },
    {
      "matches": [
        "https://webmail.mail.ovh.net/owa/*"
      ],
      "all_frames": true,
      "js": [
        "/content-script-outlook-old.js"
      ]
    },
    {
      "matches": [
        "https://mail.proton.me/*"
      ],
      "all_frames": true,
      "js": [
        "/content-script-proton.js"
      ]
    },
    {
      "matches": [
        "https://mail.ovh.net/owa/*"
      ],
      "all_frames": true,
      "js": [
        "/content-script-roundcube.js"
      ]
    },
    {
      "matches": [
        "https://web.telegram.org/k/*"
      ],
      "all_frames": true,
      "js": [
        "/content-script-telegram.js"
      ]
    },
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "all_frames": true,
      "js": [
        "/content-script-whatsapp.js"
      ]
    },
    {
      "matches": [
        "https://mail.yahoo.com/*"
      ],
      "all_frames": true,
      "js": [
        "/content-script-yahoo.js"
      ]
    },
    {
      "matches": [
        "https://mail.yandex.com/*"
      ],
      "all_frames": true,
      "js": [
        "/content-script-yandex.js"
      ]
    },
    {
      "matches": [
        "https://mail.zoho.eu/zm/*"
      ],
      "all_frames": true,
      "js": [
        "/content-script-zoho.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "/content-script-bitb.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/content-script-autofill.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "web_accessible_resources": [
    "loading.gif",
    "locales/*/strings.json"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}