PageAccel

PageAccel

Loads streamlined, accelerated, easy-to-use web pages on websites that offer it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PageAccel",
  "short_name": "PageAccel",
  "description": "Loads streamlined, accelerated, easy-to-use web pages on websites that offer it.",
  "version": "1.9.0",
  "author": "PageAccel Team",
  "icons": {
    "48": "amplifier48.png",
    "128": "amplifier128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "punycode.js",
      "publicsuffixlist.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "amplifier.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "page_action": {
    "default_icon": "switcher.png",
    "default_title": "None.",
    "default_popup": "popup.html"
  },
  "permissions": [
    "webNavigation",
    "notifications"
  ],
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com https://maxcdn.bootstrapcdn.com; object-src 'self'"
}