Historia

Historia

It helps you find the last tabs you were on. Hit Alt-T to open the browsing panel.

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": "33",
  "name": "Historia",
  "short_name": "Historia'",
  "version": "1.0.6",
  "description": "It helps you find the last tabs you were on. Hit Alt-T to open the browsing panel.",
  "icons": {
    "128": "build/icons/favicon.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "build/icons/favicon.png",
      "38": "build/icons/favicon.png"
    },
    "default_title": "Find your last tabs again",
    "default_popup": "index.html"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+T",
        "mac": "Alt+T"
      },
      "description": "Toggle the Historia panel."
    }
  },
  "permissions": [
    "tabs"
  ],
  "oauth2": {
    "client_id": "619257738444-h1ipdq4dd3uu8vu0206kpbucfgjevkrr.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive.metadata",
      "https://www.googleapis.com/auth/drive.readonly"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://apis.google.com; object-src 'self'"
}