Twitter Trends

Twitter Trends

Provides Twitter Trend Topic instant lists on a global and local basis. Powered by twitter-trending.com.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": {
      "128": "img/ico-logo128.png"
    },
    "default_popup": "index.html",
    "default_title": "Twitter Trends"
  },
  "description": "Provides Twitter Trend Topic instant lists on a global and local basis. Powered by twitter-trending.com.",
  "icons": {
    "16": "img/ico-logo16.png",
    "48": "img/ico-logo48.png",
    "128": "img/ico-logo128.png"
  },
  "manifest_version": 3,
  "name": "Twitter Trends",
  "permissions": [
    "storage"
  ],
  "short_name": "Twitter Trends",
  "version": "1.5"
}