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": "Pro Text Expander",
"version": "7.5.5.8",
"description": "A modern text expander with configurable triggers, search, and advanced formatting.",
"permissions": [
"storage",
"activeTab",
"downloads",
"contextMenus",
"identity",
"clipboardRead",
"clipboardWrite"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"all_frames": true
}
],
"options_page": "options.html",
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"commands": {
"toggle-search": {
"suggested_key": {
"default": "Ctrl+Space",
"mac": "Command+Space"
},
"description": "Open snippet search"
}
},
"web_accessible_resources": [
{
"resources": [
"search-modal.css",
"suggestion_popup.css",
"content-modals.css",
"project-text-modal.css",
"missing-word-modal.css"
],
"matches": [
"<all_urls>"
]
}
],
"sandbox": {
"pages": [
"sandbox.html"
]
},
"content_security_policy": {
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval' https:\/\/www.youtube.com https:\/\/s.ytimg.com; child-src 'self' https:\/\/www.youtube.com https:\/\/www.youtube-nocookie.com;"
},
"oauth2": {
"client_id": "643166447936-5o86sdnjd0hdcnvvemm5ru390pbns9p7.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.file"
]
}
}