Osoji - your personal resource space

Osoji - your personal resource space

Add web links and text snippets to your Osoji

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Osoji - your personal resource space",
  "description": "Add web links and text snippets to your Osoji",
  "version": "1.11",
  "icons": {
    "16": "images/osoji-logo-16.png",
    "32": "images/osoji-logo-32.png",
    "48": "images/osoji-logo-48.png",
    "128": "images/osoji-logo-128.png"
  },
  "browser_action": {
    "default_icon": "images/osoji-logo-128.png"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com; object-src 'self'",
  "externally_connectable": {
    "matches": [
      "https://osoji.io/*",
      "https://*.osoji.io/*"
    ]
  },
  "web_accessible_resources": [
    "images/caret-down.svg",
    "images/X.svg",
    "fonts/NunitoSans-Regular.ttf"
  ]
}