Timeline for Chrome

Timeline for Chrome

A Timeline extension to accompany the Timeline for Chrome Windows Store app.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "description": "A Timeline extension to accompany the Timeline for Chrome Windows Store app.",
  "icons": {
    "128": "icon128.png",
    "512": "icon.png"
  },
  "manifest_version": 2,
  "name": "Timeline for Chrome",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "tabs",
    "background",
    "storage",
    "https://timeline-chrome.igorsevo.com/*"
  ],
  "version": "1.2"
}