PopWord - define and translate while browsing

PopWord - define and translate while browsing

Learn new Words while browsing!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "PopWord - define and translate while browsing",
  "version": "0.0.18",
  "description": "Learn new Words while browsing!",
  "permissions": [
    "storage",
    "identity",
    "activeTab"
  ],
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "browser_action": {
    "default_icon": "images/popword32.png",
    "default_title": "click to activate PoPWord on this page",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/popword16.png",
    "32": "images/popword32.png",
    "48": "images/popword48.png",
    "128": "images/popword128.png"
  },
  "web_accessible_resources": [
    "images/*",
    "assets/bootstrap/*"
  ],
  "oauth2": {
    "client_id": "279665799602-doj3hkeknjbr306v7bsvt7luafm9u5h8.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.profile",
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}