Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Zip buy now, pay later",
"version": "1.24.0",
"description": "Split any purchase into 4 equal installments anywhere you shop with Zip!",
"action": {
"default_popup": "index.html"
},
"permissions": [
"storage",
"tabs",
"cookies",
"activeTab"
],
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"https:\/\/master.branch.quadpay.xyz\/*"
],
"icons": {
"16": "purple-rhombus16.png",
"48": "purple-rhombus48.png",
"128": "purple-rhombus128.png"
}
}