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": "neetoTrail", "description": "neetoTrail creates trails of assets", "version": "1.0.2", "action": { "default_title": "neetoTrail Chrome Extension" }, "permissions": [ "activeTab", "tabs", "scripting", "storage", "webNavigation" ], "icons": { "16": ".\/icons\/icon16.png", "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "contentScript.js" ] } ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "<all_urls>" ], "externally_connectable": { "matches": [ "http:\/\/*.lvh.me:9038\/*", "https:\/\/*.neetotrail.net\/*", "https:\/\/*.neetotrail.com\/*" ] } }