Fresc - Website screenshots sharing extension

Fresc - Website screenshots sharing extension

Fresc, the Chrome extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Fresc - Website screenshots sharing extension",
  "version": "0.11.4",
  "manifest_version": 2,
  "description": "Fresc, the Chrome extension",
  "icons": {
    "30": "images/fresc-logo.png"
  },
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "options_page": "fresc.options.html",
  "browser_action": {
    "default_icon": "images/fresc-logo.png",
    "default_title": "Fresc",
    "default_popup": "fresc.popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "javascripts/background/fresc.bg.webshot.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}