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": "Wingman",
"version": "1.0",
"description": "Wingman AI.",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi39dUv95fX616WiK9StAMQbBIXshlGRMvuWUtEiilG+mEcsPJ1OmuQfzbeC3THozuaOJ3362FxZZVFARqzFESc3gcDL9zoiy3l9bhcP1mSrWaG+YBptWWEloQxkirhw7QS+QYCJ\/eUO8+LOBMWOB7pE7d83ihITD06Tz3MaR0cRPUBNRaHvx3gq6+Ws7acbEMip+AeolS9SObrUZzKYLtemW4ppFWyYZIt01\/KCp1EYG23txuPvxH416P2NmfjuAe0+EBfAIf1oS6u\/i5PvBiLSceTmNWRrtIJSaf+RlWrbYhqYmfYzD6iUtoSpMjQi\/tnot1rvjUNXs59p8\/z1YDQIDAQAB",
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_title": "Click to open panel"
},
"permissions": [
"activeTab",
"sidePanel",
"tabs",
"identity",
"identity.email"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+B",
"mac": "Command+B"
}
}
},
"content_scripts": [
{
"matches": [
"https:\/\/tinder.com\/*"
],
"js": [
"content.js"
]
}
],
"oauth2": {
"client_id": "265566219032-r3secalngd6dm4aijtjaaciacg32lukq.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"profile",
"email",
"openid"
]
},
"icons": {
"48": "images\/wingman-logo-48.png",
"128": "images\/wingman-logo-128.png"
}
}