Project i Extension V2

Project i Extension V2

A simple way to navigate all of the Project i websites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Project i Extension V2",
  "description": "A simple way to navigate all of the Project i websites",
  "version": "20.52",
  "browser_action": {
    "default_icon": "icon3.png",
    "icon": "icon32.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ]
}