Twirply - Nextdoor marketplace notifier

Twirply - Nextdoor marketplace notifier

Track all your Nextdoor searches and get notifications. Never miss an item.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.36",
  "manifest_version": 2,
  "name": "Twirply - Nextdoor marketplace notifier",
  "description": "Track all your Nextdoor searches and get notifications. Never miss an item.",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lib/js/browser-polyfill.js",
        "content.js"
      ],
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "lib/js/browser-polyfill.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "img/icon.png",
    "default_title": "Chriply Tasks",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "notifications",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "https://nextdoor.com/**"
  ],
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "web_accessible_resources": [
    "sidebar.html",
    "injected.js",
    "img/icon.png",
    "*.map",
    "*.svg"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAooidswlZwQDwo8+wLYopASugxjHmWB83MQZJtscN7s5VAEjCfCHcVLV3yv6WUG+FOb86hAlRcTusv7BeAINLprFI0iXxNao15Ti8cLOsRm4MteD80BLq24MhFkEMjLYEYX48g4ubWrd0ilRgHmhkY46Lm92F06bVQgZcSx/OftE3KWPSpWSVrJCvVhEykpaUdvv87cmz0s65fdDDFifzV+q0NAG0s1F00gbXW8UeCZPyiG2DZBk0r0H6mvRAQ4L8GaQ6gDjNGG3zuXv+uKkySnlM7k6OMEdiOi0PwjTb2Kg2BlzHJRTxgH+q//RqA0St5KzBtzMLoUT+hG8uVQX9pQIDAQAB"
}