צבע אדום ועדכונים בזמן אמת מהחדשות

צבע אדום ועדכונים בזמן אמת מהחדשות

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

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "צבע אדום ועדכונים בזמן אמת מהחדשות",
  "description": "האפליקציה מתריעה על צבע אדום בזמן אמת ומציגה עדכוני חדשות בזמן אמת מאתרי החדשות",
  "browser_action": {
    "default_icon": "icon48.png",
    "default_popup": "popup.html"
  },
  "version": "2.0",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "http://www.oref.org.il/",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "icon48.png"
  ]
}