SSSnip!

SSSnip!

Simple Screen Snip! Click and drag to take a snapshot of the screen.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SSSnip!",
  "version": "0.2.2",
  "description": "Simple Screen Snip!  Click and drag to take a snapshot of the screen.",
  "minimum_chrome_version": "31.0",
  "permissions": [
    "<all_urls>",
    "downloads"
  ],
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "SSSnip!",
    "default_icon": {
      "19": "icon_19.png",
      "38": "icon_38.png"
    }
  },
  "web_accessible_resources": [
    "cursor.png",
    "actionPanel.html",
    "actionPanel.css"
  ]
}