Retaino

Retaino

App that helps you learn and retain information

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "0.1.3",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "icons/square-logo-16.png",
    "128": "icons/square-logo-128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "permissions": [
    "cookies",
    "activeTab",
    "https://retaino.com/*"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA16ixeCxP9ulbusx+FojGwb3sDqqBtGU80X/F3jAJfm2I3uRuuGSERL9cvXig9j7jgZKwbz342UtgdUFZOraG0EQg0cb7gHsdT7PhOx3OQp90QrorTybplLxiyWIWn+GY66azzqKKsLUwXFBzBEWs0R6UW9PE8oqDo8XRAbFS1HQbfb0AmaGZhFQD5GXMKGOH3rppLvEkNh9UppbjqGnE/W+e1AQaDTgdmPcsJ85p6tZ0rJbSCpZG1vUUwm9hrjvbYuyddF4tTZ4lgyOx0LtF96AXlGfrovyNeimM6aBuY4P5VzfHYEeug0R79coOIQBKUImm4cMfKfLs7G6F490hUQIDAQAB",
  "browser_action": {
    "default_icon": {
      "19": "icons/square-logo-19.png",
      "38": "icons/square-logo-38.png"
    },
    "default_title": "Retaino",
    "default_popup": "popup.html"
  }
}