MANISH - מבזקי חדשות ועדכונים בזמן אמת

MANISH - מבזקי חדשות ועדכונים בזמן אמת

מבזקי חדשות ועדכונים בזמן אמת מהאתרים המובילים בארץ ובעולם

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "MANISH - מבזקי חדשות ועדכונים בזמן אמת",
  "short_name": "MANISH",
  "version": "1.98",
  "description": "מבזקי חדשות ועדכונים בזמן אמת מהאתרים המובילים בארץ ובעולם",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "64": "images/64.png",
    "128": "images/128.png",
    "256": "images/256.png"
  },
  "browser_action": {
    "default_icon": "images/256.png",
    "default_popup": "components/popup/view.html"
  },
  "author": "Nir Elbaz",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://cdnjs.cloudflare.com; object-src 'self'",
  "background": {
    "persistent": false,
    "scripts": [
      "vendor/jquery-3.1.0.min.js",
      "data/providers.js",
      "scripts/agent.js",
      "scripts/common.js",
      "background.js"
    ]
  },
  "permissions": [
    "notifications",
    "alarms",
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "options_ui": {
    "page": "components/options/view.html",
    "chrome_style": true
  },
  "web_accessible_resources": [
    "48.png"
  ]
}