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": "SyncTag: AI-Powered Smart Tags, Text Expansion & Password Protected Tags.",
"version": "1.0.6",
"description": "AI-powered auto-expander using $ tags for text, code snippets, passwords and APIs to boost productivity.",
"externally_connectable": {
"matches": [
"https:\/\/synctag.com\/*",
"https:\/\/www.synctag.com\/*",
"https:\/\/app.synctag.com\/*",
"http:\/\/localhost:3000\/*",
"https:\/\/devextsnapi.synctag.com\/api",
"http:\/\/localhost:4000\/*",
"https:\/\/devextension.synctag.com\/*",
"https:\/\/cdn.quilljs.com\/*"
]
},
"permissions": [
"storage",
"activeTab",
"scripting",
"webNavigation",
"tabs",
"notifications"
],
"host_permissions": [
"<all_urls>",
"http:\/\/localhost:3000\/*",
"http:\/\/localhost:4000\/*",
"https:\/\/devextension.synctag.com\/*",
"https:\/\/devextsnapi.synctag.com\/api"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"exclude_matches": [
"*:\/\/api.razorpay.com\/*",
"*:\/\/*.razorpay.com\/*",
"*:\/\/accounts.google.com\/*",
"*:\/\/myaccount.google.com\/*",
"*:\/\/chrome.google.com\/*",
"*:\/\/chromewebstore.google.com\/*"
],
"js": [
"options\/quill\/quill.js",
"utils\/config.js",
"utils\/encryption.js",
"utils\/feature-config.js",
"utils\/feature-gate.js",
"vault\/vault-crypto.js",
"vault\/vault-service.js",
"vault\/vault-autofill.js",
"utils\/storage.js",
"content\/auth-manager.js",
"content\/api-service.js",
"content\/auth-state-manager.js",
"content\/settings-manager.js",
"content\/macro-manager.js",
"utils\/retry-queue.js",
"utils\/legacy-data-migrator.js",
"utils\/migration-service.js",
"utils\/ai-engine-service.js",
"utils\/storage.js",
"utils\/background-sync.js",
"utils\/formula-evaluator.js",
"shared\/modal-templates.js",
"utils\/ui-helpers.js",
"content\/text-detector.js",
"content\/api-result-popup.js",
"content\/trigger-handler.js",
"content\/suggestions-ui.js",
"content\/selection-handler.js",
"content\/ai-chatbox.js",
"content\/main.js"
],
"css": [
"content\/sync_styles.css",
"options\/vault.css"
],
"run_at": "document_end",
"all_frames": true
}
],
"action": {
"default_popup": "popup\/popup.html",
"default_title": "SyncTag",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"options_page": "options\/options.html",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"commands": {
"trigger-macro": {
"suggested_key": {
"default": "Alt+Shift+4"
},
"description": "Trigger macro suggestions"
}
},
"web_accessible_resources": [
{
"resources": [
"content\/styles.css",
"icons\/*.png",
"icons\/*.svg",
"options\/options.html",
"options\/login.css"
],
"matches": [
"<all_urls>"
]
}
]
}