Oneindia News

Oneindia News

Read all latest news headlines from India and around the world on Oneindia.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/eventPage.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/logo16.png",
    "default_popup": "oneindia.html",
    "default_title": "Oneindia Latest News"
  },
  "description": "Read all latest news headlines from India and around the world on Oneindia.",
  "icons": {
    "128": "images/logo128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://pagead2.googlesyndication.com https://adservice.google.co.in https://adservice.google.com; object-src 'self'",
  "name": "Oneindia News",
  "permissions": [
    "notifications",
    "alarms"
  ],
  "version": "9.10",
  "web_accessible_resources": [
    "images/logo128.png",
    "fonts/*.*"
  ],
  "short_name": "Oneindia Latest News"
}