Kosher Play

Kosher Play

Kosher Play Web Filtering

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Kosher Play",
  "version": "4.9",
  "description": "Kosher Play Web Filtering",
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "background",
    "tabs",
    "nativeMessaging",
    "storage",
    "http://localhost:9568/api/Ks"
  ],
  "icons": {
    "48": "ks_logo.png",
    "128": "ks_logo.png"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}