Element Theme Roller

Element Theme Roller

Customize all Design Tokens of Element UI and preview in real-time

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Element Theme Roller",
  "version": "0.0.9",
  "description": "Customize all Design Tokens of Element UI and preview in real-time",
  "web_accessible_resources": [
    "entry.js"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Element Theme Roller"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "manifest_version": 2,
  "permissions": [
    "activeTab",
    "storage",
    "https://*.ele.me/",
    "https://*.elenet.me/"
  ]
}