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": "Nest", "version": "1.11", "description": "A cozy, ad-free Twitter experience!", "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/twitter.com\/*", "https:\/\/x.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*", "https:\/\/*.x.com\/*" ], "js": [ "content.js" ], "css": [ "styles.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "images\/*.png", "images\/*.jpg", "images\/*.gif" ], "matches": [ "https:\/\/*.twitter.com\/*", "https:\/\/*.x.com\/*" ] } ], "icons": { "48": "images\/egg.PNG", "128": "images\/egg.PNG" }, "action": { "default_popup": "options.html", "default_icon": "images\/favicon.png" }, "options_page": "options.html" }