Auto-generate step-by-step guides, just by clicking record. Save your team 20+ hours/month vs. video and text tutorials.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Scribe: AI Documentation, SOPs & Screenshots",
"version": "2.7.0",
"description": "Auto-generate step-by-step guides, just by clicking record. Save your team 20+ hours/month vs. video and text tutorials.",
"icons": {
"16": "public/logo-16.png",
"48": "public/logo-48.png",
"128": "public/logo-128.png"
},
"manifest_version": 3,
"options_page": "src/scripts/options/index.html",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets/index.tsx-loader.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
},
{
"js": [
"assets/index.js-loader.js"
],
"matches": [
"<all_urls>"
],
"all_frames": true,
"run_at": "document_end"
},
{
"js": [
"assets/gmail.js-loader.js"
],
"matches": [
"*://mail.google.com/*"
],
"run_at": "document_idle"
},
{
"js": [
"assets/index.tsx-loader.js"
],
"matches": [
"*://calendly.com/*"
],
"run_at": "document_idle"
}
],
"action": {
"default_title": "Scribe"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"permissions": [
"tabs",
"cookies",
"storage",
"scripting",
"sidePanel"
],
"side_panel": {
"default_path": "src/sidepanel/sidepanel-home.html"
},
"optional_permissions": [
"notifications"
],
"host_permissions": [
"<all_urls>"
],
"externally_connectable": {
"matches": [
"http://localhost/*",
"http://localhost:3000/",
"https://*.cursive.io/*",
"https://*.scribehow.com/*"
]
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets/PublicSans-VariableFont_wght.ttf",
"assets/PublicSans-Italic-VariableFont_wght.ttf",
"assets/icons/add.png",
"assets/icons/recording.png",
"audio-processor.js",
"src/scripts/options/index.html",
"src/scripts/tab-selector/index.html",
"assets/style.css"
],
"use_dynamic_url": false
},
{
"matches": [
"http://*/*",
"https://*/*"
],
"resources": [
"assets/PublicSans-VariableFont_wght.ttf",
"assets/spinner.png",
"assets/index-787f216d.js",
"assets/trackEvent-6c13bf94.js",
"assets/selectors-8f3efa37.js",
"assets/Button-d7b36b79.js",
"assets/index-e131923d.js",
"assets/_commonjsHelpers-de833af9.js",
"assets/optionsStateValues-d1aa85e4.js",
"assets/getExtensionStatus-1ed3356e.js",
"assets/index-04f31005.js",
"assets/index.es-737f5756.js",
"assets/AudioSwitch-cb56606b.js",
"assets/browserContext-1eb791bc.js",
"assets/finder-bb69dd4b.js",
"assets/cn-688d9264.js",
"assets/Switch-d14398c0.js",
"assets/domLabeler-a515f677.js",
"assets/v4-c70744d4.js",
"assets/util-846fe978.js",
"assets/index-62c65270.js",
"assets/sidepanel-enums-41571db3.js",
"assets/options-e7012c3b.js",
"assets/logo-58ed980b.js",
"assets/Button-be1011a3.js",
"assets/index.tsx-2188818c.js",
"assets/capture-helpers-f328b02d.js",
"assets/domUtils-59e8987a.js",
"assets/index.js-dd028755.js"
],
"use_dynamic_url": false
},
{
"matches": [
"*://mail.google.com/*"
],
"resources": [
"assets/v4-c70744d4.js",
"assets/gmail.js-cb7a0f3e.js"
],
"use_dynamic_url": false
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}