Diário do Grande ABC

Diário do Grande ABC

Tenha as notícias do Diário do Grande ABC

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Diário do Grande ABC",
  "short_name": "DGABC",
  "version": "1.3",
  "description": "Tenha as notícias do Diário do Grande ABC",
  "icons": {
    "16": "app/img/icone16x16.png",
    "48": "app/img/icone48x48.png",
    "128": "app/img/icone128x128.png"
  },
  "browser_action": {
    "default_icon": "app/img/icone16x16.png",
    "default_title": "DGABC",
    "default_popup": "app/html/dgabc.html",
    "name": "DGABC"
  },
  "permissions": [
    "http://www.dgabc.com.br/*",
    "https://www.dgabc.com.br/*",
    "unlimitedStorage",
    "http://weather.yahooapis.com/*"
  ],
  "background": {
    "scripts": [
      "app/js/jquery.js",
      "app/js/background.js"
    ]
  }
}