UwUify

UwUify

Will make all pages twanswated to UwU wanguage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "UwUify",
  "version": "1.1.1",
  "description": "Will make all pages twanswated to UwU wanguage",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "browser_style": true,
    "default_popup": "options.html",
    "default_icon": {
      "128": "icon.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}