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 AI Spy",
"version": "1.1.0",
"description": "Track and filter Reddit posts with AI",
"icons": {
"16": "icons\/detective-duotone-16.png",
"32": "icons\/detective-duotone-32.png",
"48": "icons\/detective-duotone-48.png"
},
"permissions": [
"storage",
"unlimitedStorage",
"alarms",
"notifications"
],
"host_permissions": [
"*:\/\/*.reddit.com\/*",
"https:\/\/api.openai.com\/*",
"https:\/\/api.straico.com\/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_icon": {
"16": "icons\/detective-duotone-16.png",
"32": "icons\/detective-duotone-32.png",
"48": "icons\/detective-duotone-48.png"
}
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}