Flash News

Flash News

This Flash News allows to read and hear the news from everywhere just with one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Flash News",
  "version": "1.0.0",
  "description": "This Flash News allows to read and hear the news from everywhere just with one click.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "tts"
  ]
}