Lingopie - Language Learning with Netflix

Lingopie - Language Learning with Netflix

What if Netflix and Lingopie had a baby? Well, wonder no more, here it is!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Lingopie - Language Learning with Netflix",
  "description": "What if Netflix and Lingopie had a baby? Well, wonder no more, here it is!",
  "version": "1.5.5",
  "content_scripts": [
    {
      "matches": [
        "https://*.netflix.com/*"
      ],
      "js": [
        "setup.js"
      ],
      "css": [
        "dist/assets/index-77fce68d.css"
      ]
    },
    {
      "matches": [
        "https://*.lingopie.com/*"
      ],
      "js": [
        "extensionLoaded.js"
      ],
      "run_at": "document_start",
      "world": "MAIN"
    }
  ],
  "action": {
    "default_popup": "popup/index.html"
  },
  "background": {
    "service_worker": "sw.js"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "dist/assets/index-3a90ffd8.js"
      ],
      "matches": [
        "https://*.netflix.com/*"
      ]
    },
    {
      "resources": [
        "dist/images/*.png"
      ],
      "matches": [
        "https://*.netflix.com/*"
      ]
    }
  ],
  "permissions": [
    "storage",
    "activeTab"
  ]
}