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 Librarian",
"version": "1.3.1",
"description": "The smartest way to organize your saved Reddit posts",
"action": {
"default_icon": {
"32": "logo.png"
}
},
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "109.0"
}
},
"icons": {
"128": "logo.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/us-central1-reddit-librarian.cloudfunctions.net"
},
"content_scripts": [
{
"js": [
"assets\/index.tsx-loader-gAMSVIa3.js"
],
"matches": [
"https:\/\/*.reddit.com\/*",
"https:\/\/reddit.com\/*"
],
"css": [
"assets\/index-DvTI-Y89.css"
]
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"logo.png"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/*.reddit.com\/*",
"https:\/\/reddit.com\/*"
],
"resources": [
"assets\/index.tsx-CTFs9S_0.js"
],
"use_dynamic_url": false
}
]
}