הרכבת הבאה

הרכבת הבאה

מתי יוצאת הרכבת הבאה? מהיום מקבלים תשובה לשאלה בקליק אחד!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "הרכבת הבאה",
  "short_name": "הרכבת הבאה",
  "version": "1.42",
  "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": {
      "16": "images/16.png",
      "48": "images/48.png",
      "64": "images/64.png",
      "128": "images/128.png",
      "256": "images/256.png",
      "512": "images/512.png",
      "1024": "images/1024.png"
    },
    "default_title": "הרכבת הבאה",
    "default_popup": "components/popup/view.html"
  },
  "author": "Nir Elbaz",
  "content_security_policy": "script-src 'self' https://cdnjs.cloudflare.com; object-src 'self'",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "http://www.rail.co.il/*",
    "alarms",
    "notifications"
  ],
  "web_accessible_resources": [
    "48.png"
  ]
}