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": "\u05de\u05e0\u05d4\u05dc OTP \u05de\u05d0\u05d5\u05d1\u05d8\u05d7", "version": "1.0", "description": "\u05de\u05e0\u05d4\u05dc \u05e7\u05d5\u05d3\u05d9 \u05d0\u05d9\u05de\u05d5\u05ea \u05d7\u05d3-\u05e4\u05e2\u05de\u05d9\u05d9\u05dd (OTP) \u05de\u05d0\u05d5\u05d1\u05d8\u05d7 \u05e2\u05dd \u05d4\u05e6\u05e4\u05e0\u05d4 \u05de\u05e7\u05d5\u05de\u05d9\u05ea", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "\u05de\u05e0\u05d4\u05dc OTP \u05de\u05d0\u05d5\u05d1\u05d8\u05d7" }, "permissions": [ "storage", "clipboardWrite" ], "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }