VotoPorVoto EC

VotoPorVoto EC

Aplicacion para recolección civil de Actas Electorales Ecuador 2017.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VotoPorVoto EC",
  "short_name": "VotoPorVoto",
  "version": "0.8",
  "icons": {
    "16": "/img/icons/icon_16.png",
    "48": "/img/icons/icon_48.png",
    "128": "/img/icons/icon_128.png"
  },
  "background": {
    "scripts": [
      "popup.js"
    ],
    "persistent": true
  },
  "description": "Aplicacion para recolección civil de Actas Electorales Ecuador 2017.",
  "externally_connectable": {
    "matches": [
      "*://www.votoporvoto.org/*",
      "*://2017.votoporvoto.org/*",
      "*://votoporvoto.local/*"
    ]
  },
  "permissions": [
    "tabs",
    "https://*/",
    "*://2017.votoporvoto.org/*",
    "*://votoporvoto.org/*",
    "*://votoporvoto.local/*"
  ],
  "browser_action": {
    "default_icon": "/img/extension/logo.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/js/external/jquery.js",
        "/js/content_script.js"
      ]
    }
  ],
  "manifest_version": 2
}