Funny Trump Meme Wallpaper

Funny Trump Meme Wallpaper

At least one good thing came out of this year's election

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Funny Trump Meme Wallpaper",
  "description": "At least one good thing came out of this year's election",
  "version": "1.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "hypertextmarkuplanguage.html"
  }
}