Igloo.la

Igloo.la

Igloo. An easy way to support your cause.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Igloo.la",
  "background": {
    "scripts": [
      "shared/jquery-2.2.4.min.js",
      "shared/consts.js",
      "background/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "img/icon16.png",
    "default_popup": "popup/popup.html",
    "default_title": "This extension sets your search engine to Igloo and customizes your new tab page so you can donate with every search and get cashback from online stores."
  },
  "content_scripts": [
    {
      "js": [
        "shared/jquery-2.2.4.min.js",
        "shared/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "en",
  "description": "Igloo. An easy way to support your cause.",
  "homepage_url": "http://www.igloo.la",
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab/index.html"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Igloo.la",
      "favicon_url": "https://www.igloo.la/images/logos/icon32.png",
      "keyword": "search with igloo",
      "encoding": "UTF-8",
      "search_url": "https://www.igloo.la/search/?q={searchTerms}",
      "is_default": true
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "webNavigation",
    "storage",
    "cookies",
    "topSites",
    "contextMenus",
    "chrome://favicon/",
    "http://*/",
    "https://*/"
  ],
  "version": "3.9.1",
  "web_accessible_resources": [
    "https://www.igloo.la/*",
    "img/*"
  ],
  "content_security_policy": "script-src 'self' https://www.igloo.la https://*.taboola.com; object-src 'self'"
}