- Surse complete web (React/Vite) + mobil (React Native/Expo) + extensie (MV3) - Documentație de livrare: ghid utilizare, matrice trasabilitate cerințe, raport testare furnizor - Artefacte binare: imagine Docker didi-frontend:lot3-1.0, APK, extensie v3.2.6 + SHA256SUMS - Configurare adresă platformă externalizată (build args / .env / config.js) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
65 lines
No EOL
1.5 KiB
JSON
65 lines
No EOL
1.5 KiB
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "DIDI Analysis Tool",
|
|
"version": "3.2.6",
|
|
"minimum_chrome_version": "116",
|
|
"description": "Analyze screenshots, pages and text for misinformation using DIDI AI",
|
|
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0R6hqHWAHV8anPic3ZvtJygm4ZL+qfTnh9wax/1yd32p2iEQY06MvVSradKs1KAdS1RcuCdVQgKr8G3kMa7aFHSKeqtPS25Luk66qZCVcqPs+26LWOoG4xK/MVUOa3eD2DEb7nAepwO6AFZafRBcQPhQLdf5VoCAiF40I17XlsnmOsMwUx0E66Vz0+omNdI6dcMnyKa0ouUJxoC681FUVSj3QJ+0bM7Zipk7yYiX+2DKZBQ31Qir5r2DROzg2b9AXJIx2Y0p+VJ2kl/HwogXRgYI70eVY6GWtCAhW3c8moW8TLZlJmMyiMLHvw36AJAMFEHlZiMzfdzK0zTRP4wRvwIDAQAB",
|
|
"icons": {
|
|
"16": "icon16.png",
|
|
"32": "icon32.png",
|
|
"48": "icon48.png",
|
|
"128": "icon128.png"
|
|
},
|
|
"permissions": [
|
|
"activeTab",
|
|
"storage",
|
|
"identity",
|
|
"contextMenus",
|
|
"tabs",
|
|
"downloads",
|
|
"scripting"
|
|
],
|
|
"host_permissions": [
|
|
"<all_urls>"
|
|
],
|
|
"action": {
|
|
"default_popup": "popup.html",
|
|
"default_icon": {
|
|
"16": "icon16.png",
|
|
"32": "icon32.png",
|
|
"48": "icon48.png",
|
|
"128": "icon128.png"
|
|
}
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"<all_urls>"
|
|
],
|
|
"js": [
|
|
"render.js",
|
|
"content.js"
|
|
],
|
|
"css": [
|
|
"content.css"
|
|
],
|
|
"run_at": "document_idle"
|
|
}
|
|
],
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
},
|
|
"web_accessible_resources": [
|
|
{
|
|
"resources": [
|
|
"history.html",
|
|
"history.css",
|
|
"history.js"
|
|
],
|
|
"matches": [
|
|
"<all_urls>"
|
|
]
|
|
}
|
|
]
|
|
} |