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": "Medy's Reddit Assistant",
"version": "1.0.1",
"description": "Automate Reddit outreach for job hunting - find posts and send personalized messages",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"storage",
"sidePanel",
"identity"
],
"host_permissions": [
"https:\/\/www.reddit.com\/*"
],
"action": {
"default_title": "Medy's Reddit Assistant",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"side_panel": {
"default_path": "index.html"
},
"content_scripts": [
{
"js": [
"assets\/inject-button.tsx-loader-lMTvwkEP.js"
],
"matches": [
"https:\/\/www.reddit.com\/r\/*"
]
},
{
"js": [
"assets\/compose-page-handler.ts-J4dphqtx.js"
],
"matches": [
"https:\/\/www.reddit.com\/message\/compose\/*"
]
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"oauth2": {
"client_id": "457635382130-6ali8fai6soq75bps7bk86446n2jt4lf.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"oauth-callback.html"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/www.reddit.com\/*"
],
"resources": [
"assets\/auth-B5Ab9OiQ.js",
"assets\/inject-button.tsx-BioJyrY3.js",
"assets\/compose-page-handler.ts-J4dphqtx.js"
],
"use_dynamic_url": false
}
]
}