Stijl

Stijl

Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Stijl",
  "description": "Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.",
  "version": "1.0.6",
  "icons": {
    "128": "icons/stijl128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icons/stijl38.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "optional_permissions": [
    "http://*/",
    "https://*/"
  ]
}