סוכן המחירים - Price Agent

סוכן המחירים - Price Agent

הסטוריית מחירים של דירות למכירה, דירות להשכרה, רכבים ומוצרים ביד 2

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "סוכן המחירים - Price Agent",
  "description": "הסטוריית מחירים של דירות למכירה, דירות להשכרה, רכבים ומוצרים ביד 2",
  "version": "2.81",
  "permissions": [
    "identity",
    "activeTab"
  ],
  "icons": {
    "128": "images/agent.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.yad2.co.il/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "agentStyles.css"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self' "
  },
  "oauth2": {
    "client_id": "276747962056-u7k1o6ffrcq5knosvirv38v8mof6jeh0.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "manifest_version": 3
}