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": "Guidiety", "version": "0.1.22", "description": "Guidiety automagically captures your steps and organizes them into a detailed guide.", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' https:\/\/fonts.googleapis.com; font-src 'self' https:\/\/fonts.gstatic.com;" }, "action": { "default_icon": "icons\/logo.png", "default_title": "Let the bear guide your hand!" }, "side_panel": { "default_path": ".\/popup.html" }, "background": { "service_worker": ".\/background.js", "type": "module" }, "content_scripts": [ { "js": [ ".\/scripts\/content.js" ], "css": [ ".\/content\/popup.css" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "tabs", "sidePanel", "downloads", "webRequest", "debugger" ], "host_permissions": [ "<all_urls>" ], "icons": { "16": "icons\/logo.png", "32": "icons\/logo.png", "48": "icons\/logo.png", "128": "icons\/logo.png" } }