Smartwaiver

Smartwaiver

Smartwaiver.com - Online Waivers for Smart Companies

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Smartwaiver",
  "version": "2.0.0",
  "minimum_chrome_version": "20",
  "description": "Smartwaiver.com - Online Waivers for Smart Companies",
  "manifest_version": 2,
  "options_page": "options.html",
  "background": {
    "page": "background.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "css/style.css",
        "css/jquery-ui-1.10.3.custom.min.css"
      ],
      "js": [
        "js/jquery-1.8.2.min.js",
        "js/jquery-ui-1.10.3.custom.min.js",
        "js/jsend.min.js",
        "js/moment.min.js",
        "js/content-script.js"
      ],
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_icon": "images/icon19.png",
    "default_title": "Smartwaiver"
  },
  "permissions": [
    "tabs"
  ],
  "web_accessible_resources": [
    "images/busy-animation.gif",
    "images/icon-back-button.png",
    "images/icon-home-button.png",
    "images/icon-ok-button.gif",
    "images/logo.png",
    "/images/sw_smartfill_hand.png"
  ]
}