Transit Schedules Firefox

Examine source code of Transit Schedules

Inspect and view changes in Transit Schedules source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "name": "Transit Schedules",
  "short_name": "Transit Schedules",
  "icons": {
    "128": "icons/icon.png"
  },
  "description": "Transit Schedules replaces your new tab with quick transit schedule search with sponsored web search.",
  "manifest_version": 2,
  "version": "1.0",
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "128": "icons/icon.png"
    },
    "default_title": "Transit Schedules"
  },
  "permissions": [
    "*://transitschedules.net/*",
    "tabs",
    "search",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://transitschedules.net/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "*.json"
  ],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "web search by Yahoo",
      "keyword": "Transit Schedules",
      "favicon_url": "icons/favicon.ico",
      "search_url": "https://search.yahoo.com/yhs/search?hsimp=yhs-078&hspart=infospace&type=ud-c-us--s-p-swp7f3uc--exp-none--subid-y7ysaw62&p={searchTerms}",
      "suggest_url": "https://search.yahoo.com/sugg/ie?output=fxjson&command={searchTerms}&nResults=10",
      "is_default": true
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "transitschedules@transitschedules.net"
    }
  }
}

Best Transit Schedules Alternatives

Here are some Firefox add-ons that are similar to Transit Schedules: