Coder Rants

Coder Rants

Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Coder Rants",
  "description": "Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab",
  "version": "2.1",
  "icons": {
    "16": "images/code_80-512.png",
    "48": "images/code_80-512.png",
    "128": "images/code_80-512.png"
  },
  "browser_action": {
    "default_icon": "images/code_80-512.png",
    "default_popup": "landing.html"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "https://*/devrant*",
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}