blob: 0f1a1cd42b547e976a423780a6095979fcaddda5 [file] [log] [blame]
{
"name": "Assorted Tools for Skia Developers",
"version": "3.6",
"description": "Assorted Tools for Skia Developers.",
"permissions": [
"notifications",
"storage",
"webRequest",
"webRequestBlocking",
"*://skia.org/*",
"https://gold.skia.org/",
"https://perf.skia.org/",
"https://promalerts.skia.org/",
"http://skia-tree-status.appspot.com/",
"*://skia-review.googlesource.com/",
"https://chromium-swarm.appspot.com/*"
],
"background": {
"scripts": [
"node_modules/skia-common-js/common.js",
"background.js"]
},
"browser_action": {
"name": "Display Skia status.",
"default_popup": "popup.html",
"default_icon": "pencil16.png"
},
"content_scripts": [
{
"matches": ["https://chromium-swarm.appspot.com/task?*"],
"css": ["styles.css"],
"js": [
"tasks.js"
]
},
{
"matches": ["https://chromium-swarm.appspot.com/bot?*"],
"css": ["styles.css"],
"js": [
"bot_mapping.js",
"bots.js"
]
}
],
"icons": {
"16": "pencil16.png",
"48": "pencil48.png",
"128": "pencil128.png"
},
"manifest_version": 2
}