Podaro4ek

Podaro4ek

Радует глаза, греет душу!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "notifications.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.ok.ru/*",
      "*://ok.ru/*"
    ]
  },
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "web_accessible_resources": [
    "*"
  ],
  "description": "Радует глаза, греет душу!",
  "manifest_version": 2,
  "name": "Podaro4ek",
  "short_name": "podaro4ek",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "gcm",
    "cookies"
  ],
  "version": "0.1.41"
}