{ "description": "**FOR DEVELOPERS ONLY!! IF YOU'VE BEEN TOLD TO INSTALL THIS, SOMEONE'S TRYING TO PHISH YOU! See https://en.wikipedia.org/wiki/Self-XSS**\n\nA general-purpose script evaluation tool. Should be treated as a more restricted single-script userscript manager.", "manifest_version": 2, "name": "evaltool", "version": "0.0.2", "permissions": [ "contextMenus", "theme", "storage", "unlimitedStorage", "webRequest", "webRequestBlocking" ], "optional_permissions": [ "activeTab", "bookmarks", "browsingData", "clipboardRead", "clipboardWrite", "cookies", "downloads", "geolocation", "history", "idle", "management", "nativeMessaging", "notifications", "privacy", "proxy", "scripting", "search", "sessions", "tabGroups", "tabs", "topSites", "webNavigation", "" ], "icons": { "16": "favicon_16x.png", "32": "favicon_32x.png", "48": "favicon_48x.png", "64": "favicon_64x.png", "96": "favicon_96x.png", "128": "favicon_128x.png" }, "background": { "scripts": [ "generated/background.js" ], "type": "module" }, "options_ui": { "page": "proxy.html" }, "browser_specific_settings": { "gecko": { "id": "evaltool@git.estrogen.zone" } }, "content_security_policy": "script-src 'unsafe-eval' 'self'" }