Docamatic - Add Sticky Notes to the Web

Docamatic - Add Sticky Notes to the Web

Want to add your own sticky notes to any webpage? Docamatic is your solution

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Docamatic - Add Sticky Notes to the Web",
  "description": "Want to add your own sticky notes to any webpage? Docamatic is your solution",
  "version": "4.0.0",
  "browser_action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.360990b282c0f391b728.js"
    ]
  },
  "icons": {
    "16": "icons/docamatic-icon-16.png",
    "48": "icons/docamatic-icon-48.png",
    "64": "icons/docamatic-icon-64.png",
    "128": "icons/docamatic-icon-128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "script.360990b282c0f391b728.js"
      ]
    }
  ]
}