webAssistant

Asistente de navegación web.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "webAssistant",
  "version": "1.0.5",
  "description": "Asistente de navegación web.",
  "permissions": [
    "scripting",
    "activeTab",
    "tabs",
    "history",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "wa 192.png",
      "48": "wa 192.png",
      "128": "wa 192.png"
    }
  }
}