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": "Prompt Notifier: Sound Alerts for ChatGPT, Gemini, Claude & Perplexity",
"description": "Multitask while waiting for AI. Get a sound alert when ChatGPT, Gemini, Claude & Perplexity finish generating a response.",
"version": "1.0.1",
"permissions": [
"tabs",
"storage"
],
"host_permissions": [
"https:\/\/prompt-notifier.hammer-cactus.workers.dev\/*",
"https:\/\/chatgpt.com\/*",
"https:\/\/chat.openai.com\/*",
"https:\/\/gemini.google.com\/*",
"https:\/\/www.perplexity.ai\/*",
"https:\/\/*.claude.ai\/*"
],
"icons": {
"48": "icons\/fullsize-logo-latest.png",
"128": "icons\/fullsize-logo-latest.png"
},
"action": {
"default_icon": {
"48": "icons\/fullsize-logo-latest.png",
"128": "icons\/fullsize-logo-latest.png"
},
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/chatgpt.com\/*",
"https:\/\/chat.openai.com\/*",
"https:\/\/gemini.google.com\/*",
"https:\/\/www.perplexity.ai\/*",
"https:\/\/*.claude.ai\/*"
],
"js": [
"sites.js",
"loader.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/chatgpt.com\/*",
"https:\/\/chat.openai.com\/*",
"https:\/\/gemini.google.com\/*",
"https:\/\/www.perplexity.ai\/*",
"https:\/\/*.claude.ai\/*"
],
"js": [
"feedback\/feedbackPopup.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"icons\/loading.png",
"icons\/fullsize-logo-latest.png",
"sounds\/default\/ding.mp3",
"sounds\/premium\/achievement.mp3",
"sounds\/premium\/bell.mp3",
"sounds\/premium\/boop.mp3",
"sounds\/premium\/chime.mp3",
"sounds\/premium\/pop.mp3",
"sounds\/premium\/level-up.mp3",
"feedback\/feedbackPopup.html",
"feedback\/feedbackPopup.css"
],
"matches": [
"https:\/\/chatgpt.com\/*",
"https:\/\/chat.openai.com\/*",
"https:\/\/gemini.google.com\/*",
"https:\/\/www.perplexity.ai\/*",
"https:\/\/*.claude.ai\/*"
]
}
]
}