blob: 4400f018bbce5b8d45e74c00f38271f4358cc16a [file] [log] [blame]
{
"name": "Assorted Tools for Skia Developers",
"version": "3.8",
"description": "Assorted Tools for Skia Developers.",
"permissions": [
"notifications",
"storage",
"webRequest",
"webRequestBlocking",
"*://skia.org/*",
"https://gold.skia.org/",
"https://perf.skia.org/",
"http://skia-tree-status.appspot.com/",
"*://skia-review.googlesource.com/",
"*://skia.googlesource.com/*",
"*://github.com/google/skia*"
],
"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": ["*://skia.googlesource.com/*.md", "*://github.com/google/skia*.md"],
"js": ["hashtag.js"],
"run_at": "document_end"
}
],
"icons": {
"16": "pencil16.png",
"48": "pencil48.png",
"128": "pencil128.png"
},
"manifest_version": 2
}