Examine source code of Luminous

Inspect and view changes in Luminous source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Luminous",
  "description": "Replace your New Tab Page with the choice of 4 search engines and an AI assistant that allows you to search the web with your voice.",
  "version": "1.0.7",
  "short_name": "Luminous",
  "homepage_url": "https://chrome.google.com/webstore/detail/luminous/ndeoglgpjoljlpgafhbnmgkcmeleicoo",
  "icons": {
    "16": "Resources/Logos/logo16.png",
    "38": "Resources/Logos/logo38.png",
    "128": "Resources/Logos/logo128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "Resources/Logos/logo19.png",
      "38": "Resources/Logos/logo38.png"
    },
    "default_title": "Luminous"
  },
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "chrome_url_overrides": {
    "newtab": "Luminous.html"
  },
  "permissions": [
    "activeTab",
    "https://googleapis.com/",
    "storage",
    "contextMenus",
    "background"
  ]
}