O POVO

Veja as notícias mais recentes do portal O POVO
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "O POVO",
  "description": "Veja as notícias mais recentes do portal O POVO",
  "version": "1.0.3",
  "manifest_version": 2,
  "icons": {
    "16": "/img/logo16.png",
    "48": "/img/logo48.png",
    "128": "/img/logo128.png"
  },
  "browser_action": {
    "default_popup": "popup/popup.html"
  },
  "background": {
    "page": "/background.html"
  },
  "options_ui": {
    "page": "settings/settings.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "https://www.opovo.com.br/*"
  ],
  "web_accessible_resources": [
    "build/*",
    "sidebar/*"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "minimum_chrome_version": "55"
}