Rastreador de Pacotes

Rastreador de Pacotes

Rastreador de Pacotes. Esperando sua encomenda chegar? Nunca foi tão fácil rastrear...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Rastreador de Pacotes",
  "version": "3.2.0",
  "description": "Rastreador de Pacotes. Esperando sua encomenda chegar? Nunca foi tão fácil rastrear...",
  "short_name": "Rastreador",
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "icons": {
    "48": "img/box_48x48.png",
    "72": "img/box_72x72.png",
    "96": "img/box_96x96.png",
    "128": "img/box_128x128.png",
    "256": "img/box_256x256.png"
  },
  "omnibox": {
    "keyword": "rastreador"
  },
  "browser_action": {
    "default_icon": "img/box_48x48.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "notifications",
    "contextMenus",
    "storage",
    "gcm",
    "identity",
    "https://api.rastreadordepacotes.com.br/*"
  ],
  "offline_enabled": false,
  "homepage_url": "https://www.rastreadordepacotes.com.br/",
  "web_accessible_resources": [
    "img/box_48x48.png"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}