Devtools for Tailwind CSS

Devtools for Tailwind CSS

Devtools for Tailwind CSS

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "homepage_url": "https://devtoolsfortailwind.com",
  "description": "Devtools for Tailwind CSS",
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "devtools_page": "./panel.html",
  "browser_action": {
    "default_title": "__MSG_extName__",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  },
  "content_security_policy": "script-src 'unsafe-eval' https://cdn.skypack.dev 'self'  'sha256-NJiKRI/il+u/mGckB8g7UIbJf8ZRdAn2uEtCntnB/wY=' 'sha256-RVKUWnr5wnb+fbxDRLVzpSEw858PlpwgLBqCH2BjLWE=' 'sha256-COOKcJGlnGybrT6EcBXfr3L4yYOiLk84sQ77apt+RxM=' 'sha256-7bCPP/PcnX5Jp2kNdr1sCRfIztDxzrt2IzxxCoRTrTA=' 'sha256-SLBhcuh3zXgRE5rg89fqMiRSqsuke2Gd5SzhYbXvF2g=' 'sha256-/6gew8oNosZTVpovZx0W55fYTb8tK2+fUOYFy0lQ8/M='; object-src 'self'",
  "version": "1.1.1"
}