Read A Comic

Read A Comic

Replace new tab screen with a nerdy comic (only xkcd as of now).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "Replace new tab screen with a nerdy comic (only xkcd as of now). ",
  "icons": {
    "96": "images/icon96.png",
    "112": "images/icon112.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "Read A Comic",
  "options_page": "index.html#myModal",
  "permissions": [
    "storage",
    "http://*.xkcd.com/"
  ],
  "version": "0.0.2"
}