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": "Reddit Scout Pro by PlugMonkey: Keyword Monitor & Lead Finder",
"short_name": "reddit-scout-pro",
"version": "1.0.2",
"description": "Reddit Scout Pro - Keyword Monitor & Lead Finder. Find high-intent conversations on Reddit before your competitors do.",
"permissions": [
"storage",
"alarms",
"notifications"
],
"host_permissions": [
"https:\/\/*.reddit.com\/*",
"https:\/\/*.plugmonkey.xyz\/*",
"https:\/\/api.lemonsqueezy.com\/*",
"https:\/\/license.plugmonkey.xyz\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.reddit.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"content\/modal.html"
],
"matches": [
"*:\/\/*.reddit.com\/*"
]
}
],
"author": "PlugMonkey"
}