family

family

2wu statics

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "family",
  "version": "0.9.0",
  "description": "2wu statics",
  "browser_action": {
    "default_title": "family"
  },
  "manifest_version": 2,
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/topicComments?id=161988"
      ],
      "js": [
        "js/jquery.js",
        "js/inject.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "/js/family.js"
  ]
}