Tipestry for Chrome

Tipestry for Chrome

Discuss websites and tip cryptocurrency to other posters and verified site owners.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tipestry for Chrome",
  "manifest_version": 2,
  "version": "0.0.5",
  "description": "Discuss websites and tip cryptocurrency to other posters and verified site owners.",
  "icons": {
    "19": "favicon-25.png",
    "38": "favicon-42.png"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {},
  "permissions": [
    "activeTab",
    "https://tipestry.com/api"
  ],
  "web_accessible_resources": [
    "*.html"
  ]
}