Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TextPie Text Expander and Canned Responses",
"description": "TextPie is an extension for canned responses and text expansion, allowing you to craft replies once and reuse them with one click.",
"version": "1.8.2",
"default_locale": "en",
"manifest_version": 3,
"icons": {
"16": "\/static\/img\/icon16.png",
"32": "\/static\/img\/icon32.png",
"48": "\/static\/img\/icon48.png",
"128": "\/static\/img\/icon128.png"
},
"action": {
"default_popup": ".\/layouts\/popup.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
".\/js\/libs\/moment.js",
".\/js\/libs\/perfect-scrollbar.js",
".\/js\/Service.js",
".\/js\/Dribbble.js",
".\/js\/Indeed.js",
".\/js\/Fiverr.js",
".\/js\/Salesforce.js",
".\/js\/Behance.js",
".\/js\/ChatGPT.js",
".\/js\/Facebook.js",
".\/js\/Gmail.js",
".\/js\/Linkedin.js",
".\/js\/Upwork.js",
".\/js\/Instagram.js",
".\/js\/Textpie.js",
".\/js\/Jooble.js",
".\/js\/main.js"
],
"css": [
".\/static\/css\/style.css"
]
}
],
"permissions": [
"storage",
"unlimitedStorage",
"clipboardRead",
"clipboardWrite",
"offscreen",
"tabs"
],
"web_accessible_resources": [
{
"resources": [
"static\/fonts\/Inter.woff2",
"offscreen.html"
],
"matches": [
"<all_urls>"
]
}
]
}