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",
"description": "Automated Tinder swiper",
"version": "1.6.1",
"manifest_version": 3,
"name": "QuickSwiper",
"options_page": "options.html",
"permissions": [
"storage",
"activeTab",
"tabs",
"debugger"
],
"host_permissions": [
"https:\/\/*.tinder.com\/*",
"https:\/\/*.lovoo.com\/*",
"https:\/\/*.bumble.com\/*",
"https:\/\/*.badoo.com\/*",
"https:\/\/*.okcupid.com\/*"
],
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.tinder.com\/*",
"https:\/\/*.lovoo.com\/*",
"https:\/\/*.bumble.com\/*",
"https:\/\/*.badoo.com\/*",
"https:\/\/*.okcupid.com\/*"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"content.styles.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"icon-34.png"
],
"matches": []
}
]
}