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,
"version": "0.6.0",
"short_name": "Wizardshot",
"name": "Wizardshot \u2013 Create SOPs, Documentation automatically using AI, for free.",
"description": "Create AI-powered step-by-step tutorials in seconds.",
"action": {
"default_title": "Wizardshot"
},
"background": {
"service_worker": "background.bundle.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"contentScript.bundle.js"
],
"all_frames": true
}
],
"icons": {
"16": "assets\/icon_16.png",
"48": "assets\/icon_48.png",
"128": "assets\/icon_128.png"
},
"options_page": "options.html",
"permissions": [
"storage",
"activeTab",
"tabs",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"style.css",
"assets\/images\/*"
],
"matches": [
"<all_urls>"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.wizardshot.com\/*",
"http:\/\/localhost:3002\/*",
"http:\/\/*.localtest.me\/*",
"*:\/\/*.helpjuice.com\/*",
"*:\/\/*.helpjuice-staging.com\/*"
]
}
}