TagME

TagME

Publish & Promote your Medical Event on mConferences The #1 App for Medical Conferences Worldwide, with a database of over 20.000…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TagME",
  "description": "",
  "version": "1.0.1",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "content.js"
    ]
  },
  "browser_action": {
    "default_title": "TagMe",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2
}