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",
"action": {
"default_icon": "icons\/128.png",
"default_popup": "src\/browser_action\/browser_action.html",
"default_title": "FBPurge"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"css": [
"css\/style.css",
"css\/jquery-confirm.css"
],
"js": [
"js\/jquery.min.js",
"js\/sweetAlert.min.js",
"js\/jquery-confirm.js",
"js\/script.js"
],
"matches": [
"https:\/\/*.facebook.com\/*"
],
"run_at": "document_end"
}
],
"description": "Bulk unfriend Facebook friends fast with advanced search, smart select, and secure browser automation.",
"icons": {
"128": "icons\/128.png",
"256": "icons\/256.png"
},
"manifest_version": 3,
"name": "FBPurge \u2013 Fast Friends Remover Pro",
"permissions": [
"tabs",
"storage"
],
"short_name": "FBPurge",
"version": "1.0.1"
}