tachyons-x-ray

tachyons-x-ray

Browser extension for tachyons-debug

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "tachyons-x-ray",
  "description": "Browser extension for tachyons-debug",
  "version": "1.2.1",
  "background": {
    "persistent": false,
    "scripts": [
      "index.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/icon19x.png",
      "38": "icons/icon38x.png"
    }
  },
  "permissions": [
    "activeTab"
  ]
}