Spritzify

Spritzify

Shows some of the features of the Context Menus API

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Spritzify",
  "description": "Shows some of the features of the Context Menus API",
  "version": "1.1",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "contextMenus",
    "tabs"
  ],
  "content_security_policy": "script-src 'self' https://sdk.spritzinc.com/; object-src 'self'",
  "background": {
    "scripts": [
      "jquery-1.9.1.js",
      "spritz.js"
    ]
  },
  "web_accessible_resources": [
    "login_success.html",
    "login_success.js"
  ],
  "manifest_version": 2
}