LearnWithParrot

LearnWithParrot

Learn vocabulary with learnwithparrot.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "LearnWithParrot",
  "version": "0.0.0.2",
  "manifest_version": 2,
  "description": "Learn vocabulary with learnwithparrot.com",
  "icons": {
    "16": "images/parrot_1.png",
    "512": "images/parrot_4.png"
  },
  "browser_action": {
    "default_icon": "images/parrot_4.png"
  },
  "web_accessible_resources": [
    "fonts/*",
    "images/*",
    "line-awesome.min.css"
  ],
  "content_scripts": [
    {
      "js": [
        "browser-polyfill.min.js",
        "content-script.js"
      ],
      "css": [
        "line-awesome.min.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "notifications",
    "storage",
    "contextMenus",
    "*://*/*"
  ],
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://apis.google.com https://www.googleapis.com https://translate.googleapis.com; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}