United Kingdom's All Newspapers Online

United Kingdom's All Newspapers Online

Read All UK Newspapers Online & Browse All Media of United Kingdom

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "United Kingdom's All Newspapers Online",
  "version": "3.0.3",
  "manifest_version": 2,
  "description": "Read All UK Newspapers Online & Browse All Media of United Kingdom",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "default_locale": "en_US",
  "browser_action": {
    "default_icon": {
      "19": "images/icon-19.png",
      "38": "images/icon-38.png"
    },
    "default_title": "United Kingdom's All Newspapers & Live Radios Online",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  }
}