PhotoSolve - Scan & Solve Any Question

PhotoSolve - Scan & Solve Any Question

The most efficient way to finish assignments. Scan and Solve any questions effortlessly with PhotoSolve powerful AI!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "16": "icons/photosolve16.png",
      "48": "icons/photosolve48.png",
      "128": "icons/photosolve128.png"
    },
    "default_popup": "popup.html",
    "default_title": "PhotoSolve"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "description": "The most efficient way to finish assignments. Scan and Solve any questions effortlessly with PhotoSolve powerful AI!",
  "icons": {
    "16": "icons/photosolve16.png",
    "48": "icons/photosolve48.png",
    "128": "icons/photosolve128.png"
  },
  "manifest_version": 3,
  "name": "PhotoSolve - Scan & Solve Any Question",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.0.1",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "static/resources/resourcesDefault5.png",
        "static/resources/resourcesDefault4.png",
        "static/resources/resourcesDefault3.png",
        "static/resources/resourcesDefault2.png",
        "static/resources/resourcesDefault1.png",
        "static/icons/x.png",
        "static/fonts/Poppins/Poppins-Medium.ttf",
        "static/fonts/Varela_Round/VarelaRound-Regular.ttf",
        "static/fonts/Rubik/Rubik-VariableFont_wght.ttf",
        "static/icons/Close_Grey.png",
        "static/icons/OCR_Black.png",
        "static/icons/Edit_Pencil.png",
        "static/logo/logo2x2.png",
        "appCheck/firebase-app.js",
        "appCheck/firebase-app-check.js"
      ]
    }
  ],
  "commands": {
    "shortcut-command": {
      "description": "Select question and answer with stealth mode",
      "suggested_key": {
        "default": "Ctrl+Q",
        "mac": "Command+Shift+2"
      }
    }
  }
}