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": "Enanito", "default_locale": "en", "description": "Learn spanish with spanishdict.com & verbix.com. Create Obsidian.md notes and CSV files.", "version": "0.5.4", "author": "dweorh's solutions", "action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_popup": "popup.html", "default_title": "Enanito" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "contentScript.js" ], "css": [ "contentScript.css", "app\/styles\/common.css" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "tabs", "storage" ], "web_accessible_resources": [ { "resources": [ "app\/js\/pageScripts.js" ], "matches": [ "https:\/\/*.verbix.com\/*", "https:\/\/*.spanishdict.com\/*" ] } ] }