366 Degrees

366 Degrees

The 366 Degrees app allows you to create or retrieve a contacts record from 366 Degrees and manage all engagement with them.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "366 Degrees",
  "short_name": "366 Degrees",
  "version": "1.8",
  "manifest_version": 2,
  "description": "The 366 Degrees app allows you to create or retrieve a contacts record from 366 Degrees and manage all engagement with them.",
  "icons": {
    "16": "icons/logo.png",
    "48": "icons/logo.png",
    "128": "icons/logo.png"
  },
  "browser_action": {
    "default_popup": "src/browser_action/browser_action.html",
    "default_icon": "icons/logo.png",
    "default_title": "366 Degrees"
  },
  "web_accessible_resources": [
    "src/browser_action/*"
  ],
  "background": {
    "persistent": true,
    "scripts": [
      "js/jquery.min.js",
      "src/bg/background.js"
    ]
  }
}