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": "Tyquill",
"description": "__MSG_extDescription__",
"version": "1.4.7",
"icons": {
"16": "\/icon16.png",
"32": "\/icon32.png",
"48": "\/icon48.png",
"128": "\/icon128.png"
},
"default_locale": "en",
"permissions": [
"storage",
"tabs",
"activeTab",
"scripting",
"contextMenus",
"sidePanel",
"webNavigation"
],
"host_permissions": [
"https:\/\/maily.so\/*",
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; base-uri 'self'; connect-src 'self' https:\/\/tyquill-server-production.up.railway.app https:\/\/api.tyquill.ai http:\/\/localhost:* ws:\/\/localhost:* https:\/\/www.google-analytics.com https:\/\/analytics.google.com https:\/\/*.amazonaws.com"
},
"web_accessible_resources": [
{
"resources": [
"webviewer.html",
"editor.html",
"pdf.worker.min.js"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"content-scripts\/content.css"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_title": "Open Tyquill Sidebar",
"default_icon": {
"16": "\/icon16.png",
"32": "\/icon32.png",
"48": "\/icon48.png",
"128": "\/icon128.png"
}
},
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "background.js"
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-scripts\/content.js"
]
},
{
"matches": [
"*:\/\/editor.stibee.com\/*"
],
"all_frames": true,
"js": [
"content-scripts\/stibee-iframe.js"
]
}
]
}