Navo

Navo

Save time and work smarter with Navo. Keep your navigation with you as you work through the day.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Navo",
  "version": "1.0.11",
  "description": "Save time and work smarter with Navo. Keep your navigation with you as you work through the day.",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "https://login.microsoftonline.com/common/oauth2/authorize",
    "identity"
  ],
  "omnibox": {
    "keyword": "n"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "32": "images/LightModeActive.png"
    }
  },
  "icons": {
    "32": "images/LightModeActive.png",
    "48": "images/LightModeActive.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "fonts/*/*.woff2",
    "fonts/*/*.woff",
    "fonts/*/*.ttf",
    "fonts/*/*.eot",
    "css/*.css"
  ],
  "content_security_policy": "script-src 'self' https://apis.google.com; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}