Check Package Status

Check Package Status

Experience a quick and convenient way to track your packages online from your address bar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": {
      "128": "icons/icon128.png"
    },
    "default_popup": "ui/extPopMain/showUi.html"
  },
  "background": {
    "page": "htmAllFiles/bgpage.html"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "search"
  ],
  "manifest_version": 2,
  "name": "Check Package Status",
  "description": "Experience a quick and convenient way to track your packages online from your address bar.",
  "icons": {
    "128": "icons/icon128.png"
  },
  "version": "1.13",
  "chrome_settings_overrides": {
    "search_provider": {
      "favicon_url": "https://www.checkpackagestatus.com/favicon.ico",
      "search_url": "https://search.yahoo.com/yhs/search?hspart=sz&hsimp=yhs-001&type=type7038833-alpha-s11517044t-q537486272678344463r&param1=81174&q={searchTerms}&param4=alpha82742",
      "suggest_url": "https://acomplete.checkpackagestatus.com/autofill?artifactId=com.artifact.13766&explore=yes&searchQuery={searchTerms}",
      "name": "Package Status Web Search",
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "applications": {
    "gecko": {
      "strict_min_version": "75.0",
      "id": "{d829107a-a849-4aa2-9d77-bb239438c9ab}"
    }
  },
  "web_accessible_resources": [
    "icons/*",
    "js-files/content/*",
    "js-files/fixedParams.js"
  ],
  "omnibox": {
    "keyword": "!"
  }
}