CSS Spider

CSS Spider

The fastest and easiest way to check, copy and edit CSS

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "CSS-Spider",
  "name": "CSS Spider",
  "version": "1.2",
  "description": "The fastest and easiest way to check, copy and edit CSS",
  "manifest_version": 2,
  "browser_action": {
    "default_title": "Css Spider"
  },
  "icons": {
    "128": "logo.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "activeTab",
    "http://*/",
    "https://*/"
  ]
}