KidStart Savings Prompt

KidStart Savings Prompt

KidStart Savings Prompt helps you make sure you never forget to save for your kids while shopping online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "img/icon18.png",
    "default_title": "KidStart Savings Prompt"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "ci.content.pack.js",
        "js/libs/jquery-1.9.1.min.js",
        "jquery-ui-1.9.2.min.js",
        "js/style.js",
        "js/content/content.js",
        "js/content/modal.js",
        "js/content/slider.js",
        "js/content/serp.js",
        "js/content/checkout.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "ci.browser.helper.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "KidStart Savings Prompt helps you make sure you never forget to save for your kids while shopping online.",
  "homepage_url": "https://www.kidstart.co.uk/",
  "icons": {
    "16": "img/icon16.png",
    "18": "img/icon18.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 2,
  "name": "KidStart Savings Prompt",
  "permissions": [
    "tabs",
    "webNavigation",
    "contextMenus",
    "webRequest",
    "storage",
    "<all_urls>"
  ],
  "version": "1.0.7.3"
}