fcb-test4

fcb-test4

Add fake articles to your facebook wall

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "fcb-test4",
  "description": "Add fake articles to your facebook wall",
  "version": "0.0.4",
  "icons": {
    "128": "icon_128.png"
  },
  "author": "Eric Manzi",
  "background": {
    "persistent": false,
    "scripts": [
      "content.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://www.facebook.com/*"
      ]
    }
  ],
  "permissions": [
    "https://www.facebook.com/*",
    "tabs"
  ]
}