Voices by Listnr for Chrome

Voices by Listnr for Chrome

Play by Listnr - Listen to your favourite articles on the internet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Play by Listnr - Listen to your favourite articles on the internet",
  "version": "4.2.16",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArFTfqlPec9FNL7Cz6HBe0zZJAqPzk8EcZC6JNCPKmtfq0+q75GfvV7VDVDkD2Ds5VlvAcpTMOf1yeogYt+ivFI/Z4fZ+wQ8BqHejiHPDR7419AR6nxQr2/RAcFLObbv4ZqENn/2udIDljK7DiSKmuu8zMPC3KhEuPYTNe2NFfogY7CF8pzaGm7YGstE4ZQf3uqzblIL7sGHS07gyT88Gcwi2F4OfIx90oT7Uv+pC6xsQXFHclkUV9HwSMzfEsMt2dPQ74RwJEzGldQyUryB68icQNBKEQa0TDlaGmxEH0ZkLZcP7ApISGUJSH5UVNj4l94FZL+Wt6g/R0iG8xQp1nQIDAQAB",
  "manifest_version": 3,
  "name": "Voices by Listnr for Chrome",
  "background": {
    "service_worker": "background.bundle.js",
    "persistence": true
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "contentScript.bundle.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": []
    }
  ]
}