fb pleasant theme

fb pleasant theme

changes the appearance of facebook to a more friendly theme.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "fb pleasant theme",
  "version": "2.0",
  "description": "changes the appearance of facebook to a more friendly theme.",
  "icons": {
    "48": "img.png",
    "96": "img.png"
  },
  "web_accessible_resources": [
    "first.png"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.facebook.com/*"
      ],
      "css": [
        "z.css"
      ]
    }
  ]
}