Tabelando.net

Tabelando.net

Fique ligado em todas as notícias do Esporte. Acompanhe no seu Navegador Google Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tabelando.net",
  "version": "8.0",
  "manifest_version": 2,
  "description": "Fique ligado em todas as notícias do Esporte. Acompanhe no seu Navegador Google Chrome.",
  "icons": {
    "16": "logo.ico",
    "48": "logo.ico",
    "128": "logo.ico"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "http://tabelando.net/feed/json",
    "notifications",
    "activeTab",
    "background"
  ],
  "web_accessible_resources": [
    "popup.html"
  ],
  "browser_action": {
    "default_icon": "logo.ico",
    "default_popup": "popup.html",
    "default_title": "Tabelando.net"
  }
}