NCREN Force Creative Commons + SS

NCREN Force Creative Commons + SS

Enforces safe image search (based on Creative Commons) and safe text search.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Dianne Dunlap @NCREN - based on work of Bill Hayden",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Enforces safe image search (based on Creative Commons) and safe text search.",
  "icons": {
    "16": "mcnc16.png",
    "48": "mcnc48.png",
    "128": "mcnc128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqAPnuMf1Z/xx4O+tgREnjJhEfvecBTtUcWcOTLvKEQvnxPSSVGresELRUZmsNoQuQMfIXTFA2jEcKhbcr8Ldync++yyYCiUMsYxIZmG3cj/YrVJaPKn/+8AKQTLHHevbyj4DLG86nJuD2LLKaxXBL1uop1Zrw6ztlN4Sgk/Lhnn81fiYqejDQiIr/Lof+CcG03VnHMWTrm8R1mNp9yuiYwsk00/df+Po+ps0hY85jPNJ/32Zrsg/T9nmdaJ4JyUrW2KgkMX7lG3wLshPuEgVXL8OnBrDlD9sp2YbxWJG2l7r1uzYRi8cjn7GhicaSBssxHt2UsfwNbqzVeQkfjOLiQIDAQAB",
  "manifest_version": 2,
  "name": "NCREN Force Creative Commons + SS",
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "cookies"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2"
}