Time Capsule: A question a day

Time Capsule: A question a day

Answer a thought-provoking question each day and see your past responses over the years.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Time Capsule: A question a day",
  "short_name": "Time Capsule",
  "version": "1.1.1",
  "author": "Lawrence Luk",
  "description": "Answer a thought-provoking question each day and see your past responses over the years.",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage",
    "downloads"
  ],
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  }
}