Save to ISELO

Save to ISELO

Browser Extension to save content to ISELOApp.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "short_name": "Save to ISELO",
  "name": "Save to ISELO",
  "description": "Browser Extension to save content to ISELOApp.com",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "version": "1.3.1",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "static/js/browser-polyfill.js",
      "static/js/background.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "http://web.iseloapp.com/*",
      "https://web.iseloapp.com/*"
    ]
  },
  "permissions": [
    "activeTab",
    "identity",
    "storage",
    "http://api.iseloapp.com/",
    "https://api.iseloapp.com/"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}