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", "name": "Highlighter Guru", "version": "1.0.4", "description": "Highlight and save text easily in Chrome! This extension helps you mark important stuff and store it neatly in folders for later.", "manifest_version": 3, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_icon": { "16": "icon.png", "24": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "default_popup": ".\/popup\/index.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "scripting", "storage", "unlimitedStorage" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "highlighter.png", "text.png", "testImport.js" ], "matches": [ "<all_urls>" ] } ], "options_page": ".\/index.html" }