Waifu Instrumentality Project

Waifu Instrumentality Project

Make https://waifulabs.com/ more usefull. Save your best Waifu!!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "icons": {
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "default_locale": "en",
  "web_accessible_resources": [
    "scripts/content.js"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://waifulabs.com/"
      ],
      "js": [
        "content_script_loader.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ]
}