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": "Birthday Wisher",
"version": "3.0.52",
"description": "LEVERAGE your friends birthday to get leads and sales with just a click!!!",
"short_name": "BW",
"action": {
"default_title": "Birthday Wisher",
"default_popup": "login.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.facebook.com\/*",
"*:\/\/facebook.com\/*"
],
"js": [
"js\/contentScriptBundle.js"
]
},
{
"matches": [
"https:\/\/www.facebook.com\/messages\/t\/100090344842197"
],
"js": [
"js\/contentScriptBundle.js"
]
}
],
"icons": {
"16": "images\/1617289352586-smallLogo.png",
"48": "images\/1617289352638-mediumLogo.png",
"128": "images\/1617289352695-largeLogo.png"
},
"permissions": [
"storage",
"alarms",
"declarativeNetRequest",
"clipboardRead",
"scripting"
],
"host_permissions": [
"*:\/\/api.birthdaywisher.io\/*",
"https:\/\/upload.facebook.com\/",
"https:\/\/www.facebook.com\/*",
"https:\/\/web.facebook.com\/*",
"https:\/\/m.facebook.com\/*",
"https:\/\/mbasic.facebook.com\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"background": {
"service_worker": "js\/serviceWorker.js"
},
"web_accessible_resources": [
{
"resources": [
"lib\/jquery.min.js",
"assets\/*",
"images\/*",
"js\/*",
"css\/*"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}