Insurance Times

Insurance Times

The latest news and jobs in UK general insurance

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Insurance Times",
  "description": "The latest news and jobs in UK general insurance",
  "version": "1.0",
  "icons": {
    "128": "InsTimes_chrome_app_logo_128x128.png"
  },
  "app": {
    "urls": [
      "http://www.insurancetimes.co.uk/"
    ],
    "launch": {
      "web_url": "http://www.insurancetimes.co.uk/"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}