Moves chrome extentions to nostow

This commit is contained in:
Jonathan Hodgson 2019-07-30 15:13:38 +01:00
parent d62fc69775
commit 67c5765d10
8 changed files with 0 additions and 0 deletions

View file

@ -1,14 +0,0 @@
{
"name" : "dotcss",
"manifest_version" : 2,
"version" : "2.2.0",
"description" : "~/.css",
"icons": { "48" : "icon48.png", "128" : "icon128.png" },
"content_scripts": [{
"all_frames" : true,
"run_at" : "document_start",
"matches" : ["http://*/*", "https://*/*"],
"js" : ["dotcss.js"]
}],
"permissions": ["tabs"]
}