Fastr

Fastr

Fastr Pages - through less refreshes. Made with turbolinks.js

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Fastr",
  "version": "0.1",
  "description": "Fastr Pages - through less refreshes. Made with turbolinks.js",
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "turbolinks.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}