WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Tyquill

Tyquill

View on Chrome Web Store
View Tyquill Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (3 ratings)
1 new ratings
5 views
This extension has been viewed 5 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Tyquill helps you reduce repetitive tasks in newsletter writing and focus on creative work.
Type
Extension
Users
39 users
1
Website tyquill.ai
Tyquill Team
View author page of Tyquill Team
Published
Published on July 21, 2025
Version 1.4.7
Manifest version
3
Updated
Updated on November 25, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Tyquill Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top