Christina's Chrome extension

Christina's Chrome extension

Never stop exploring!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Christina's Chrome extension",
  "version": "1.0",
  "description": "Never stop exploring!",
  "chrome_url_overrides": {
    "newtab": "inspiration.html"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "lotus128.png"
  },
  "manifest_version": 2,
  "incognito": "split"
}