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": "Powerdocs \u2013 AI-powered Business Docs",
"version": "1.0.2",
"description": "Generate proposals, quotes, and contracts with one click\u2014straight from any site where clients post project opportunities!",
"action": {
"default_popup": "index.html",
"default_icon": "icon.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"storage",
"scripting"
],
"host_permissions": [
"<all_urls>"
]
}