Figma Lingua - Language Pack

Figma Lingua - Language Pack

Figma Lingua Extension adapts the user interface of Figma to your native language.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Figma Lingua - Language Pack for Figma",
  "version": "1.0.5.0",
  "author": "bot-idea",
  "description": "Language Pack for Figma",
  "short_name": "Figma Lingua",
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "scripting",
    "https://raw.githubusercontent.com/githnow/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a3c1ba83-5b32-4d39-b142-5ce474590aff}",
      "strict_min_version": "57.0"
    }
  },
  "browser_action": {
    "default_title": "Figma Lingua",
    "default_popup": "popup.html",
    "default_icon": "assets/icon48.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.figma.com/*",
        "https://raw.githubusercontent.com/githnow/*"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "manifest_version": 2
}