Virtual Assistant

Virtual Assistant

The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Virtual Assistant",
  "manifest_version": 2,
  "version": "4",
  "description": "The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things...",
  "content_security_policy": "script-src 'self' https://en.wikipedia.org https://maps.gstatic.com https://maps.googleapis.com https://www.google.com 'unsafe-eval' https://; object-src 'self'",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "http://*/",
    "https://www.google.com/*",
    "http://www.google.com/*",
    "https://www.en.wikipedia.org/*",
    "http://www.en.wikipedia.org/*"
  ],
  "browser_action": {
    "name": "Extension",
    "icons": [
      "icon.png"
    ],
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  }
}