Zrzut.pl

Zrzut.pl

Zrzuty ekranowe od Zrzut.pl

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Zrzut.pl",
  "options_page": "options.html",
  "icons": {
    "16": "content/img/zrzut_icons/icon_16.png",
    "19": "content/img/zrzut_icons/icon_19.png",
    "48": "content/img/zrzut_icons/icon_48.png",
    "128": "content/img/zrzut_icons/icon_128.png"
  },
  "version": "2.91",
  "description": "Zrzuty ekranowe od Zrzut.pl",
  "browser_action": {
    "default_icon": "content/img/zrzut_icons/icon_19.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://gdata.youtube.com https://vimeo.com; object-src 'self'",
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "page": "background.html"
  }
}