Examine source code of Robô Investe Helper

Inspect and view changes in Robô Investe Helper source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "author": "Robô Investe",
  "name": "Robô Investe Helper",
  "version": "1.0.0.5",
  "description": "Extensão que implementa atalhos e ferramentas exclusivas da Robô Investe dentro do painel da Smarttbot.",
  "icons": {
    "16": "img/icon-16.png",
    "19": "img/icon-19.png",
    "20": "img/icon-20.png",
    "24": "img/icon-24.png",
    "25": "img/icon-25.png",
    "30": "img/icon-30.png",
    "32": "img/icon-32.png",
    "40": "img/icon-40.png",
    "44": "img/icon-44.png",
    "48": "img/icon-48.png",
    "50": "img/icon-50.png",
    "64": "img/icon-64.png",
    "128": "img/icon-128.png",
    "150": "img/icon-150.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "img/icon-16.png",
      "19": "img/icon-19.png",
      "20": "img/icon-20.png",
      "24": "img/icon-24.png",
      "25": "img/icon-25.png",
      "30": "img/icon-30.png",
      "32": "img/icon-32.png",
      "40": "img/icon-40.png",
      "44": "img/icon-44.png",
      "48": "img/icon-48.png",
      "50": "img/icon-50.png",
      "64": "img/icon-64.png",
      "128": "img/icon-128.png",
      "150": "img/icon-150.png"
    },
    "default_popup": "popup.html",
    "default_title": "Robô Investe Helper!"
  },
  "content_scripts": [
    {
      "matches": [
        "https://antigoapp.smarttbot.com/*"
      ],
      "css": [
        "css/content.css"
      ],
      "js": [
        "js/jquery-3.3.1.min.js",
        "js/bootstrap-3.3.7.min.js",
        "js/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "https://app.smarttbot.com/*",
    "https://antigoapp.smarttbot.com/*",
    "https://roboinveste.com.br/extensao/*",
    "storage"
  ]
}