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": "Text Search Pro", "description": "Text search like a PRO! Be it Web Page, TXT or JSON files, we got it covered!", "version": "0.0.4", "short_name": "Text Search Pro", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "96": "icon\/96.png", "128": "icon\/128.png" }, "permissions": [ "storage" ], "action": { "default_title": "Open Text Search Pro" }, "commands": { "toggle-search": { "suggested_key": { "default": "Alt+F" }, "description": "show search box" } }, "web_accessible_resources": [ { "resources": [ "fonts\/**\/*" ], "matches": [ "<all_urls>" ] }, { "resources": [ "content-scripts\/content.css" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "<all_urls>" ], "browser_specific_settings": { "gecko": { "id": "{05ad0705-3b1d-41ae-a13e-ac3ca7093e7e}" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "content-scripts\/page.css" ], "js": [ "content-scripts\/content.js", "content-scripts\/page.js" ] } ] }