Домоискатель

Домоискатель

Ищите жилье вместе с Домоискателем

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Ищите жилье вместе с Домоискателем",
  "background": {
    "scripts": [
      "js/google-analytics-bundle.js",
      "js/background.js"
    ]
  },
  "version": "0.4.5",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "*://*.cian.ru/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "intro.html",
    "default_icon": "img/icon48.png"
  },
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "notifications",
    "unlimitedStorage"
  ],
  "author": "Домоискатель",
  "name": "Домоискатель",
  "short_name": "Домоискатель",
  "web_accessible_resources": [
    "img/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}