Mango Agency Productivity Tool

Mango Agency Productivity Tool

Change Trello Direction to rtl. For all Persian speakers :)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Mango Agency Productivity Tool",
  "version": "0.0.5",
  "manifest_version": 2,
  "description": "Change Trello Direction to rtl. For all Persian speakers :)",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://trello.com/*"
      ],
      "js": [
        "Converter.js",
        "contentScript.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "page_action": {
    "default_icon": {
      "19": "icon.png",
      "38": "icon.png"
    },
    "default_title": "Mango APT"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}