Mixture - Domain Specific Quick Notes

Mixture - Domain Specific Quick Notes

Create notes specific to a domain or website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mixture - Domain Specific Quick Notes",
  "description": "Create notes specific to a domain or website.",
  "version": "1.4",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "128": "favicon.png"
  },
  "browser_action": {
    "default_icon": "favicon.png",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "storage"
  ]
}