FATRANK

FATRANK

Google Chrome extension that checks the ranking for a particular keyword in Google and Bing for the website currently viewed.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FATRANK",
  "version": "2.1.3",
  "manifest_version": 2,
  "description": "Google Chrome extension that checks the ranking for a particular keyword in Google and Bing for the website currently viewed.",
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "19": "img/icon19.png",
      "38": "img/icon38.png"
    },
    "default_title": "FATRANK",
    "default_popup": "index.html"
  },
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://www.google.com/ https://s3.amazonaws.com/downloads.mailchimp.com/ https://fatjoe.us5.list-manage.com/; object-src 'self'",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "libs/jquery-1.12.4.js",
      "libs/jquery-ui-1.12.1.js",
      "libs/jquery.nice-select.min.js",
      "js/index.js",
      "js/utils.js",
      "js/initCountries.js"
    ]
  },
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/index.js",
        "js/initCountries.js",
        "js/utils.js"
      ],
      "css": [
        "css/nice-select.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "img/csv.png",
    "img/down-arw.svg",
    "img/right-arw.svg",
    "img/earth.png",
    "img/logo.png",
    "img/facebook.svg",
    "img/ft-logo.svg",
    "img/loader.svg",
    "img/i-1.svg",
    "img/i-2.svg",
    "img/i-3.svg",
    "img/icon128.png",
    "img/google.svg",
    "img/facebook.png",
    "img/twitter.png",
    "img/instagram.png",
    "img/linkedin.png",
    "img/youtube.png"
  ]
}