Password Reminder

Password Reminder

Quickly connect to your favorite services

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Password Reminder",
  "description": "Quickly connect to your favorite services",
  "version": "1.3.2",
  "homepage_url": "https://github.com/jonathantribouharet/chrome-password-reminder",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon19.png",
      "38": "img/icon38.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_page": "options.html",
  "permissions": [
    "webNavigation",
    "storage",
    "<all_urls>"
  ],
  "author": "Jonathan Tribouharet",
  "default_locale": "en"
}