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": "Matched: Auto-swiper for Tinder",
"description": "Swiping all night and still no Mr. or Ms. Right? Introducing Matched, your automatic Tinder swiper.",
"version": "1.6",
"permissions": [
"scripting"
],
"host_permissions": [
"*:\/\/*.tinder.com\/*",
"https:\/\/api.mixpanel.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.tinder.com\/*"
],
"js": [
"mixpanel-combined.js",
"contentScript.js"
],
"run_at": "document_idle"
}
],
"icons": {
"48": "icon.png"
},
"web_accessible_resources": [
{
"resources": [
"images\/*"
],
"matches": [
"*:\/\/*.tinder.com\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}