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": "ProSwipe \u2013 AI Tinder Matcher & AI Chat",
"description": "AI-powered Tinder assistant that filters profiles, auto-swipes, and helps you chat smarter.",
"version": "6.2.0",
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"permissions": [
"storage",
"activeTab",
"tabs",
"scripting",
"alarms"
],
"host_permissions": [
"https:\/\/images-ssl.gotinder.com\/*",
"*:\/\/*.tinder.com\/*",
"https:\/\/proxy-edge.vercel.app\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"activity-log.html",
"activity-log.js",
"content-scripts\/content.css"
],
"matches": [
"https:\/\/tinder.com\/*",
"https:\/\/*.tinder.com\/*"
]
},
{
"resources": [
"injectFetchWrapper.js",
"pageActions.js"
],
"matches": [
"*:\/\/*.tinder.com\/*"
]
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "ProSwipe",
"default_popup": "popup.html"
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.tinder.com\/*"
],
"css": [
"content-scripts\/content.css"
],
"js": [
"content-scripts\/content.js"
]
},
{
"matches": [
"*:\/\/*.tinder.com\/*"
],
"run_at": "document_start",
"js": [
"content-scripts\/stubBugsnag.js"
],
"world": "MAIN"
}
]
}