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",
"name": "AutoTextify",
"manifest_version": 3,
"permissions": [
"tabs",
"storage",
"scripting",
"cookies",
"contextMenus",
"notifications",
"management",
"clipboardRead",
"clipboardWrite",
"declarativeNetRequest",
"sidePanel"
],
"host_permissions": [
"https:\/\/autotextify.com\/",
"<all_urls>"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"web_accessible_resources": [
{
"resources": [
"\/*",
"icons\/*",
"frontend\/*",
"font\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"all_frames": true,
"matches": [
"<all_urls>",
"http:\/\/*\/*",
"https:\/\/*\/",
"*:\/\/*\/*"
],
"js": [
"atx_shortcut.js",
"atx_commonScript.js",
"atx_contentshortcut.js"
],
"css": [
"atx_commonScript.css"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icons\/autotextify-16x16.png",
"32": "icons\/autotextify-32x32.png",
"128": "icons\/autotextify-128x128.png",
"512": "icons\/autotextify-512x512.png"
},
"omnibox": {
"keyword": "go\/"
},
"version": "0.3.5",
"description": "Create personalized shortcuts to instantly expand frequent text and URL snippets. Say goodbye to repetitive typing!",
"side_panel": {
"default_path": "sidebar.html",
"default_icon": "icons\/autotextify-16x16.png"
}
}