Moves chrome extentions to nostow
This commit is contained in:
parent
d62fc69775
commit
67c5765d10
8 changed files with 0 additions and 0 deletions
|
@ -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"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue