World Newspapers and News Sites

World Newspapers and News Sites

List of world Newspapers, News Sites of every countries. Your one stop place of all your country newspapers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "World Newspapers and News Sites",
  "description": "List of world Newspapers, News Sites of every countries. Your one stop place of all your country newspapers.",
  "version": "1.0.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "host_permissions": [
    "https://www.newsmedialists.com/*"
  ],
  "permissions": [
    "storage"
  ]
}