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": "PromptEase",
"version": "1.9",
"description": "Your prompts, always with you. Type shortcuts, expand anywhere instantly for faster workflows. Be a PromptExpert.",
"permissions": [
"storage",
"activeTab",
"contextMenus",
"tabs",
"identity"
],
"oauth2": {
"client_id": "386327797300-d790jathmr5ouf0snc92cfo77lf1taua.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.appdata",
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"preview.css"
],
"run_at": "document_start",
"all_frames": false
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
}
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Space",
"mac": "Command+Space"
},
"description": "Open PromptEase popup"
}
},
"web_accessible_resources": [
{
"resources": [
"assets\/yellow-button.png",
"assets\/qr-code.png",
"onboarding.html",
"test-page.html",
"test-page.js",
"content.js",
"preview.css"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
}
}