Zoho Creator Language Patcher

Zoho Creator Language Patcher

This extension will patch Zoho Creator UI for your language

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Zoho Creator Language Patcher",
  "version": "0.3",
  "description": "This extension will patch Zoho Creator UI  for your language",
  "options_page": "background.html",
  "permissions": [
    "storage",
    "https://creator.zoho.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://creator.zoho.com/*"
      ],
      "js": [
        "jquery.js",
        "data.js",
        "update.js"
      ],
      "run_at": "document_idle"
    }
  ]
}