PopularLinks New Tab

PopularLinks New Tab

Top sites at your fingertips directly from your Chrome new tab page!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.3.856.909",
  "name": "PopularLinks New Tab",
  "description": "Top sites at your fingertips directly from your Chrome new tab page!",
  "icons": {
    "128": "icons/PL_128.png"
  },
  "background": {
    "scripts": [
      "js/brand.js",
      "js/aes.js",
      "js/mode-ecb.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/PL_128.png",
    "default_title": "Popularlinks"
  },
  "chrome_url_overrides": {
    "newtab": "newtab/index.html"
  },
  "web_accessible_resources": [
    "icons/checker.gif"
  ],
  "permissions": [
    "*://*.aztproducts.com/*",
    "https://service.prsstobe.com/*",
    "*://*.blpsearch.com/*",
    "*://*.popularlinksnewtab.com/*",
    "cookies",
    "storage"
  ]
}