Inspect and view changes in ChatGpt Paint - 支持超过100+绘画风格 - ChatPaint source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "ChatGpt Paint - 支æŒè¶…过100+ç»˜ç”»é£Žæ ¼ - ChatPaint",
"description": "ChatPaint是一款基于ChatGPT 4å¼€å‘的智能绘画助手,支æŒè¶…过100ç§ç»˜ç”»é£Žæ ¼ï¼Œé‡‡ç”¨äººæœºå¯¹è¯çš„æ–¹å¼ï¼Œé€æ¥ç”Ÿæˆåˆ›æ„作å“。适用于平é¢è®¾è®¡ã€æ’画设计ã€å¹¿å‘Šè®¾è®¡ã€UI设计ã€å‰ç«¯ç¨‹åºå‘˜ã€äº§å“ç»ç†ã€åŒ…装设计ã€ICON&å—体制作。",
"version": "3.0.1",
"manifest_version": 3,
"icons": {
"16": "icons/paint/ext-16x16.png",
"48": "icons/paint/ext-48x48.png",
"128": "icons/paint/ext-128x128.png"
},
"background": {
"service_worker": "js/background.js"
},
"permissions": [
"system.display",
"storage"
],
"action": {
"default_title": "ChatPaint"
},
"commands": {
"wake_and_sleep": {
"suggested_key": {
"default": "Alt+Space",
"mac": "Alt+Space"
},
"description": "Wake or sleep current window"
}
},
"content_security_policy": {
"sandbox_pages": "sandbox allow-scripts; script-src 'self'",
"extension_pages": "script-src 'self'; object-src 'self';"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}