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": "Legacy Wikipedia", "description": "Forces various old layouts of Wikipedia", "author": "emy", "manifest_version": 3, "version": "1.0.21", "homepage_url": "https:\/\/github.com\/sixem\/legacy-wikipedia", "icons": { "48": "48.png", "128": "128.png" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "service.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.wikipedia.org\/wiki\/*", "https:\/\/*.wikipedia.org\/w\/*" ], "js": [ "main.js" ], "run_at": "document_start" } ], "permissions": [ "storage", "webNavigation" ] }