mls-peanut-gallery

mls-peanut-gallery

This app allows you to submit posts to r/MLSPeanutGallery while browsing Zillow listings. Please head over to…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "mls-peanut-gallery",
  "version": "1.1.0",
  "manifest_version": 3,
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "action": {
    "default_popup": "src/popup.html"
  },
  "background": {
    "service_worker": "src/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.zillow.com/homedetails/*"
      ],
      "js": [
        "src/content/zillow.js"
      ]
    }
  ],
  "host_permissions": [
    "https://www.zillow.com/"
  ],
  "permissions": [
    "storage",
    "identity",
    "notifications",
    "webRequest"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmg+dUfXhWWCcMHuxrfjE3GP+QBjS+HKQj/p47+Jz2Nfia2fDAQqOmj0q+cghJPUMFpfkEmFWKIzQlCNl6MiEzi54m7+lg0QdBzPVcWNMHKTlNBfQFpdS/P0mYcGPWyksVrwwSJB0b2a0WaNKu662I/huiu68+VoC8clQkkmVTgBbZA7AI7ovtb71aAjK8kuUc9CKPEwKwEV8mJ4viXf2Py15YoOuNZkMLA4+jQ8yeo3ilFbu3I7dnzFdYv1DpRP7nzreDMabjzorA3XuKdWHXjgd2oGqKxcl6/+b4XIeUfuNZruUGyQY0u5HGbvq8cxZG5sAKe4zVKs1DYSc3JC0nwIDAQAB"
}