Tax2290.com

Tax2290.com

Tax2290.com is the 1st IRS Authorized and most trusted e-file provider for the Heavy Vehicle Use Tax Form 2290, among the truckers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tax2290.com",
  "manifest_version": 2,
  "version": "1.8",
  "description": "Tax2290.com is the 1st IRS Authorized and most trusted e-file provider for the Heavy Vehicle Use Tax Form 2290, among the truckers",
  "web_accessible_resources": [
    "images/icon128.png"
  ],
  "icons": {
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/tax2290_i.png",
    "default_popup": "index.html",
    "default_title": "Tax2290.com"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>",
        "http://*/*",
        "*://*/*"
      ],
      "js": [
        "images/feed.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "tabs",
    "<all_urls>",
    "http://www.tax2290.com",
    "http://*/*",
    "https://*/*",
    "http://*.google.com/",
    "https://docs.google.com/feeds/*"
  ],
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
}