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": "Quillzy: AI LinkedIn Writer for Posts, Comments, DMs & Repost",
"description": "Quillzy: free AI LinkedIn writer. Generate posts, reposts, comments & DM replies with Browser AI, Gemini or ChatGPT. Offline ready.",
"version": "2.7.0",
"short_name": "Quillzy",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnk3HMGQbBZgmIjZ+o+LXyVQ\/Bh3W5iHV4DFj3HfetUNSceWQTkLIjF4BsTa1DKjsSB7UF6iuydWa3eHLAxoUQBqEtsK5u1UrkZG9bRozXMDHpCqvD87GqNEEjI1i5ksrglYGiUbNPwzSYPt+e694shVpaTEGVF\/eRHfbC3RJqxjvwqttf2\/QFVYtcOUgDfQ5a3I1\/CICt0pC4b62Joqt1Ml\/1MbsdS1pOB9onLukMYTDdr4MOsOv9Y8vth5X8xkmwdRWubTchtVP2RYUf1ClGBc3q1v+uKv9+2OOFA+m2\/5+qF3NlxZ+CpW72xAh6kWJWlz67uURTIyPvLrfCXbA7QIDAQAB",
"author": {
"email": "[email protected]"
},
"homepage_url": "https:\/\/yogendrasingh.in",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/www.linkedin.com\/*",
"https:\/\/media.licdn.com\/*",
"https:\/\/chatgpt.com\/*",
"https:\/\/chat.openai.com\/*",
"https:\/\/claude.ai\/*",
"https:\/\/gemini.google.com\/*",
"https:\/\/*.ingest.de.sentry.io\/*"
],
"action": {
"default_title": "Quillzy Settings",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"icons\/icon128.png"
],
"matches": [
"https:\/\/www.linkedin.com\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"trial_tokens": [
"ApIYIo6gBO4wvZWBSgfZ2mB7+Kxia+JUnevhV8ilU3JoMUuw8Osg3oCAkOApTf1vOMYc7BoYvg8CduquUtxAFgwAAABseyJvcmlnaW4iOiJjaHJvbWUtZXh0ZW5zaW9uOi8va2hmaWtjZmNqYW1oYWxnaGNiZ25obGRhZW5sY2NmcGIiLCJmZWF0dXJlIjoiQUlXcml0ZXJBUEkiLCJleHBpcnkiOjE3NzY3Mjk2MDB9"
],
"background": {
"service_worker": "background.js"
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chatgpt.com\/*",
"https:\/\/claude.ai\/*",
"https:\/\/gemini.google.com\/*"
],
"run_at": "document_idle",
"js": [
"content-scripts\/ai-platforms.js"
]
},
{
"matches": [
"https:\/\/www.linkedin.com\/*"
],
"all_frames": true,
"css": [
"content-scripts\/content.css"
],
"js": [
"content-scripts\/content.js"
]
}
]
}