YNET Mobile View

YNET Mobile View

View Ynet as a mobile app. Just like your iphone on your desktop. You don't have to open the site while your working.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "YNET Mobile View",
  "version": "1.1.6",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "http://www.ynet.co.il/*",
        "http://www.mako.co.il/*",
        "http://www.calcalist.co.il/*",
        "http://www.yad2.co.il/*"
      ],
      "js": [
        "contentscript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "script.js"
  ],
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "htmls/popup.html"
  },
  "icons": {
    "16": "images/icon19.png",
    "48": "images/icon38.png",
    "128": "images/icon19.png"
  },
  "permissions": [
    "tabs",
    "http://google.com/*",
    "http://ynet.co.il/*"
  ]
}