Doctor Who Tab

Doctor Who Tab

This extension will display a productivity tab with a Doctor Who theme

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Doctor Who Tab",
  "description": "This extension will display a productivity tab with a Doctor Who theme",
  "version": "1.3",
  "chrome_url_overrides": {
    "newtab": "tab.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ]
}