Chromium Iteration Viewer

Chromium Iteration Viewer

Shows the current Chromium Week/Phase/Iteration when looking at the issue tracker.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "minimum_chrome_version": "30",
  "name": "Chromium Iteration Viewer",
  "version": "5.0.0",
  "description": "Shows the current Chromium Week/Phase/Iteration when looking at the issue tracker.",
  "icons": {
    "128": "icon-128x128.png"
  },
  "page_action": {
    "default_title": "Current Chromium Week/Phase/Iteration"
  },
  "background": {
    "persistent": false,
    "page": "background.html"
  },
  "permissions": [
    "alarms",
    "storage",
    "tabs",
    "webNavigation",
    "https://brillo-program.appspot.com/schedule"
  ]
}