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": "PromptsGenii - AI Image Prompt Generator", "description": "Craft your prompt with Visuals, AI Models, and community-generated, publicly available prompts", "version": "1.3.0", "permissions": [ "activeTab", "storage", "tabs", "contextMenus" ], "action": { "default_title": "Prompts Genii" }, "icons": { "16": "logoimage48.png", "48": "logoimage48.png", "128": "logoimage128.png" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "firebase\/firebase-app.js", "firebase\/firebase-firestore.js", "firebase\/firebase-storage.js", "firebase\/firebase-auth.js", "font\/*.woff2", "assets\/*" ], "use_dynamic_url": false }, { "matches": [ "<all_urls>" ], "resources": [ "assets\/Group33.b915f779.png", "assets\/index.prod.83cdf5a3.js", "assets\/main.tsx.0a9de73d.js" ], "use_dynamic_url": true } ], "host_permissions": [ "https:\/\/api.promptsgenii.com\/*", "https:\/\/promptsgenii.vercel.app\/*", "https:\/\/prompts-server.vercel.app\/*", "https:\/\/happy-desert-05bc1b90f.5.azurestaticapps.net\/*" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.main.tsx.0a9de73d.76ea0bc0.js" ], "matches": [ "<all_urls>" ], "run_at": "document_end", "css": [ "assets\/main.ee7d3d89.css" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval' http:\/\/localhost:* http:\/\/127.0.0.1:*; object-src 'self'", "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self'" } }