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": "FB Mobile - Clean my feeds",
"description": "Hides unwanted posts from Facebook feed on mobile. Get a clean Newsfeed with posts only from friends, pages and groups you follow.",
"version": "1.0.5",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"action": {
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"pwa-manifest.json"
],
"matches": [
"*:\/\/*.facebook.com\/*"
]
}
],
"content_scripts": [
{
"matches": [
"*:\/\/*.facebook.com\/*"
],
"css": [
"content-scripts\/content.css"
],
"js": [
"content-scripts\/content.js"
]
}
]
}