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": "Matcha",
"version": "2.0",
"description": "\u30de\u30c3\u30c1\u30f3\u30b0\u30a2\u30d7\u30ea\uff08Tinder\/With\/Pairs\uff09\u306e\u81ea\u52d5\u30a2\u30b7\u30b9\u30c8\u3002\u30b9\u30ef\u30a4\u30d7\u30fb\u8db3\u8de1\u3092\u81ea\u52d5\u5316\u3057\u307e\u3059\u3002",
"oauth2": {
"client_id": "343389198170-knc4falvi9f6qgej7no4f332rjricp4p.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"permissions": [
"storage",
"identity",
"identity.email"
],
"host_permissions": [
"https:\/\/*.tinder.com\/*",
"https:\/\/*.with.is\/*",
"https:\/\/matcha-lv.com\/*",
"https:\/\/accounts.google.com\/o\/oauth2\/*",
"https:\/\/www.googleapis.com\/*",
"https:\/\/*.chromiumapp.org\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.tinder.com\/*",
"https:\/\/*.with.is\/*"
],
"js": [
"content.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"externally_connectable": {
"matches": [
"https:\/\/matcha-lv.com\/*",
"https:\/\/*.chromiumapp.org\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"popup.html"
],
"matches": [
"https:\/\/matcha-lv.com\/*"
]
}
]
}