Zip buy now, pay later

Zip buy now, pay later

Split any purchase into 4 equal installments anywhere you shop with Zip!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Zip buy now, pay later",
  "short_name": "ZIPEXT",
  "description": "Split any purchase into 4 equal installments anywhere you shop with Zip!",
  "version": "1.19.0",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content-bundled.js"
      ]
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "match_about_blank": true,
      "all_frames": true,
      "js": [
        "frame-bundled.js",
        "799-bundled.js",
        "ajs-destination-bundled.js",
        "legacyVideos-bundled.js",
        "middleware-bundled.js",
        "queryString-bundled.js",
        "remoteMiddleware-bundled.js",
        "schemaFilter-bundled.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "assets/*"
  ],
  "background": {
    "scripts": [
      "background-bundled.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "https://*/*",
    "http://*/*"
  ],
  "browser_action": {
    "default_title": "Zip"
  },
  "icons": {
    "16": "assets/purple-rhombus16.png",
    "48": "assets/purple-rhombus48.png",
    "128": "assets/purple-rhombus128.png"
  },
  "content_security_policy": "script-src 'self' https://cdn.segment.com/ https://api.fillr.com/; object-src 'self'"
}