Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inkify by PyraSTEM", "description": "Inkify by PyraSTEM: Real-time drawing in your browser. Collaborate, capture, customize. Easy and creative! \ud83c\udfa8\u2728", "version": "1", "manifest_version": 3, "default_locale": "en", "action": { "default_title": "Inkify by PyraSTEM", "default_icon": "icons\/icon-128.png" }, "icons": { "128": "icons\/icon-128.png" }, "background": { "service_worker": "js\/service_worker.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/jquery-3.2.1.min.js" ], "run_at": "document_start", "all_frames": true, "css": [ "styles\/modal.css" ] } ], "options_page": "html\/settings.html", "permissions": [ "activeTab", "storage", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "img\/*" ], "matches": [ "<all_urls>" ] } ] }