Recall.It Safety Assistant

Recall.It Safety Assistant

Overview We do all the hard work. You keep your children and loved ones safe by using KID’s Recall.it product safety assistant for…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Recall.It Safety Assistant",
  "version": "0.0.9",
  "manifest_version": 2,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.amazon.com/*",
        "https://smile.amazon.com/*",
        "https://www.ebay.com/*",
        "https://*.craigslist.org/*"
      ],
      "js": [
        "content.js",
        "/utils/iframeResizer.min.js"
      ],
      "run_at": "document_end"
    }
  ]
}