Smiles - Para Onde Viajar?

Smiles - Para Onde Viajar?

Smiles - Para Onde Viajar?

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Smiles - Para Onde Viajar?",
  "description": "Smiles - Para Onde Viajar?",
  "version": "1.0.7",
  "permissions": [
    "activeTab",
    "storage",
    "background",
    "https://api.smiles.com.br/*",
    "https://api-hml5.smiles.com.br/*",
    "https://api-dev2.smiles.com.br/*"
  ],
  "background": {
    "scripts": [
      "config.js",
      "background.js",
      "gtm.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icon128.png",
    "default_popup": "index.html"
  },
  "externally_connectable": {
    "matches": [
      "https://www.smiles.com.br/*",
      "https://portal-uat5.smiles.com.br/*",
      "https://portal-dev2.smiles.com.br/*",
      "https://gstatic.com/charts/*",
      "https://ajax.googleapis.com/ajax/static/modules/gviz/*",
      "https://google.com/uds/*",
      "https://google.com/jsapi",
      "https://www.google-analytics.com/*",
      "https://www.googletagmanager.com/*"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/search*",
        "https://www.google.com.br/search*"
      ],
      "js": [
        "jquery-3.5.1.min.js",
        "injector.js",
        "handlebars.min.js"
      ],
      "css": [
        "lib/css/style.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "lib/fonts/*",
    "lib/templates/*",
    "lib/img/*"
  ],
  "content_security_policy": "script-src 'self' https://www.gstatic.com https://www.google-analytics.com https://www.googletagmanager.com 'sha256-99cX7+n6Y+U3DJq4tOklEE61PEkfcKHGB/IwsT83aqU=' 'sha256-5XjX9RiflA8LMaZuTJZUeLvhhYT7vjlzpZj1pebng28=' 'sha256-S1hvK1Ry0VVQcy+4ip6ptSOtbJoqhhm7mh6Ivh2Or6o='; object-src 'self'",
  "manifest_version": 2
}