Fiteprint - Current site history

Fiteprint - Current site history

Quick access to current site history.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "short_name": "__MSG_extensionShortName__",
  "version": "1.1.1",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "16": "assets/icons/icon-16.png",
    "48": "assets/icons/icon-48.png",
    "128": "assets/icons/icon-128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "assets/icons/icon-19.png",
      "38": "assets/icons/icon-38.png"
    },
    "default_title": "__MSG_popupTitle__",
    "default_popup": "popup/index.html"
  },
  "permissions": [
    "tabs",
    "history",
    "storage",
    "chrome://favicon/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "background": {
    "scripts": [
      "background/index.js"
    ],
    "persistent": true
  },
  "default_locale": "en",
  "offline_enabled": true
}