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": "SaaS Tours", "version": "2.0.1", "description": "A tool to build website tutorials and guides", "action": { "default_popup": "index.html", "default_icon": "icon.png" }, "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "background": { "service_worker": "background.js" }, "oauth2": { "client_id": "483620481279-cibevinjl8v4cjvu7r391hn3vrvlnk8p.apps.googleusercontent.com", "scopes": [ "openid", "email", "profile" ] }, "permissions": [ "identity", "scripting", "storage" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "assets\/fonts\/Inter.ttf", "assets\/fonts\/Inter-Italic.ttf", "packages\/driverjs\/driver.css", "packages\/driverjs\/driver.js.mjs" ], "matches": [ "<all_urls>" ] }, { "resources": [ "\/index.html" ], "matches": [ "<all_urls>" ] } ] }