Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "5.0.0",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiERutmQk\/+wyCTH2cXH0G5HTi2F4Wi9LUgUJlv\/onpO\/MS1vSU4OIxcu+kwiDJ2dIChPzijOd9L\/4kpMo6T+YoI4saYityu\/iTuv7aRnQFKKn0iF1F+wWKmqXKLzxuCShUic0QaYLUa+FlMRAHN37l4Cmqm38BL\/2iNZYtkMqk1uldYzjV3+wbtuvj9\/rKKFK3R69Jms94OUmIw8VFtSLSWNGcKLDP++vG31dVV+W6oPeFtO2T3jtaw7k3Ea5BOqi6m0aVUb3AlgGue8O\/EVeUOv20hpO35aJxUAsXstw+VdP2iMbhlZORKyYWQqjaZ4dpXVOdmWVeqHft3pRqseKwIDAQAB",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"permissions": [
"tabs",
"notifications",
"cookies",
"downloads",
"tabCapture",
"activeTab",
"storage",
"clipboardWrite",
"scripting",
"offscreen"
],
"host_permissions": [
"*:\/\/*\/*"
],
"icons": {
"128": "\/assets\/sx_logo_128px.png"
},
"action": {
"default_icon": {
"128": "\/assets\/sx_icon.png"
},
"default_popup": "index.html",
"default_title": "StoryXpress Screen Recorder"
},
"commands": {
"_execute_action": {
"suggested_key": {
"chromeos": "Alt+C",
"linux": "Alt+C",
"mac": "Alt+C",
"windows": "Alt+C"
}
},
"cancel-recording": {
"suggested_key": {
"chromeos": "Alt+X",
"linux": "Alt+X",
"mac": "Alt+X",
"windows": "Alt+X"
},
"description": "Cancel a Recording"
}
},
"background": {
"service_worker": "background.bundle.js",
"type": "module"
},
"externally_connectable": {
"matches": [
"https:\/\/*.ankitmishra.in\/*",
"https:\/\/*.storyxpress.co\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"cameraOnly.html",
"cameraOnly.bundle.js",
"recordingFrame.html",
"recordingFrame.bundle.js",
"camBox.html",
"camBox.bundle.js",
"countDown.html",
"countDown.bundle.js",
"faceOnlyIntro.html",
"faceOnlyIntro.js",
"inittesseract.bundle.js",
"limitReached.bundle.js",
"tesseract.bundle.js",
"tour.html",
"tour.bundle.js",
"permission.html",
"permission.bundle.js",
"rejected-permissions.html",
"permissionTab.bundle.js",
"videoPreview.html",
"videoPreview.bundle.js",
"tesseract.bundle.js",
"toolScript.bundle.js",
"masterconfig.bundle.js",
"play.json",
"assets\/*",
"images\/no_thumbnail.svg",
"tesseract-temp-staging.min.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*",
"https:\/\/inbox.google.com\/*"
],
"js": [
"gmailScript.bundle.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/meet.google.com\/*",
"https:\/\/*.atlassian.net\/*",
"https:\/\/*.linkedin.com\/*",
"https:\/\/mail.google.com\/*",
"https:\/\/inbox.google.com\/*",
"https:\/\/*.github.com\/*",
"https:\/\/docs.google.com\/document\/*",
"https:\/\/docs.google.com\/spreadsheets\/*",
"https:\/\/docs.google.com\/presentation\/*",
"https:\/\/app.slack.com\/client\/*",
"https:\/\/drive.google.com\/drive\/*",
"https:\/\/business.facebook.com\/*",
"https:\/\/*.notion.so\/*",
"https:\/\/*.figma.com\/*",
"https:\/\/*.canva.com\/*",
"https:\/\/*.airtable.com\/*",
"https:\/\/app.clickup.com\/*",
"https:\/\/app.asana.com\/*",
"https:\/\/*.monday.com\/*",
"https:\/\/*.trello.com\/*",
"https:\/\/app.snowflake.com\/*",
"https:\/\/app.hubspot.com\/*"
],
"js": [
"recordCompanion.bundle.js"
]
},
{
"matches": [
"https:\/\/*.pipedrive.com\/person\/*",
"https:\/\/*.pipedrive.com\/deal\/*",
"https:\/\/*.pipedrive.com\/mail\/*",
"https:\/\/*.pipedrive.com\/leads\/*",
"https:\/\/*.pipedrive.com\/organization\/*"
],
"js": [
"pipedriveScript.bundle.js"
]
},
{
"matches": [
"https:\/\/app.hubspot.com\/*"
],
"js": [
"hubspotScript.bundle.js"
]
},
{
"matches": [
"https:\/\/app.hubspot.com\/live-messages\/*"
],
"js": [
"hubspotForSupportScript.bundle.js"
]
},
{
"matches": [
"https:\/\/app.hubspot.com\/contacts\/*\/ticket\/*"
],
"js": [
"hubspotForSupportScript.bundle.js"
]
},
{
"matches": [
"https:\/\/app.hubspot.com\/knowledge\/*\/edit\/*"
],
"js": [
"hubspotForSupportScript.bundle.js"
]
},
{
"matches": [
"https:\/\/app.klenty.com\/*"
],
"js": [
"klentyScript.bundle.js"
]
},
{
"matches": [
"https:\/\/app.lemlist.com\/*"
],
"js": [
"lemlistScript.bundle.js"
]
},
{
"matches": [
"https:\/\/*.linkedin.com\/*"
],
"js": [
"linkedinScript.bundle.js"
]
},
{
"matches": [
"https:\/\/outlook.live.com\/*"
],
"js": [
"outlookScript.bundle.js"
]
}
]
}