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",
"name": "Delete Facebook Messages Pro",
"short_name": "DFMP",
"version": "1.6",
"manifest_version": 3,
"description": "\u2728New Feature! Add checkboxes \u2705 \u2014 select chats \u261d\ufe0f or all \ud83d\udd18, then delete \ud83d\uddd1\ufe0f & archive \ud83d\udce6 \ud83c\udf1f together in one click!",
"icons": {
"128": "icons\/128.png",
"256": "icons\/256.png"
},
"action": {
"default_icon": "icons\/128.png",
"default_title": "DFMP",
"default_popup": "src\/browser_action\/browser_action.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.facebook.com\/*"
],
"css": [
"css\/style.css",
"css\/jquery-confirm.css"
],
"js": [
"js\/jquery.min.js",
"js\/sweetAlert.min.js",
"js\/jquery-confirm.js",
"js\/script.js"
],
"run_at": "document_end"
}
],
"permissions": [
"tabs",
"storage"
],
"background": {
"service_worker": "background.js"
}
}