Simple Dan

Simple Dan

Simple Dan with options

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "exclude_globs": [],
      "exclude_matches": [],
      "include_globs": [
        "http*://zooworldgame.popreach.com/*",
        "http*://zooworldclassic.popreach.com/*"
      ],
      "js": [
        "script.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "converted_from_user_script": true,
  "description": "Simple Dan with options",
  "icons": {
    "128": "icon_128.png"
  },
  "manifest_version": 2,
  "name": "Simple Dan",
  "options_page": "options.html",
  "options_ui": {
    "chrome_style": true,
    "page": "options.html"
  },
  "permissions": [
    "http://*.facebook.com/*",
    "https://*.facebook.com/*",
    "storage",
    "http://*.popreach.com/*",
    "https://*.popreach.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "5.0",
  "web_accessible_resources": [
    "manageGift.js",
    "manageGift.html",
    "options.js",
    "options.html"
  ]
}