Freight Dictionary

Freight Dictionary

A dictionary of terms and abbreviations specific to the freight industry.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Freight Dictionary",
  "description": "A dictionary of terms and abbreviations specific to the freight industry.",
  "version": "1.0.0",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "permissions": [
      "activeTab"
    ]
  }
}