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": "OpenDyslexic Font", "version": "1.0.0", "description": "Activate this extension to apply the dyslexia font anytime on any webpage with just one click", "icons": { "16": "icons\/ICON16.png", "32": "icons\/ICON32.png", "64": "icons\/ICON64.png", "128": "icons\/ICON128.png" }, "permissions": [ "storage", "activeTab", "scripting", "notifications" ], "host_permissions": [ "<all_urls>" ], "action": { "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "open_dyslexic\/OpenDyslexic-Regular.otf", "open_dyslexic\/OpenDyslexic-Bold.otf", "open_dyslexic\/OpenDyslexic-Italic.otf", "open_dyslexic\/OpenDyslexic-BoldItalic.otf" ], "matches": [ "<all_urls>" ] } ] }