Chrome Story

Chrome Story

Chromestory.com will serve as your source for everything about Chrome, Chrome OS and Chromebooks. You will see news, reviews,…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Chrome Story",
  "version": "1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.chromestory.com/"
    ],
    "launch": {
      "web_url": "http://www.chromestory.com/"
    }
  },
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "64": "64.png",
    "128": "128.png"
  }
}