Random Trello Firefox

Examine source code of Random Trello

By: Picsweb
Inspect and view changes in Random Trello source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
	"manifest_version":2,

	"name":"Random Trello",
	"description":"Random Trello list item",
	"version":"1.0",


	"browser_action": {
          "default_icon": {                    // optional
            "64": "icon.png",           // optional
            "128": "icon128.png"            // optional
          },
          "default_title": "Random Trello"
         
    },

	"background":{
		"scripts":["script.js"],
		"persistent":true
	},

	"content_scripts":[
		{
			"matches":["https://www.trello.com/*","https://trello.com/*"],
			"js":["trello.js"]
		}
	],

	"permissions":[
		"tabs"
	]


}

Best Random Trello Alternatives

Here are some Firefox add-ons that are similar to Random Trello: