Cheapism Search and Save

Cheapism Search and Save

Get the latest from Cheapism's money, travel, autos, and shopping content using the Cheapism extension provided by Microsoft Bing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "serviceworker.js"
  },
  "action": {
    "default_icon": {
      "16": "images/16x16.png",
      "32": "images/32x32.png",
      "48": "images/48x48.png",
      "128": "images/128x128.png"
    }
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Bing",
      "keyword": "bing.com",
      "favicon_url": "https://www.bing.com/favicon.ico",
      "is_default": true,
      "prepopulated_id": 3,
      "search_url": "https://www.bing.com/search?q={searchTerms}&PC=EF01&FORM=EFCHDF"
    }
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "externally_connectable": {
    "matches": [
      "http://*.bing.com/*",
      "https://*.bing.com/*"
    ]
  },
  "icons": {
    "16": "images/16x16.png",
    "32": "images/32x32.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "permissions": [
    "cookies",
    "scripting",
    "storage",
    "tabs",
    "alarms"
  ],
  "host_permissions": [
    "https://*.bing.com/*",
    "http://g.ceipmsn.com/*",
    "https://chrome.google.com/*",
    "https://browserdefaults.microsoft.com/*"
  ],
  "short_name": "__MSG_extensionShortName__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0.3"
}