All News

All News

Provides news from all over world

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "short_name": "A News",
  "name": "All News",
  "description": "Provides news from all over world",
  "version": "2021.8.30.001",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "All News"
  },
  "icons": {
    "16": "logo192.png",
    "48": "logo192.png",
    "128": "logo192.png"
  },
  "content_security_policy": "script-src 'self' 'sha256-ihe1hCCh7b2d1mvNpNMjcGOSiBvs5VnZTyIEXhxJ6HM='; object-src 'self'",
  "permissions": []
}