{
  "name":"Рассширение для браузера google chroome",
  "description":"Мое первое рассширение для google chroome",
  "version":"9.0",
  "manifest_version":2,
  "content_security_policy": "script-src 'self' https://cdn.firebase.com https://*.firebaseio.com; object-src 'self'",
  "content_scripts":[{
      "matches": ["https://999.md/ru/category/real-estate"],
      "js" : [
        "jquery.js",
        "firebase.js",
        "script.js"
      ],
      "run_at":"document_start"
    }]
} |