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": "Cleanify \u2013 FB Chat Cleaner",
"short_name": "Cleanify",
"version": "1.0.2",
"description": "Clean up your Facebook\u2122 chats instantly. Delete or archive all messages with one click\u2014fast, safe, and easy to use.",
"icons": {
"128": "icons\/128.png",
"256": "icons\/256.png"
},
"action": {
"default_icon": "icons\/128.png",
"default_popup": "src\/browser_action\/browser_action.html",
"default_title": "Cleanify \u2013 FB Chat Cleaner"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.facebook.com\/*"
],
"css": [
"css\/style.css"
],
"js": [
"js\/jquery.min.js",
"js\/sweetAlert.min.js",
"js\/jquery-confirm.js",
"js\/script.js"
],
"run_at": "document_end"
}
],
"permissions": [
"activeTab",
"storage",
"tabs",
"identity",
"identity.email"
]
}