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": "Z1pLink",
"version": "1.1.2",
"description": "It makes your link shorter",
"background": {
"service_worker": "background.js"
},
"icons": {
"24": "icons\/zip-box-24.png",
"36": "icons\/zip-box-36.png",
"48": "icons\/zip-box-48.png"
},
"action": {
"default_title": "ZipLink",
"default_popup": "index.html"
},
"host_permissions": [
"http:\/\/localhost:5173\/*",
"https:\/\/web-ashen-psi.vercel.app\/*",
"https:\/\/z1p.link\/*"
]
}