Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"action": {
"default_icon": {
"16": "assets\/icons\/enabled\/16.png",
"48": "assets\/icons\/enabled\/48.png",
"128": "assets\/icons\/enabled\/128.png"
},
"default_title": "Saima: Enabled (\ud83d\udc99 enjoy)"
},
"background": {
"service_worker": "src\/modules\/background\/index.js",
"type": "module"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"src\/modules\/content\/preload.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start"
},
{
"all_frames": true,
"js": [
"src\/modules\/content\/index.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_idle"
}
],
"default_locale": "en",
"description": "__MSG_appDescription__",
"externally_connectable": {
"accept_tls_channel_id": true,
"matches": [
"http:\/\/127.0.0.1\/*",
"https:\/\/app.saima.ai\/*",
"https:\/\/main.d3h6yigkjepbnb.amplifyapp.com\/*"
]
},
"homepage_url": "https:\/\/saima.ai",
"host_permissions": [
"*:\/\/*.saima.ai\/*"
],
"icons": {
"16": "assets\/icons\/enabled\/16.png",
"48": "assets\/icons\/enabled\/48.png",
"128": "assets\/icons\/enabled\/128.png"
},
"manifest_version": 3,
"name": "__MSG_appName__",
"permissions": [
"storage",
"tabs",
"notifications"
],
"short_name": "__MSG_appShortName__",
"version": "7.1.1",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"src\/modules\/inject\/*.js",
"assets\/**\/*.onnx",
"assets\/**\/*.wasm",
"assets\/**\/*.js",
"assets\/**\/*.css",
"assets\/**\/*.svg",
"assets\/**\/*.png",
"assets\/**\/*.jpg",
"assets\/**\/*.gif",
"assets\/**\/*.ttf",
"assets\/**\/*.woff",
"assets\/**\/*.woff2"
]
}
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}