Become Waifu

Become Waifu

If you have no waifu, you can become her

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Become Waifu",
  "version": "0.0.1",
  "manifest_version": 3,
  "description": "If you have no waifu, you can become her",
  "homepage_url": "https://github.com/moonrailgun/become-waifu",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "[email protected]",
    "48": "[email protected]",
    "128": "[email protected]"
  },
  "action": {
    "default_title": "Trans!",
    "default_icon": "[email protected]"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "vendor/*",
        "lib/*",
        "injected.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}