LightningTab

Lightning Tab - Make it Speedy
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "page": "lib/chrome/background.html"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "LightningTab",
  "short_name": "LightningTab",
  "version": "0.0.0.11",
  "description": "Lightning Tab - Make it Speedy",
  "homepage_url": "http://lightningtab.com/",
  "chrome_url_overrides": {
    "newtab": "html/index.html"
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_title": "New Tab - Lightning Tab",
    "default_icon": "icons/lightningtab-logo.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://api.bing.com https://cdn.jsdelivr.net https://ff.search.yahoo.com https://cdnjs.cloudflare.com https://chrome.google.com https://www.google-analytics.com https://ssl.google-analytics.com https://lightening-search.com; object-src 'self'",
  "icons": {
    "16": "icons/lightningtab-16x16.jpg",
    "48": "icons/lightningtab-48x48.jpg",
    "128": "icons/lightningtab-128x128.jpg"
  }
}