Flexi eBooks Pulse

Flexi eBooks Pulse

Get the ranking of the best selling books for this week.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.6",
  "icons": {
    "16": "assets/16x16_logo.png",
    "48": "assets/48x48_logo.png",
    "128": "assets/128x128_logo.png"
  },
  "permissions": [
    "*://*.flexiebooks.com/*",
    "*://ecx.images-amazon.com/*",
    "*://g-ecx.images-amazon.com/*",
    "*://*.audible.com/*",
    "*://images.bookcloseouts.com/*",
    "*://covers.ebooks.com/*",
    "*://www.harpercollins.com/*",
    "*://static.harpercollins.com/*",
    "*://*.randomhouse.com/*",
    "*://*.twimg.com/*",
    "*://*.wileycash.com/*"
  ],
  "browser_action": {
    "default_icon": "assets/19x19_icon.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_appName__"
  }
}