Culture Cloud

Culture Cloud

Recognize great work anywhere

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Culture Cloud",
  "short_name": "Culture Cloud",
  "description": "Recognize great work anywhere",
  "version": "1.4",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "eventPage.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "https://vision.appreciatehub.com/ui/recognitionchrome/",
    "contextMenus"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}