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",
"icons": {
"16": "icon16.plasmo.00ac8b83.png",
"32": "icon32.plasmo.9ad0c5b6.png",
"48": "icon48.plasmo.cae3a6b3.png",
"64": "icon64.plasmo.e4b604fc.png",
"128": "icon128.plasmo.b89b7dfa.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.00ac8b83.png",
"32": "icon32.plasmo.9ad0c5b6.png",
"48": "icon48.plasmo.cae3a6b3.png",
"64": "icon64.plasmo.e4b604fc.png",
"128": "icon128.plasmo.b89b7dfa.png"
}
},
"version": "0.0.7",
"author": "Megaverse Technologies",
"name": "GPT Based - A Powerful ChatGPT Prompt Generator",
"description": "GPTBased is used to generate effective prompts for ChatGPT in a few simple steps",
"content_scripts": [
{
"matches": [
"https:\/\/chatgpt.com\/*\/*"
],
"js": [
"content.1d473d26.js"
],
"css": [
"content.7964b9a8.css"
]
}
],
"host_permissions": [
"https:\/\/*\/*"
]
}