Shibes.Org DogeCoin Tracker

Shibes.Org DogeCoin Tracker

This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Shibes.Org DogeCoin Tracker",
  "description": "This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.",
  "version": "1.14",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "homepage_url": "https://shibes.org",
  "chrome_url_overrides": {
    "newtab": "main.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ]
}