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": "Make Facebook Boring", "version": "0.4", "description": "Make Facebook boring rather than addictive", "manifest_version": 3, "host_permissions": [ "https:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "css": [ "content.css" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png" }, "default_title": "Facebook Attraction Reducer", "default_popup": "popup.html" }, "permissions": [ "storage" ] }