FYA Web Control

FYA Web Control

Allows surfing specific websites only.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "FYA Web Control",
  "version": "0.0.8",
  "description": "Allows surfing specific websites only.",
  "icons": {
    "16": "chatbot16.png",
    "32": "chatbot32.png",
    "48": "chatbot48.png",
    "128": "chatbot128.png"
  },
  "action": {
    "default_icon": {
      "16": "chatbot16.png",
      "32": "chatbot32.png",
      "48": "chatbot48.png",
      "128": "chatbot128.png"
    }
  },
  "permissions": [
    "declarativeNetRequest"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules_v2.json"
      }
    ]
  }
}